tikiwiki: 03jonnybradley * r28509 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (2 files in 2 dirs): [MOD] ckeditor: minor fixes tikiwiki: 03jonnybradley * r28510 10/branches/experimental/wysiwyg_ckeditor_update/ (4 files in 3 dirs): [ENH] ckeditor: tikiwiki plugin. Makes ckeditor appear to operate in wiki markup mode - uses ajax. tikiwiki: 03jonnybradley * r28511 10/branches/experimental/wysiwyg_ckeditor_update/lib/tikilib.php: [FIX] parse_data: Plugin (non) parsing and some line end fixes, to go with previous ckeditor:tikiwiki commit. hmm, does setting Group Theme work for you anybody ? Admin > Groups > Anonymous > Edit when i set Group Theme it resets back to None (Use site default) not tried it for a while, sry seems not working for other group too hmm, must be a bug it is 5.0 any chance in 5.1 it is fixed ? not seen any commits tikiwiki: 03jonnybradley * r28512 10/branches/experimental/wysiwyg_ckeditor_update/lib/tikilib.php: [FIX] parse_data: More on line ends mainly for htmltowiki (but also needed to fix
inside

xhtml error) (note: on Admin > L&F i have "Each group can have its theme" enabled) used to work (in 4?) no PHP error appears, must be some little bug in the dropdown on Admin > Groups i don't recall if this existed in 4.x not sure maybe there's workaround to set the theme to another when {if !$user} ? we need a perspectives plugin i will try to look how gary does on themes.tw.o np, thanks for thoughts anyway Hi! tikiwiki: 03lindonb * r28513 10/trunk/lib/smarty_tiki/modifier.money_format.php: [FIX] Fix right alignment of amounts and add error message is locale string isn't found on system. hey can a user have more than 1 user page? hi NoMore - no (no more than one :) ) damn, any kind of workaround that works semi like it you can use ...page... to split a wiki page oh... ok, maybe that'll work polom hi jonnyb, and goodnight :-) nn hmm, is there perhaps a way to structure tiki so that users can have admin permission of pages under their category or something that category being their user name... ...just trying to figure out something more robust than using split.. NoMore: There's a wiki admin option: something like "make author admin of page". This means no one else can edit the page, etc., similar to the userpage. yes, i don't want users spreading their own adminned pages everywhere.. anyway i can structure this so its contained.. basically i want people to have sub wiki's because i'm working in area wher ethere is room for contention people will have different ideas so, i thought the best way was for some people to have their own wiki sections but a persona page with splits.. seems kinda small.... thought it will probably suffice if need be tikiwiki: 03jonnybradley * r28514 10/branches/experimental/wysiwyg_ckeditor_update/tiki-editpage.php: [FIX] ckeditor: don't double parse There's also an option "create group for each user". This means permissions can in effect be assigned per user. hmm, ok i will have to experiment with that, would that enable me to reach my goal automatically, like not manually check tick boxes per user tikiwiki: 03jonnybradley * r28515 10/branches/experimental/wysiwyg_ckeditor_update/lib/tikilib.php: [MOD] parse_data: Don't do so much when $options['fck'] tikiwiki: 03jonnybradley * r28516 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (ckeditor_tiki/plugins/tikiwiki/plugin.js wiki/editlib.php): [MOD] ckeditor: show busy when parsing & more on paragraphs tikiwiki: 03lindonb * r28517 10/trunk/lib/wiki-plugins/ (wikiplugin_agentinfo.php wikiplugin_pluginmanager.php): [FIX] Small improvements to PluginManager and added plugin edit options for PluginAgentinfo tikiwiki: 03chibaguy * r28518 10/trunk/styles/layout/ (design.css layout.css): [FIX] CSS2.1 validation errors corrected. How can I change the sort order of categories? Specifically how they are displayed in the categories module. hi Recent Bug: Tracker item: #3518 - - Confusing search module buttons - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3518 Hello. Q: where can I turn off the wiki_validate_plugin? searched for it but it is just nowhere polom yay, welcome back chibaguy :) i was just trying the group theme option but it doesn't seem to be set via Admin > Groups in Tiki 5 so i was wondering how you did change themes in the past when page name matched chibaguy: it seems you have removed that custom code for some reason from themes.tw.o, right ? chibaguy: so i couldn't copy and paste ;) Hi luciash. I used Theme Controtol in the past. Just assigned the theme to a category or object. Theme Control. chibaguy: ah, i see but that's been broken since tiki 3. chibaguy: however, i need to set it per group so when Anonymous, show this theme, when logged in, show different (broken regarding theme-specific tpls anyway) chibaguy: i tried this trick: just a moment ... {if !$user and $prefs.style ne "my.css"}{redirect url="tiki-switch_theme.php?theme=my.css"}{/if} heh though it doesn't seem to work somehow perfectly it seems i have to clear Tiki cache manually otherwise it is kinda broken any idea how to achieve that ? automagically ? i wonder why on themes.tw.o it worked without clearing cache Hmm, I can't think of a way. AFAIK, at themes.tw.o, the theme was only set according to page or to category. so tghe feature must contain some clear caching code i suppose, hmm... goes to dig in the code I guess so. doh, actually the code i have doesn't seem to work... do i have to check something else than $prefs.style when anonymous ? or do you see an error in the "if" condition ? what i get is blank page but browser title is set page source shows up html head until the last IE 8 specific condition hmmm ah, fixed it it may not be in feature_custom_html_head_content but in sitemycode instead now the whole page shows up for anonymous but it doesn't change the theme anyway even after clearing cache maybe i must to do it the other way around (set global theme for anonymous and switch for Registered) oh no, i am stupid, i didn't "Publish" the sitemycode ;) omg, now i have the broken "empty" page again when Published, doh :-p so moving from head code to sitemycode is no help it seems :-p seems the smarty redirect tag code is wrong or is it only in trunk ? hmm hmm, nope, the function.redirect.php is in Tiki 5 too wish I could help, luciash, but I have no ideas. damn, no wonder it cannot work from there i guess because it uses php Header("location: ...") and if the header is already output... it must fail the redirect what i wonder is it gives no php error even if i have it set on via Admin > General i guess there is no other way to "redirect" via Smarty maybe JS only best would be fixing the Group Theme feature though of course ;) i will workaround using the JS now chibaguy: i have started my theme on skeleton.css but find out soon that it is not exactly what i would expect btw ;) chibaguy: added to http://themes.tikiwiki.org/Template+Tricks&no_bl=y#How_to_force_switch_Theme_for_Anonymous sorry, luciash, was eating. yeah, I don't start with skeleton. I start with some other theme that already has quite a bit of rules already. great, I was hoping you'd document what you were doing, after all that effort. np :) yeah, i expected skeleton will have some basic empty selectors at least and i prefer not to use custom tiki.tpl too Well, the idea should be improved, for sure. I didn't put anything into it so far. chibaguy: fine, just some little feedback chibaguy: btw, why is there no print icon on themes.tw.o ? hmm, I don't know. now there is. New Forum Posts: online homework help - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=38081 chibaguy: thank you seems showhide and nums params for amketoc are being ignored s/amketoc/maketoc/ in contrary what is suggested on http://doc.tikiwiki.org/PluginMaketoc hm, I wonder when they stopped working. i know only "!# Heading" works to show numbered toc but didn't know about nums param would be easier than taking care of adding # at each heading but the showhide is definitely regression Switch back link on http://themes.tikiwiki.org/Skeleton - the grape.css theme-option doesn't work ah, it works, but second time i click the link ;) funny gotta run bbl ok, cya later. polom hi i everyone TikiFestBigBlueButton started BigBlueButton conference starting on http://live.tikiwiki.org presentation starting shortly tikiwiki: 03changi67 * r28519 10/trunk/lib/ (4 files in 4 dirs): [MOD] Opening brace of a class must be on the line after the definition + A closing tag is not permitted at the end of a PHP file => quality.tikiwiki.org polom chealer? are you in TikiFestBBB? New Forum Posts: best way to create wiki pages hierarchy? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38083 tikiwiki: 03changi67 * r28520 10/trunk/styles/fivealive/options/ (6 files): [FIX] This file doesn't exist tikiwiki: 03lindonb * r28521 10/branches/proposals/5.x/templates/tiki-calendar_calmode.tpl: [bp/r28311] [FIX] - adding back odd/even formatting lost when fixing day focus. Thanks chibaguy. polom does anybody know how to extend the maximum size of uploaded files? New Forum Posts: V5.0 to V5.1 problem - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38085 tikiwiki: 03Jyhem * r28522 10/branches/proposals/3.x/templates/ (3 files): [FIX] Tabs were showing as blank for IE7