This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.
Hi
I have problem with plugin mLanguage on page http://scopeclub.sk. Everything is translated perfect except main menu (means
), this menu contains default language. Could you advice me how can I solve this pls.
Many Thanks
Michael5 Jan. 2010 at 01:26
Falls es mlang V1.5.2 ist:
mlanguage.php, line 239:
$s = substr(curPageURL(), -3);
sollte:
$s = substr(mlang_curPageURL(), -3);
sein.
lg
Michael
Sirlon5 Jan. 2010 at 01:30
Nein es war ein anderes, aber danke für den Hinweis durch das Chaos ist mir der Fehler nicht aufgefallen
Michael5 Jan. 2010 at 18:23
Gern geschehen
Und danke für mLanguage!
lg
Michael
K.u.K.u.K28 Jan. 2010 at 10:50
Hi
I have problem with plugin mLanguage on page http://scopeclub.sk. Everything is translated perfect except main menu (means
), this menu contains default language. Could you advice me how can I solve this pls.
Many Thanks
Sirlon28 Jan. 2010 at 14:56
You have to do the Menu by your own without WP API (wp_list_pages or wp_page_menu).
If so you must add the language tag as a css class eg.
<ul id="nav"> <li> <a class="default-menu-css-class en" href="page-link" title="page-title" rel="nofollow">Text</a> <a class="default-menu-css-class de" href="page-link" title="page-title" rel="nofollow">Text</a> </li> </ul>Sirlon11 Feb. 2010 at 17:02
Nein es war ein anderes, aber danke für den Hinweis durch das Chaos ist mir der Fehler nicht aufgefallen
K.u.K.u..K14 Feb. 2010 at 22:34
Could you send me better example, please – I mean CSS and HTML code. Thx
K.u.K.u..K14 Feb. 2010 at 22:48
I remaked all men.
<li class=sk>first</li>
<li class=en>second</li>
I did it like you wrote. But now when I defaultly load page there are two types of language then when I set sk or en there are only one.