[TYPO3-english] re : rlmp_tmplselector template selection
Katja Lampela
katja.lampela at lieska.net
Tue Jan 6 16:30:58 CET 2009
Hi Tapio
Tapio Markula kirjoitti:
> Katja Lampela
>> So I would try following order:
>>
>> 1. plugin.tx_rlmptmplselector_pi1 -configuration
>>
>> 2. plugin.tx_automaketemplate_pi1 -configuration (<-rlmptmplselector)
>
> these don't be in this order - I have them in correct order.
Nice :) And if you are not Tony, maybe you would like to tell him your
correct order ;)
Anyways, what I forgot to tell, I always use with the
automaketemplate+rlmp_tmplselector combination also the
stfl_tmpl2columns extension which determines what columns can be seen in BE.
And then you need something like following (change the template names)
in the root page TSconfig:
options.stfl-tmpl2columns.enable = true
options.stfl-tmpl2columns.default_main = homepage
options.stfl-tmpl2columns.mapping {
# corresponding to [name].html (or .htm) template file
# homepage.html
homepage = 0,1,2 //numbers refer to columns ("normal", "left" and "right") that are shown in BE when the homepage.html is chosen as the content area template
# large.html
large = 0 //this means only "normal" is shown
}
And you can configure of course as many templates as needed.
HTH
- Katja
More information about the TYPO3-english
mailing list