[TYPO3] GMENU with diferent background files
Peter Klein
peter at umloud.dk
Thu Sep 28 10:47:22 CEST 2006
Hi Xavier.
Why don't you just use the media field of each page to hold the images, like
described in the manuals?
Take a look at this chapter of "Typoscript by Exanple"
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/current/view/6/2/
--
Peter Klein/Umloud Untd
"Xavier Castaño García" <xcastanho at igalia.com> skrev i en meddelelse
news:mailman.286.1159429950.20124.typo3-english at lists.netfielders.de...
Hi,
I'm developing a site where we have a right menu as GMENU. This
GMENU needs to use a different background file depending on "uid" but
I don't know how I can implement that with TypoScript.
I mean, if background image was generic I could set that:
lib.rightmenu.1.NO {
XY = 193,34
backColor = white
5 = IMAGE
5.file = fileadmin/templates/site/Images/bck_image.gif
...
}
but I need to configure it something like this:
lib.rightmenu.1.NO {
XY = 193,34
backColor = white
5 = IMAGE
5.file = fileadmin/templates/site/Images/bck_{$uid}.gif
...
}
where "Typo3" knew that {$uid} should be replaced with menu entry "uid".
Does anyone know if Typo3 allows to do that? If not, could this issue be
taken into account for new versions? How could I apply for including
this issue on Typo3?
Thanks,
--
Xavier Castaño García
mailto:xcastanho at igalia.com
Tlf: +34 986107610
Fax: +34 981913949
Igalia - http://www.igalia.com
More information about the TYPO3-english
mailing list