Tiki became pretty verbose at last branch3 svn update, clearing cache: Built headers:,0ms object Object column:0 parser:text column:1 parser:text column:2 parser:text Building cache for 35 rows:.0ms -- These were javascript alerts when I cleared the cache after update. Actually I get those alerts when tiki-admin_system.php loads. good meurning :) Q : Tiki 2.2 - I'm currently using the Articles plugin to show some recent articles on the homepage. I would like to have the same useability for recent blogposts... where can I find this articles plugin to see it I can do the same for blogposts? Beestje, go to your tiki-admin_modules.php page and preview the modules in the dropdown list related to blogs and blog posts. You can use any module in a wiki page, with the MODULE wiki plugin. @chibaguy : thanks, that's a neat plugin and very usefull... but I can't get it to display the entire last blogposts hmmm none of the parameters for last_blog_posts seem to be able to display the body of the blogpost instead of the title. :/ or both :) Hmm, you're right. I recall wanting a blog post (or part of one) in a module, but that wasn't available out of the box. Maybe it could be done as a custom module. so does e.g. the PluginArticles use a module to perform it's tasks or is that a separate thing? getting confused by this plugins - modules thing because the functionality resembles the pluginArticles feature, but I would like to do the same for a blogpost Sorry, the Articles plugin does the work on its own, it doesn't use a module (contrary to what I said earlier). But the closest wiki plugin to that is Bloglist, which I think only displays the post titles. I mean the closest thing to display blog info... hmmm, I don't even seem to find the Bloglist plugin in the docs (http://doc.tikiwiki.org/tiki-index.php?page=Wiki+Plugins&structure=Documentation) so how do I go about achieving this? step 1 : feature request? :) step 2 : search similar plugin and start modifying Yep ok chibaguy, I found the bloglist plugin under lib/wiki-plugins-dist ... but how do I use it? do I have to activate it somewhere? when i try to use it on a page like a plugin, it's stating that the module bloglist is not found aha, had to move it to the lib/wiki-plugins directory that's right. Polom. Can anybody explain me, why there is no permission tiki_p_admin_structures? Users with tiki_p_edit_structures per can do everyting they want with my structures. But I only want them to add new pages. Probably it was just an oversight not to have that permission. I suppose the use case was a trusted enviroment when the structures feature was added. Or at least a situation where only trusted editors would add pages to structures. So how can this be changed? Submit a feature request at dev.tikiwiki.org. I'm trying to get the data of a blog and display it on a page, but it's not displaying the data. I probably have to tiki-parse the datafield so that it's displayed... how do I achieve this? mods so far on pastebin : http://pastebin.com/m79d02a52 section is taken from wikiplugin-bloglist.php lol and date shows as 19/48/2009 :D heh, back to the future .. or something. anyway maybe http://dev.tikiwiki.org/tiki-index.php?page=Hello+World can help ? date is already fixed both the date and the time had M in the format I mean help about wiki parsing. tnx chibaguy, i'm reading up on it now :) ok luciash: I was here the other day chatting about broken phplayers menu. Turns out the problem was the google adsense module in the left hand column. Anyone else come across this? any workaround ideas? mdale, how was the menu broken? Only the top level was visible, the dropdowns didn't work. (I'm using 2.1). Firebug said "lwidthDetected is undefined". It looks like it should be defined in /libjs/layersmenu-header.ijs - say, what the heck is an IJS file anyway? chibaguy, heres a link to the log on the conversation http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2009-03-30,Mon&sel=358#l354 ok. sorry but I don't have any ideas on this. Seems to me I've used php layers menus and adsense together in the past, but I think adsense has changed since then. This is more long-term, but probably css menus (suckerfish) will be able to replace php layers menus real soon. They're looking real good in tiki 3 beta. Hopefully this will reduce conflicts. It might just bring new ones, but since suckerfish and jquery, etc are actively developed and php layers isn't, the situation should be better. don't know about that file extension. googling didn't help much. suckerfish menus work with the adsense module, although the css needs a bit of work in the eatlon theme. http://wiki.diracdelta.co.uk The suckerfish css gets a pretty major overhaul in branch 3. There's a problem still with theme prefs getting mixed up when an object (page) has a theme different from the default, for not-logged-in users.... Since we're only just starting out would it be worth upgrading to 3? but you can see tiki 3 here: http://zukakakina.com/tw3/Eatlon (combined Eatlon and Strasa themes) ;-) (not intended) hold on, i'll switch the site theme to eatlon... I'm still playing with the positioning and colors of the dropdown arrows, but it's pretty close. Looks nice, good work. This site has jquery and superfish turned on. Which will probably be standard. will the cssmenus.css from branch 3 work in 2.1? You could try. Get the css/cssmenus.css file from svn branch 3, and the Tiki 3 version of the theme file, for theme-specific css menu properties. (which is either in svn branch 3 or svn mods. Well, the dropdown arrows are provided by jquery right now, so these would have to be added another way in 2.1 But they're just a background image. I'll have a look tonight - best get back to work ;o) Where is the best place to find out about upgrading to 3? Same method as before: for a fresh install, just unpack the files where you want them, and run the install script. or overwrite an existing installation to upgrade it. sounds simple enough. I might give it a go. See ya, But there may be issues, since it's a new release, so I'd be careful if it's a live site. Oh, in that case I might just play locally... !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . I've got an issue with the Contact Us feature for anonymous users. I set the messages perm for the anonymous group, enabled messenging. The form shows but the textarea is not there. In the template there is a smarty {textarea} tag insteead of a so the name is "edit" but in the contact page, I've got body. So, I may have messed up things a bit. Will look at a fresh install I've elsewhere with 2.2 {textarea} isnew in 3.x well, it has a bug: the name of the control is hardcoded as "edit" the contactus page template contains {textarea name="body"} but shall never work. it uses wiki_edit.tp l Contact us (for anonymous) works in Tiki 2.3. mmm, still using the old tpl for wiki_edit, damnit my mistake. Remixing trunk with 2.2 is dangerous indeed :) :-) well, that was it: the wiki_edit.tpl needed some update with the new stuff from trunk. It works great now. Thx all. tikiwiki: 03pingus * r17742 10/mods/trunk/features/aulawiki/lib/workspaces/resourceslib.php: Added public="y" flag in cretaing file gallery polom anyone can point me in the right direction to view php error logs? (Apache on Ubuntu) Beestje: /var/log Beestje: depends on your php.ini setting where the php error messages are written to @luciash : tnx, but i'm unable to find anything ... and the error logging is turned on and the logfile is defined in the php.ini file. But I don't need it anymore for now. solved part of the problem. Beestje: okay tikiwiki: 03sylvieg * r17743 10/branches/3.0/lib/wiki-plugins/wikiplugin_tracker.php: tikiwiki: [FIX]tracker: quick dirty patch: each computed field must be recalculated and tikiwiki: stored in the db value to be able to sort on this field: TODO move all the tikiwiki: mandatory action like evaluation of computed field, user selctor... in tikiwiki: replace_item + use only the stored value for computed field instead of tikiwiki: recalculating each time tikiwiki: 03nyloth * r17744 10/trunk/ (3 files in 3 dirs): (log message trimmed) tikiwiki: [FIX] newsletters: tikiwiki: * fix a bug that was unsubscribing a user from all newsletters instead of the newsletter corresponding to its unsubscription code. This was occuringwhen the user was added through a group of users tikiwiki: * fix unsubscription codes that were changing on each newsletter sending, which implied that a user was only able to unsubscribe itself using the last mail of the newsletter tikiwiki: * also keep subscribers from included newsletters in database for the tikiwiki: newsletter, in order to have a different unsubscription code for each tikiwiki: newsletter. This should also fix the number of subscribers which now includes tikiwiki: 03chibaguy * r17745 10/branches/3.0/css/cssmenus.css: [ENH] Better arrow positions. tikiwiki: 03jonnybradley * r17746 10/branches/3.0/ (3 files in 3 dirs): [ENH] Switch Theme mod: Add "site default" to options menu, capitalise theme names and remove .css's Woohoow! after messing around most of the day, I finally got my wikiplugin_blogs :D still need to make some changes so that the title and some other stuff that's normally displayed is not shown, but it's a start ... @could u simply show the rss feedf for the blog? I just need the last blogpost on the homepage, and using the rss feed is not really what I had in mind. the functionality of wikiplugin_articles is what I want, but then for blogs And not everyone needs to be able to see the blogpost, so I think it's better to use a plugin. In the view_articles.tpl there are a lot of preference variables to display or hide title, author, ... that I'm missing in the view_blog.tpl. :/ So if I want to hide them I need to write a .tpl file just for my plugin k. i just wanted to show the last blog posts. i used rss tikiwiki: 03pkdille * r17747 10/trunk/ (3 files in 2 dirs): [MOD] newsletters: some small enhancements on newsletters tikiwiki: 03jonnybradley * r17748 10/branches/3.0/ (4 files in 3 dirs): [MOD] Last changes to shoutjax module in preparation for replacing previous (non-ajax) shoutbox module tikiwiki: 03jonnybradley * r17749 10/branches/3.0/ (8 files in 4 dirs): tikiwiki: [MOD] mod-shoutjax finally replaces mod-shoutbox so it now works with AJAX if enabled. tikiwiki: Retains previous behaviour if AJAX disabled tikiwiki: Includes script to replace assigned shoutjax module with shoutbox tikiwiki: 03chibaguy * r17750 10/branches/3.0/styles/ (strasa/options/mono.css strasa.css): [ENH] Minor calendar color change (days before/after month). tikiwiki: 03jonnybradley * r17751 10/branches/3.0/ (3 files in 3 dirs): tikiwiki: [MOD] mod-switch_lang word mode replaces mod-switch_lang2 tikiwiki: Includes script to replace assigned switch_lang2 module with switch_lang (mode=words) tikiwiki: 03jonnybradley * r17752 10/branches/3.0/lang/flagmapping.php: [FIX] Typo and missing flag image ref removed (sorry Korea) tikiwiki: 03sylvieg * r17753 10/branches/3.0/templates/ (7 files): [MOD] more goup watches Do you know of any CMS with Image Manipulator (Image Cropper, Resizer, etc)? porsh: pivot porsh: you can do it via www.picnik.com though I was going through this http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1767&trackerId=5 and thought this should be of importance to tikiwiki. Your views? Am working on its implementation may be as a wikiplugin tikiwiki: 03jonnybradley * r17754 10/branches/3.0/ (3 files in 3 dirs): tikiwiki: [NEW] JQuery wikiplugin (wikiplugin_jq) tikiwiki: Options for not to execute on doc ready and to change the string returned if feature not enabled. tikiwiki: Needs approval and shows on admin/security as unsafe. tikiwiki: 03jonnybradley * r17755 10/branches/3.0/styles/strasa/options/ (cold.css mono.css): [CSS] flipmodimage had gone again tikiwiki: 03jonnybradley * r17756 10/branches/3.0/styles/ (strasa/options/cold.css strasa/options/mono.css strasa.css): [CSS] Feint lines under left hand modules in strasa q: is there anyway to get notification (or to monitor) the shoutbox? or to queue items for approval i need something better than the banned words list to moderate the shoutbox tikiwiki: 03nyloth * r17757 10/branches/3.0/ (4 files in 4 dirs): [FIX][BP-17744] newsletters fixes ricks99: must be coded any date for 3.0 final? end of april there is any tarball of 3.0b1? only livecd and svn? there's tarball on sf.net oh.. sorry found it! np but current SVN 3.0 is far better imho there is any way to make a tarball from svn? there's some script in doc/devtools ty tikiwiki: 03pkdille * r17758 10/trunk/templates/tiki-send_newsletters.tpl: [MOD] send_newsletters: some other tiny mods on newsletters is it just me or does /tiki-magic.php?featurechain=/1/3 have not one, but two "Site Title" text fields under Site Logo and Title? tw-svn-from-this-morning but its been that way for a while or /tiki-magic.php?featurechain=/1/3/879 for the full path snarlydwarf: nobody takes care of magic now, it's an experimental orphan now how do i make it um, vanish? snarlydwarf: since the developer stopped snarlydwarf: feel free to adopt it ;) vanish ? is there a "stop putting this in my bar" button? i dont like it, i like the old way :) just disable it on Admin > Features under experimental tab ah good :) much prettier I recently completed the install, but I do not see any of the icons, I have tried the following browsers, IE7, Firefox, Camino, Safari. Did I forget to do something. Thanks lq_349: what icons ? I need help to setup dbreport plugin, does anyone have it working ? !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .