[TYPO3-english] langMenu icons are not displayed

sledge simaskonfa at gmail.com
Mon Mar 1 20:49:54 CET 2010


Hi all,

I am using the following code from the manual of langMenu, and quite 
often the icons are not generated (a broken link to image is shown).
When I click on the non-shown image, it points to the
   .../typo3temp/menu/376c3db29f.gif

"typo3temp/menu/376c3db29f.gif" could not be found, closest page 
matching is typo3temp/
When I click on the correctly shown image, the image is shown in the 
typo3temp/menu/ folder (hence the hashed cache gif file is created).
However it happens with ~25% error cases. Where could be a problem, and 
is there a this non-caching non-RTFM method? Thank you;


The code is the following.
lib.langMenu {
special = language
special.value = 0,1,2
special.normalWhenNoLanguage = 0
1 = GMENU
1.NO {
XY = [5.w]+4, [5.h]+4
backColor = white
5 = IMAGE
5.file = EXT:cms/tslib/media/flags/flag_uk.gif || 
EXT:cms/tslib/media/flags/flag_de.gif || 
EXT:cms/tslib/media/flags/flag_it.gif
5.offset = 2,2
}
1.ACT < lib.langMenu.1.NO
1.ACT=1
1.ACT.backColor = black
1.USERDEF1 < lib.langMenu.1.NO
1.USERDEF1=1
1.USERDEF1.5.file = EXT:cms/tslib/media/flags/flag_uk_d.gif || 
EXT:cms/tslib/media/flags/flag_de_d.gif || 
EXT:cms/tslib/media/flags/flag_it_d.gif
1.USERDEF1.noLink = 0
1.USERDEF2 < lib.langMenu.1.USERDEF1
1.USERDEF2.backColor = green
}


-- 
sledge


More information about the TYPO3-english mailing list