allo anyone here? !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . just installed Tiki, when i login and log out i am getting a \ in my url "http://www.myurltosite.com\/tiki-index.php" any suggestion? It is ONLY happening when i click login or or logout bkey: try reading some of http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2009-02-20,Fri which is about your \/ issue now thats a riot, $base_url has to be defined in tiki-login.php and tiki-logout.php as $base_url = '/'; Are there any modules/features/plugins, besides Score, FAQs, polls and surveys modules available to create questions/answers type of site? tikiwiki: 03chibaguy * r16857 10/trunk/styles/darkroom.css: [FIX] Bad mix of old and new CSS menu properties. gerbert, trackers are another way to get user input. More of a learning curve, but much more powerful than those other features. polom quit Good Morning all! ;) I fool around with tags, and when I write a new blog posting, I miss a convenient way to choose from existing tags - do I miss something here? What I have is an input field, where I can type all tags I feel appropriate for the posting - what I'd like is, somewhere in the vicinity, a list of already existing tags I could add by clicking - can this be done easily? polom polom polom2 *g* tikiwiki: 03luciash * r16858 10/trunk/styles/thenews.css: [FIX] partial rollback of 16830 changes tikiwiki: 03marclaporte * r16859 10/trunk/templates/tiki-admin-include-i18n.tpl: [FIX] typo polom3 this kind of sucks :-/ → http://doc.tikiwiki.org/tiki-index.php?page=Features yes one of the most important pages perhaps it should become a wiki page the new MediaWiki style table plugin perhaps would help data is here: http://doc.tikiwiki.org/tiki-view_tracker.php?trackerId=7 umpf - again? :( has something changed there? more tacker items or something? I'll write a nagios-check for that page.. and I raised memory_limit amette: tks I don't think more items were added What would be a good icon to replace the second text link? which "second text link"? amette: : look for wrench: http://doc.tikiwiki.org/tiki-index.php?page=Features ok yay - strasa looks promising :) btw - we need a new star name for 3.0 finding new star names every half a year - I bet no one thought of that when deciding on the new release schedule ;) oh, i somewhat thought it was already chosen Arcturus but apparently this was the name for 2.0 already ? :-p yup, it was the name for 1.10 already ;) which then was released as 2.0 - so Arcturus is fair :) but 3.0 needs to become something else to stay true to the history of the project ;) all the same here ( folder icons ) amette: sure +1 oh, i have wiki and trackers icons displayed as folders MyTiki, Wiki, File Galleries, Admin - all folders and no other features activated http://en.wikipedia.org/wiki/Astronomy_portal ;) oh, must be some module caching weirdness, now i changed to thenews theme and the blue arrows stayed :-p hehe ;) wtf, i changed to "Site default" and the ugly tikineat appeared ! *g* yeah, it is somewhat confusing at times - also the notice in Admin->Look&Feel, when changing the theme doesn't make no sense to the first time user at all and once you understand it, you don't need it any more ;) hmm, sounds good - I'M with that :) after i logged out from admin all the menu items are back to normal ;) weird... but ok :) I think Betelgeuse is really good, fits the first half-year-release Tiki 3.0 rather well: "Astronomers believe Betelgeuse is only a few million years old but has evolved rapidly because of its high mass." :-) yes, the onchange theme switch is really unnecesarry and the note is totally confusing amette: cool :) :) tikiwiki: 03marclaporte * r16860 10/trunk/templates/styles/strasa/credits.tpl: [FIX] Correct theme name tikiwiki: 03sept_7 * r16863 10/trunk/ (installer/tiki-installer.php templates/tiki-install.tpl): tikiwiki: [ENH] Installer : as requested by Rick99 : select language takes you to the tikiwiki: next installer step, and selected language becomes preferences site_language and tikiwiki: language after DB initialization... tikiwiki: 03luciash * r16861 10/trunk/styles/strasa.css: [ENH] strasa theme: nicer look of tabs tikiwiki: 03amette * r16862 10/trunk/lib/setup/twversion.class.php: Name 3.0 Betelgeuse :) i m looking for 'wiki answers' type of questions/answers site. The examples are http://itknowledgeexchange.techtarget.com/ and http://wiki.answers.com/. Any suggestions as to which modules/plugins/features i might use for this purpose? hi gerbert gerbert: wiki, search, forums luciash: i am looking out of shelf solutiotions. those you suggested require custumization and development actuall search and forums might be used out of shelf . but not wiki as it is now hallo gerbert: : what it missing? the form to enter the question similar to http://itknowledgeexchange.techtarget.com/ as well as subsequent association between the question and wiki answers - currently there is only association between wiki page name and wiki content. i more lookin for question to be more than just name - it should be possible to enter detailed description, attach file etc to the question itself. gerbert: wiki+trackers amette: wow, that was fast decision ;) no voting this time ? tikiwiki: 03luciash * r16864 10/trunk/templates/modules/mod-assistant.tpl: [MOD] no changes - indent code only thank you luciash. i ll do more research on the trackers + wiki rehi - I hope this works better now than the web-interface... I am just looking for confirmation of my little tagging challenge: is it correct that currently, if you post a posting to a blog, there is no way to choose from existing tags to tag the posting? Perhaps you can use a module like freetags_most_popular... sylvieg: thanks for the input! do I get it correctly from reading http://doc.tikiwiki.org/tiki-index.php?page=Module+freetags_most_popular that the module does not list _all_ tags currently existing? try max=-1, it should work... and if true, [;ease update the documentation ;-) testing right now, thanks... :) do you have a trunk version ? nope - running 2.2 ...and rather new to tikiwiki. ;) I suppose you can pich up the version opf this modules from 3.0 hm - what would be the quickest way for both of us to teach me how to do that? ;) ok - what I have now is, in 2.2, freetags_most_popular with the parameter "max=-1" - what i get is a cloud with the most popular, but not all tags. thanks, that is better than what I had before - but what I would like is a complete list, together with the chance to simply klick on an existing tag (instead of mistyping one and thusly creating a new one)... on top of that, this would be sufficient to have when I am writing a blog post. Now, if you tell me that this is currently not possible, I can stop searching, and do with what I have - thanks already for your advice! :) the quickest will be to change the code on modules/mod--freetags_most_popular.php $most_popular_tags = $freetaglib->get_most_popular_tags('', 0, $module_rows); must become $most_popular_tags = $freetaglib->get_most_popular_tags('', 0, -1); cool, works! :) thanks a bunch! :) khkhk;) polom jquery still on experimental branch or merged to trunk ? seems still experimental luciash: no, there wasn't betelegeuse in the past... ... with half-a-year release cycle there need to be fast decisions ;) hihi yo, I'm going to bed now