Name | Type |
---|---|
file_get_contents(/var/local/themes.tiki.org/www//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700): failed to open stream: No such file or directory | tracker item |
-=text=- has no more formatting | tracker item |
'Last Changed' module formatting is inconsistent | tracker item |
*.tiki.org sites: make the navigation & interface more consistent | tracker item |
$prefs.language does not work properly?
This is related to the Custom Site Header section of Look & Feel on our Web site. We put a top navigation bar which is expected to be showin in different languages depending on the visitor's language (look at http://www.daav.cn/cms/tiki-list_file_gallery.php ). The code in Custom Site Header is like this: <div style=...> <ul> {if $prefs.language eq "cn"} <li>link1 in Chinese</li> ... <li>linkN in Chinese</li> {elseif $prefs.language eq "fr"} <li>link1 in French</li> ... <li>linkN in French</li> {elseif $prefs.language eq "de"} <li>link1 in German</li> ... <li>linkN in German</li> {else} <li>link1 in English</li> ... <li>linkN in English</li> {/if} </ul> </div> however, it seems the top navigation bar is always shown in Chinese even when I set the default browser language to English only. At that time, our php-based language detector works correctly to identify the user/browser language as English (example: our homepage at http://www.daav.cn/ ) but tikiwiki remains in Chinese unchanged. Is there anything wrong with the code or it's just because my Windows XP is in Chinese? Then how to get around this in Tikiwiki? What language do you get on the linked page that I included above? Thanks for any hints. |
tracker item |
1.9to2.4.css File does not exists referer: tiki-index.php
I recently upgraded from 1.9.9 to 2.4 and I find lots of these errors in the log file: [Wed Aug 05 14:28:59 2009] [error] [client 10.7.8.26] File does not exist: /usr/local/apache2/htdocs/tikiwiki/styles/transitions/1.9to2.4.css, referer: http://localhost/tikiwiki/tiki-index.php Is this installation error or a bug in 2.4? Thanks |
tracker item |
11.x: issues with greenvalley theme style | tracker item |
Koichi
Contributors |
tracker item |
Caldrac
Contributors |
tracker item |
13.x Bootstrap: tiki-assignuser.php -> There should not be a horizontal scroll bar | tracker item |
13.x Broken layout for https://tiki.org/TikiFestMadrid and http://tiki.org/TikiFestBarcelona3 | tracker item |
13.x dev.t.o: Print version of blog post has no CSS assigned | tracker item |
13.x dev.tiki.org Stray "Add Comment" button all the way at the bottom of the page | tracker item |
13.x Horizontal scrolling on http://dev.tiki.org/tiki-pagehistory.php?page=Tiki12 | tracker item |
13.x suite.tiki.org : The footer is missing since the upgrade from 12.x | tracker item |
13.x: Floated box classes (divs thirdfloat, to have display in 3 cols) stopped working after the upgrade | tracker item |
13.x: PluginSlider in featured profile overlaps footer | tracker item |
13.x: Profiles with "random header images" stopped working as expected compared to 12.x | tracker item |
13.x: Weird warning on smart phone | tracker item |
13.x+ (& dev.t.o): wrong bg color in convene plugin in some theme styles | tracker item |
14.x regresion: menu icons broken | tracker item |
14.x: Plugin AppFrame doesn't get the central column expanded to use full width anymore | tracker item |
15.x: Improvements needed for mobile view of many *.t.o sites (dev, themes, doc, ...) | tracker item |
popup box to select visible calendars shown underneath events details (using fullcalendar) | tracker item |
Humphrey
Contributors |
tracker item |
Then I discovered that the module uses a table instead of a OL or UL to format, which is a little bit messy itself.