[Typo3] HMENU, language menu invisible
Grzegorz Judycki
judyckig at o2.pl
Fri Jun 24 18:50:15 CEST 2005
This post is dedicated to multilanguage features enthusiasts :-)
Hi,
My language menu is behaving differently on each installation of
TYPO3.
Here is the case 1.
Language menu is invisible, in the source view I have this empty
cell:
<TD id=languagemenu></td>
The HMENU objet is defined like this:
temp.langMenu = HMENU
temp.langMenu.special = language
temp.langMenu.special.value = 0,5,6
temp.langMenu.1 = GMENU
temp.langMenu.1.NO {
XY = [5.w]+4, [5.h]+4
backColor = white
5 = IMAGE
5.file = media/flags/flag_pl.gif || media/flags/flag_uk.gif ||
media/flags/flag_fr.gif
5.offset = 2,2
}
temp.langMenu.1.ACT < temp.langMenu.1.NO
temp.langMenu.1.ACT=1
temp.langMenu.1.ACT.backColor = black
temp.langMenu.1.USERDEF1 < temp.langMenu.1.NO
temp.langMenu.1.USERDEF1=1
temp.langMenu.1.USERDEF1.5.file = media/flags/flag_pl_d.gif ||
media/flags/flag_uk_d.gif || media/flags/flag_fr_d.gif
temp.langMenu.1.USERDEF1.noLink = 1
When I test it with these two small test instead:
test1:
temp.langMenu = IMAGE
temp.langMenu.file = media/flags/flag_fr.gif
test2:
temp.langMenu = TEXT
temp.langMenu.value = language menu should appear here...
the content element temp.langMenu is appearing correctly in both
cases.
In the other installation of the same version of T3 (3.7.0) with the
same source code (only languages id are different) the language menu
is ok.
Realy don't know how to debug further. Please help my multilanguage
ambitions that are blocking my international career with TYPO3 :-)
With kind regards
Grzegorz
More information about the TYPO3-english
mailing list