is it possible to create a multilanguage navigation? New Forum Posts: Module Page not working - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42687 I moved my site to Bluehost and I'm trying to use their Simple Scripts tool to upgrade. I'm currently on version 6.1, but it thinks I have 4.1, which it says is too old for the script to work. There is an "advanced" tool where you can manually set your version, but the script does not recognize it. Any ideas on how to correct this? tikiwiki: 03sylvieg * r38985 10/branches/proposals/6.x/templates/styles/strasa/tiki-site_header_options.tpl: [FIX]strasa: if no logo but site menu-> display the menu (has been moved in tiki8) can we do a trackerlist in a pretty tracker with a filtervalue = {$f_333} ? I remember a lot of posts - but do not know if it is working afternoon euro's, morning us's i have just installed a clean v8.1 tikiwiki and set it to https only which failed... now i reverted the setting through manual database editing https_login -> disabled cleared the https_port field but no matter what i try, it still redirects to a https page which is not there when i force http by editing the url it says page not found you are free to try @ http://or.johnvankampen.nl/tiki-index.php clicking login -> page not found login in through the dropdown login module -> page not found and redirect to https https://or.johnvankampen.nl/tiki-login.php is this a know issue, what could reset tiki wiki so that https is completly disabled and logging in through http does not cause issues? +known polom all hi mate JohnKa: I don't think we've met. you are right still, maybe you can give me some assistance if you would like i can pm you the details of my minor issue i have encountered New Forum Posts: Problema con HTML nelle pagine wiki - http://tiki.org/tiki-view_forum_thread.php?forumId=8&comments_parentId=42689 till next time tiki's New Forum Posts: Moving tracker and items to another installation - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42690 tikiwiki: 03sampaioprimo * r38986 10/trunk/installer/tiki-installer.php: fix string tikiwiki: 03sampaioprimo * r38987 10/trunk/lang/pt-br/language.php: updating pt-br language files with get_strings.php tikiwiki: 03sampaioprimo * r38988 10/trunk/lang/pt-br/language.php: pt-br translation tikiwiki: 03sampaioprimo * r38989 10/trunk/lang/pt-br/language.php: pt-br translation tikiwiki: 03sampaioprimo * r38990 10/trunk/lang/pt-br/language.js: pt-br translations tikiwiki: 03sampaioprimo * r38991 10/branches/proposals/6.x/lang/pt-br/language.js: pt-br translation tikiwiki: 03chealer * r38992 10/trunk/lib/newsletters/nllib.php: tikiwiki: Newsletters: Force background of HTML content to white to avoid style problems. tikiwiki: Note: If text is not black, inclusion of CSS may cause problems. Ideally this should use standard styles but just display less (no modules, etc.). Untested Quick question. I've changed the "Browser title" general option, but the title of my Tiki web page still says "HomePage." Where does this title get applied? Admin → Admin Home → General → "Site title location:" → something like "Before", or "After" You probably have "none" (which is a silly default value) Renfield: ↑↑ Thank you. np Jyhem_laptop: No, unfortunately there is no configuration option called "Site title location:" I'm using version 8.1 I found it, I had to enable advanced features. I mean preference filters. polom tikiwiki: 03chealer * r38993 10/trunk/lib/comments/commentslib.php: [FIX] List comments: SQL errors "Column 'objectType' in where clause is ambiguous" when a category filter is set (from r20568) tikiwiki: 03chealer * r38994 10/trunk/lib/articles/artlib.php: Articles watches: for consistency, send a deleted article's body in addition to its heading I can not believe that - perhaps it is my local since when mysql is case sensitive SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'HomePage' ) ORDER BY `catObjectId`, `categId` find HomePage but SELECT `categId`, `itemId` FROM `tiki_category_objects` INNER JOIN `tiki_objects` ON `catObjectId` = `objectId` WHERE `type` = 'wiki page' AND `itemId` IN( 'homepage' ) ORDER BY `catObjectId`, `categId` doesn not find HomePage :-(