Menu
  • HOME
  • TAGS

typo3 templavoila check current language

typo3,typoscript,templavoila

Using translation labels in TypoScript You can use a translation label in TypoScript. For example: {LLL:typo3conf/customlabels.xlf:label.id} {LLL:EXT:mytemplateext/Resources/Private/Language/locallang.xlf:label.id} You may want to look at: http://docs.typo3.org/typo3cms/FrontendLocalizationGuide/BasicSetupOfALocalizedWebsite/Llxml%28locallang-xml%29InPluginsAndTyposcript/Index.html llXML files are XML files containing labels that the system can fetch in a localized version if a language pack is installed. If you want to...

Multiple Images in TemplaVoila Template, Typo3 6+

image,typo3,typoscript,templavoila

cObj HTML is deprecated: TYPO3 lib HTML and TEXT code So simply change your code to: 10 = COA 10 { 10 = TEXT 10 { value.field = field_carousel value.split { token = , cObjNum = 1 1 { 10 = IMAGE 10 { file { import.current = 1 import...

Disable TemplaVoila Backend Layout for some sections

typo3,fluid,templavoila

Enable the classic Page module as you already did and clear the entire Cache as always. After that you see two "Page" Modules in the upper right corner of the t3 backend and can switch between "Classic" and TV-Mode. Don't forget to create a new / clean template for your...

Is it possible to use TemplaVoilà and Backend Layout on the same installation?

typo3,templavoila

Dislaimer: I'm not using TemplaVoilà myself. The TCA Overrides of EXT:templavoila replace the backend layout fields with the respecting fields of TemplaVoilà, see here. By reading this code, it should be possible to have both the TemplaVoilà fields and the Backend Layout fields if "Enable data structure selection" is inactive...