[Typo3] tx_kbcontslide -> multilanguage ?

Bernhard Kraft kraftb at kraftb.at
Fri Dec 2 13:37:00 CET 2005


T.Joga wrote:

> plugin.tx_kbcontslide_pi1.content.select.where = colPos=3
> temp.mainTemplate.subparts.subteaser < plugin.tx_kbcontslide_pi1

it should be possible to do something like:

plugin.tx_kbcontslide_pi1.content.select.where = colPos = 3 AND sys_language_uid = 0
[globalVar = GP:L = 1]
plugin.tx_kbcontslide_pi1.content.select.where = colPos = 3 AND sys_language_uid = 1
[globalVar = GP:L = 2]
plugin.tx_kbcontslide_pi1.content.select.where = colPos = 3 AND sys_language_uid = 2
[end]



More information about the TYPO3-english mailing list