hi marclaporte - there's a "if (0 && " in block.textarea.php on line 149 which you could remove to have a go - it sort of works in Fx and safari... i need to sleep, so had to commit so i can continue work on it up north ok sleep well soon (packing) Hey Is there a documentation on how Tikiwiki stores its passwords in the database? !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . Affenbrotbaum: : depends on setting dunno about documentation though there are like 3 levels of encryption Ah thanks I have it set to Tiki well it's not one of the common hashes that is different I already looked through the source but couldnt find anything What are you trying to do? long story... I used a password for the tiki which is the same as mine for my college login and now I'm trying to recover it resetting is not what you are trying to do? yeah I could do that I guess.. haha... :-) so you can click "lost password" it will send you an email to offer to reset pasword but it won't tell you what it is because it's not stored in plain text in DB I know... I found it out... it's crypt Md5 (unless you activate that setting, which is a very very bad idea) that's the Unix crypt DES? Anyways, I resetted it... thanks for your help marclaporte polom http://www.ikea.com/jp/en/store/funabashi We hang out in the restaurant (has wifi), my wife and son read, and I work on tiki themes.... :-) free coffee, etc. refills did an export of branch experimental/sumo and a fresh tiki install, and get this error: "Table 'branchsumog.tiki_pages' doesn't exist" good thing I saved the failed db statements. can resubmit and see what happens. On CREATE TABLE `tiki_articles`, the error: Column 'title' cannot be part of FULLTEXT index On CREATE TABLE `tiki_blog_posts`, the error: Column 'data' cannot be part of FULLTEXT index Same error for several other tables. Did tiki sql change? This is install on same mysql that I've been installing trunk and branches on with no problem. Heh, wiped the db and did the install again, and this time no errors. Actually there's a lot of inconsistency on the features list: why "Articles," "Forums," "Trackers," etc. (plural) but "Image Gallery," "Category," "Blog," etc. (singular)? (Not sure offhand if this inconsistency is a regression - maybe a result of how the text is produced now from somewhere upstream) ok, feature.php is the place to make any changes, I see. cleared cache in branch sumo exported and can finally see tiki-admin_categories.php, but saving a new category fails. I input a category name but it doesn't show up after submit. But I can't input it a second time because 'it already exists'. well, the category appears on browse categories, so apparently can be used. Battery fading. bbl. polom lol about gary hackin' from ikea :D tikiwiki: 03axold * r21746 10/trunk/ (lib/workspaces/wslib.php tiki-admin.php): [MOD] Added todos in wslib specially created for Ben New Forum Posts: TikiWiki 3.0 Win Home server Apache port 81 :-( - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=34755 tikiwiki: 03sylvieg * r21747 10/trunk/templates/tiki-plugin_trackerlist.tpl: [FIX]TRACKERLIST: fix f_lastmodif we have a {wiki} plugin to put wiki in tpl. Do we have a {smarty} plugin to put samrty in wiki sometimes I am lost... New Forum Posts: Exactly what file and directory permissions are required for v3.01 ? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=34756 sylvieg: we don't afaik but wouldn't it be too dangerous ? i know we have no plugin approval but... s/no/now/ yeh it can be dangerous because I am interested to have {tabset}{tab} in a wiki page in fact we could have even {php} smarty block ;) {php} id desactivated since 3 you can have it using trackerlist wiki page as template I agree ... so I will go for a plugin TABSET yep, maybe better... will be useful... currently i did it only using pretty tracker or module with no module title via module plugin tikiwiki: 03mangapower * r21748 10/trunk/lib/categories/categlib.php: [MOD] All listing function in categlib.php will show only common categories unless it's indicated to show workspaces. hi I´m getting an error on a windows home server / apache and port forwarding, seems all redirects are including the port number ... New Forum Posts: register_globals is still on even though it says off in php.ini - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=34762 hi SEFURL tip: article12 URL should be article0012 because Google News wants 3-digit non-date ID numbers. I haven't checked the latest SEFURL mapping rule. I see that tiki-read_article ignores leading zeroes, so 0012 same as 12. polom re: tw.o - MyDashboard? polom chibaguy what ? at tikiwiki.org now, I see MyDashboard on the top menu. ah :-p maybe someone found a car for you ? yeah, I'm going to check out the audio system. :D how hope it has gps SEWilco2: i don't quite get your SEO tip luciash: Google News says that news articles should have at least 3-digit numerical IDs which do not look like dates (2001). luciash: So if an SEFURL for an article looks like article001 or article 001234 then it meets the requirement. s/article 001234/article001234/ and if we don't follow the rule set up by big google then ? we are not listed in google news ? luciash: That info is tucked away in side the Google News Help for news producers. is it automagical ? and what if someone doesn't want to be listed there ? http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=68323 Wiki page editors aren't shown now at tw.o. yep, chibaguy, that's weird change Page last modified on Friday 25 September 2009 17:21:38 CET SEWilco2: ok, tnx 4 the tip luciash: Google News tries to find stuff automatically. You can submit sites or remove content. http://www.google.com/support/news_pub/bin/topic.py?topic=11668 Google Sidewiki fans: there is an API. Someone could create modules to show Sidewiki comments (or headlines) for a URL. hi, I need some help for a issue related to smtp server I need to connect to correo.uah.es using smtp in Tiki, so I can send and receive mail using any email domain since sendmail and postfix doesn't work properly for me if you want the least setup overhead, then nbsmtpd or ssmtpd are for you - they do nothing else than relay mail to another server, which trusts you... ... but you still need some SMTP skillz to debug. MangaPowerX: You might also need to configure PHP for mail. hey, I moved my wiki to a new server and now I'm seeing a plain white screen with no errors... what could be wrong? thanks I tar/gz'd it, moved it to the new box, untarred it, chowned it to the apache user on the new server, edited db/local.php and pointed it at the old DB (for now). I am using tiki-calendar_import.php to batch upload calendar events from an excel file for a rotational on-call schedule. It works like a champ (thanks again sylieg!!) however, I need it to insert and not append calendar events to avoid duplicate event entries. I realize it is working as expected and thought maybe adding a truncate beforehand might be a feasible workaround to my weird functionality needs. But I have no idea? tikiwiki: 03sylvieg * r21749 10/trunk/lib/ (tikilib.php wiki/wikilib.php): tikiwiki: [FIX]wiki: trim pageName because mysql does not distinguish varchars that differ tikiwiki: on trailing space + can rename a page that has trailing space to a non trailing tikiwiki: space pagename (http://dev.mysql.com/doc/refman/5.1/en/char.html) tikiwiki: 03lphuberdeau * r21750 10/trunk/lib/tikilib.php: [FIX] Bug #1924 - force no space after opening -- for strikethrough hmmmm but we have had the -- being converted to &endash; ... would it still work ? :-/ –, sorry polom About recent commit about -- http://dev.tikiwiki.org/wish1924 tikiwiki: 03chealer * r21751 10/trunk/lang/fr/language.php: [FIX] "notifer" -> "notifier" tikiwiki: 03chealer * r21752 10/trunk/lib/tikilib.php: document count_cluster_sessions() tikiwiki: 03chealer * r21753 10/trunk/ (8 files in 3 dirs): tikiwiki: [ENH] change who_is_there module to new module style (modules-doc). tikiwiki: [FIX] alt text when user can't receive messages. the image could still be improved tikiwiki: merge online_users and logged_users in who_is_there, resolving the naming mess. this should cause very discreet changes tikiwiki: [FIX] broken HTML with cluster=1 due to unmatched -s tikiwiki: WYSIWYCA: only link to user profile when it is public re marclaporte: ok, fine then if it works with "--strike--" but not "-- strike --" or "-- luci" any idea why we have nomore who edited the page ? on *.tw.o sites ? tikiwiki: 03chealer * r21754 10/trunk/ (3 files in 2 dirs): tikiwiki: [ENH] change last_created_faqs module to new module style (modules-doc). tikiwiki: [FIX] HTML special chars encoding is there a way to use a user_selector in a tracker but only list the users within a specified group? Kimberliee: use filter ? btw, this is badly broken now: http://tikiwiki.org/tiki-view_tracker.php?trackerId=5 Kimberliee: you can limit the users to a list of users but not a group yet luciash: not enough memory I suppose even if there'd be a group field in the tracker too ? tikiwiki: 03chealer * r21755 10/trunk/templates/blog-heading.tpl: [FIX] HTML special chars encoding luciash: group and user field has nothing to do sylvie: when you said limit the users do you mean manually create the list? or dynamically using the group field first? tikiwiki: 03chealer * r21756 10/trunk/ (3 files in 2 dirs): tikiwiki: [ENH] change last_created_blogs module to new module style (modules-doc). tikiwiki: [FIX] HTML special chars encoding Kimberliee: it is an option in admin->fields sylvieg: a question about pluginTRACKERITEMFIELD is it possible to have a class associated depending on the status? On dev.tw.o, we have a syntax {wish id=1234} which is an alias of TRACKERITEMFIELD to get information about a wish doc.tw is dead again.. if we can get a class according to status, we could have a --cross out-- when bug(wish) is solved I do not understand - sorry class of what? you test the status and put whatver span you want oh nice otherwise you have to change the plugin I have the feeling the current feature set may be enough :-) sylvieg: : here is detail: http://dev.tikiwiki.org/wish2769 I think we are ok, what do you think? I just need to tweak plugin alias... {TRACKERITEMFILED(status=c)}{TRACKERITEMFIELD} and so on it will be better to check if the cache is ok excellent! lol you rock thx - but it a day where I am not proud of myself whatever people say or whatever you think: trackers make a lot of people more efficient see the glass half full sylvieg: : do you have any idea if this http://dev.tikiwiki.org/wish2704 is fixed in trunk? was not last time I checked tikiwiki: 03obnoxxx * r21757 10/trunk/INSTALL: [FIX] INSTALL: fix word order do you know what the issue is? what characters should we avoid in trackers? hi I need some help I activated in my tiki installation the option that enable registration, and in the same time I set the option to notify the admin when a new user register. The problem is that the admin doesn't receive this mail, what's am I doing wrong? MangaPowerX: you deleted _htaccess yeah, sorry hope somebody knows how to restore I use tortoise svn and one of these days I deleted accidentaly htaccess I f.. my svn on this file Have you tried to get the old htaccess and add with svn htaccess? I think that should work I do not wnt to add - because I want to keep the log .. I am not sure the log wil be restored if I add it mmm sorry for the problem I caused I tried cp , I tried up to some release now my svn says everythig is fine with svn.. no problem only to find somebody who knows how to restore a file in svn properly perhaps the strasbourg guys know well, somebody can help me? Mail notification are not working in my tiki installation, somebody can tell me what to do? did you log the mail in tiki check the tiki loag then check the snedmail or whatever log sylvieg: http://stackoverflow.com/questions/490522/what-is-the-correct-way-to-restore-a-a-deleted-file-from-svn might help Caarrie|away: is the best found it on google ;) I did not try the cherry picking ah ok MangaPowerX: in tiki4, you should be able to set external smtp server need to checkout a clean install - I suppose ok thanks for the aid the problem is that I can't delete what I currently have in my installation MangaPowerX: do you recieve other mail like watch.. to set the external smtp server do i need to set it during the installation or can I do it after the installation? I think lph did all the job to do it whenever you want it MangaPowerX: in my /etc/postfix/main.cf i have relayhost = my smtp server i use for sending mail ok and I can send mail to every domain I guess (for example: to hotmail, yahoo, gmail,...) the idea is to send mail from alma@uah.es and in some cases I need to send some notifications to this mail for example, when a new user register MangaPowerX: if you get postfix/sendmail working with php mail(), then you just set whatever mail address you need on Admin > General thanks luci for the aid i don't know about Tiki 4 how Marc suggests i know i got my localhost mail sending working using the relayhost