Am I missing something? How do we do multiple window.onload in tikiwiki? hello Anyone konw what the name of the feature is whereby if I visit a wiki page that doesn't exist yet - it redirects to a "best guess" existing page instead ? Never mind - found it:- " When viewing a page, if it doesn't exist and has one like page, automatic redirection to this like page: " I spoke too soon - turning that off didn't fix the problem... Help if you please - Ver 2.2; Admin User (new to tikiwiki); Am having a problem with quicktags as the symbol we need to use is "^2 and ^8 etc" (actually alot of carat symbols). Using the normal editor it naturally converts EVERYTHING between any two carats on a page to the quicktags BOX (js function override). Have even gone so far as to try to rename all from ^text^ to ^^text^^ and other variations. That didn Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . hello everyoen i'm having a problem moving my tikiwiki site over to the server i backed up the data base moved the tiki folder over to the site according to the steps i found on the installation and steup f.a.q the thing is, according to the faq, when i enter the site's "tiki-install.php", i should be prompted with: "You will be prompted to enter the admin password that you used for the existing site. The Tiki Installer page appears. At the bottom of the page, click Reset database connection settings. " "Installer disabled. Remove 'db/lock' to enable the installer." sorry, that last sentence is what i get instead of what i'm supposed to get i'm thinking it has to do wiht the fact that, while installing tikiwiki on my sustem, i was following the "tikiwiki for smarties" guide that recommended to choose the "disable installer" option, or something like that, after the initial install is there a way to go back? hello tikiwiki i am having trouble trying to include a rss module with wiki-page updates in a wiki page... maybe someone can point in the right direction? i'll explain: i have enabled rss feeds for blogs and wiki in admin/rss i have created one rss module for each i have included both in a wiki-page using for ex: {rss id=2 max=5} the feed for blogs works, the one for the doesn't the one for the wiki doesn't my feed reader can read the blogs feed, but for the wiki feed it says "permission denied" any clue what can be wrong? thanks! As a new admin to tikiwiki, can someone point to the defacto place for user-geared support lives. Is this it? Are there forums? Was this the "right" place to ask the QUICKTAGS questions ... (that hopefully you can see above)? Sorry - Noob to this IRC ... Thanks hello GO_Aller, you can try the tikiwiki users maiing list -- https://lists.sourceforge.net/lists/listinfo/tikiwiki-users thx gferreira - will do. gferreira: Maybe Anonymous is not allowed to read the Wiki RSS feed. polomorning Hi i am using mini chat i need to know how to get a pop up or a blinking status abr when when other user sends a chat mesg ???????????// Elan: you need some JS coding skills i guess ok so only by hard coding i have to implement the pop up huh? Luciash tell me how i could do that ll lean and do that...... *learn Elan: i can't tell you, sorry, as i would need to learn that first too ;) okies ne alternative u could think just need that indication that some one sent a chat message ??????? look into templates/modules/mod-minichat.tpl and copy that to your templates/styles/your_theme/modules/ then you can play with it without hardcoding in original tpl file look on internet for JS scripts which would give you something you look for and then try to implement it inside the script which is in the tpl ok luci ask thanks a lot ll try and let u know about the result you can try to put it into function minichatpost() or function minichat_newelem() ok sure for a start to check if it's the right place try to put there alert('New post appeared !'); then you can chenge/enhance it with something different *change ok ll do that tikiwiki: 03luciash * r16468 10/trunk/templates/modules/mod-minichat.tpl: [ENH] OK as a translantable string Hi need to inmlement task feature as menu option can ne one guide onthis ? 2 oops, sorry Elan: Admin > Menus ya luci i to thought ouf tha but the task featute comes inthe home page so not able set the url in the menu option Elan ? Like Elan: Admin > Menus i have tried that to make the taks feature to a menu option just put a link as tiki-user_tasks.php but in the url section im not able to give the url as it in the home page ok bbl, lunch here ok byeee thanks was able to introduce the feature tikiwiki: 03sylvieg * r16469 10/trunk/ (5 files): [FIX]rss: do not show up the edit plugin icon in rss hi all. is there a way to filter the last_modif_pages by *category*? or better yet, only list pages that *are* categorized? ricks99: the module ? nope do u know of any off-the-shelf solution? or will i need to modify the module? plugin listpages has a categ - i think - and a sort ricks99: use last_category_objects hm... checking... docs r not much help... http://doc.tikiwiki.org/Module+last_category_objects :( ricks99: just set id of category by default it lists last wiki pages of the given category on trunk separated by... comma, colon, pipe ? looking at the php... looks like it takes only a single id? parameters : id=1&type=*&maxlen=20 separated by & as usual for modules but i want: id=1,2,3,5 i see, that's not possible i think only one category sylvieg: can listpages plugin return last x modif pages ? i dont see a mod-list_pages.php (2.2) ricks99: it's not a mod, it's a wiki plugin o same problem though... looking at the php, it appears that it takes only a single categId lib/wiki-plugins/wikiplugin_listpages.php seems you have to implement multiple categs ;) or * categorized tried id=* but it didnt work it won't work if i manually change the query: last_category_objects('*',$module_rows,$module_params["type"]); will it work? i doubt bummer tried '2,3,5' ? you'd need modify function listpages in tikilib i guess *list_pages y, im going to have to try that. something like explode(','....) tikiwiki: 03sylvieg * r16470 10/trunk/templates/tiki-admin_polls.tpl: slef_link do we have admin GUI for dynamic variables ? or how can i delete one ? edit them with an empty value? are they deleted from the db then ? I don't know i have put content which cannot be edited u mean dynamic content? tiki-list_contents nope, i mean dynamic variable %up% ahh. k. my bad i have put "^" there and now i can't edit it sylvieg: when i put empty value, it stucks in the db and can't edit it anymore too if there was something like for the dynamic content it wouldn't be a problem then yeh a missing page.. we need tiki-admin_dynvars.php or something i can't find in trunk where to enable the dynamic content too tiki-list_contents.php says it's disabled ah, it's on tiki-admin.php?page=textarea how intuitive ;) tikiwiki: 03sept_7 * r16471 10/trunk/lib/smarty_tiki/ (block.self_link.php function.button.php): tikiwiki: [ENH] smarty button and self_link : add option to select and disable buttons tikiwiki: and provide class when button are selected/disabled... tikiwiki: Example : tikiwiki: {button _auto_args='where,highlight,date' href="?where=pages" _text="{tr}Entire Site{/tr}" _selected_class='highlight' _selected="'$where'=='pages'"} tikiwiki: 03sept_7 * r16472 10/trunk/styles/transitions/2.0to3.0.css: tikiwiki: [ENH] help_section : change the CSS a little to have the help section take all tikiwiki: the place to the bottom of the page. tikiwiki: 03sept_7 * r16473 10/trunk/ (12 files in 5 dirs): (log message trimmed) tikiwiki: [ENH] Search : tikiwiki: o change in the database to allow Full Text Search on Calendar Items tikiwiki: o for tiki-searchresult add search on date based on lastModif tikiwiki: (All, or 1 month... 11 monthes) tikiwiki: o for tiki-searchresult add {add_help} for Advanced Search (aka boolean) tikiwiki: o for tiki-searchresult rework of the layout to match searchindex tikiwiki: 03pkdille * r16474 10/trunk/ (3 files in 3 dirs): [DEL] forum: remove unused pref tikiwiki: 03sylvieg * r16475 10/trunk/templates/poll.tpl: [FIX]style: never change background color withouit changing texte color sylvieg: golden wisdom :) tikiwiki: 03sylvieg * r16476 10/trunk/templates/tiki-old_polls.tpl: self_link+ less duplicate code tikiwiki: 03sylvieg * r16477 10/trunk/templates/tiki-poll_results.tpl: [FIX]poll: do not show comment if looking at all teh polls luciash: do not how multiple js functions on window load are managed in tw? if I do a window.onload=func - seems I keep only the last - and I do not see a global function - suppose I am missing somewhere something... sylvieg: i only know you can call functions from body onload="" separated by ";" .. yeh - thx something must be somewhere.. hell? tikiwiki: 03sylvieg * r16478 10/trunk/lib/wiki-plugins/wikiplugin_subscribegroups.php: typo tikiwiki: 03sylvieg * r16479 10/trunk/templates/ (modules/mod-articles.tpl tiki-user_information.tpl): sefurl tikiwiki: 03lphuberdeau * r16480 10/trunk/lib/ (setup/prefs.php wiki-plugins/wikiplugin_googleanalytics.php): [FIX] Pref definition required to be listed in admin panel Hi all. I have a new user in TW 2.0RC4 that registered but typed his email address with .ocm instead of .com at the end. So, he did not get the validation email. I can fix his email address on the bottom of tiki-user_preferences.php?userId=131 but I can't find any way to resend the validation email to that correct email address. Any suggestions? Thanks! Petjal2: most easily delete the user and re-register him luciash: ugh, thanks, I was afraid you were gonna say that! Oh well. :) well, maybe there's another way but i don't know it :^) Shouldn't take too long. I'll have his page open in one window so that I can copy his info into the new account, then I'll delete him in another window, then register him in a different browser. howdy howdy fighting with the wysiwyg feature---moved to another server with a different directory structure, and now getting a "Cannot create folder" msg---I think it has to do with $Config['UserFilesPath']-------Any suggestions did you clear the cache and log put ? out and check you do not have prefs with you old address in tiki_preferences thanks sylvieg---I got it--had to change a config.php Geez. I ignore things for a while and suddenly nice people like sylvieg are leaving. :'( sylvieg: I have no idea what's going on, but if i can help (like if someone needs to get yelled at), let me know please. (I also sent email) rlpowell: I know what you mean, I just came round after being gone for 6 months and really important devs are very upset. thx I am not nice but I am like a piece of shit but I want to protect tw from a punch or buggs You've always been nice to me, and to other people who come around asking for help, so I say you're nice and you can't stop me. :) I am out - I am so upset - trying to keep a nice guy - when you slap the other persons is BAD we are all nice Sometimes people deserve it. I am out - I am upset :( sylvieg: please take a few days and reconsider. I'm sure that these issues can be worked through. Can someone give me a summary of WTH has been going on? Maybe in privmsg so sylvieg doesn't have to relive it?