[TYPO3] Help with rlmp_templateselector extension
Dennis Cheung
hkdennis2k at gmail.com
Sat Dec 31 06:39:55 CET 2005
>template = ?????????????????????????????????
template=FILE
template.file=whatever
TEMPLATE.template can be anything
FILE, CONTENT even an TEXT
Automaketemplate is just an pre-processer, add ###_ID_OR_CLASS_###
into the source file.
If you have a HTML template already contains all
<!-- ###_SUBPARTS_### begin --> <!-- ###_SUBPARTS_### end -->
You can work fine without Automaketemplate.
But is it easily destory those comments if you are using WYSIWYG html editor.
bookmark this
http://typo3.org/documentation/document-library/doc_core_tsref/ if you
think you'll fight with typoscript template.
Dennis
On 12/31/05, Fabian Raschke <runner74 at gmail.com> wrote:
> Hello,
>
> I need help with the extension rlmp_templateselector
>
> The manual also uses the extension Automaketemplate. I don't use this
> extension so this is confusing me. Can anybody tell me how to do the TS
> without that extension?
>
>
> #### SUB TEMPLATE ####
>
> temp.contentAreaTemplate = TEMPLATE
> temp.contentAreaTemplate {
> template < ???????????????????????????????
> template.templateType = sub
> workOnSubpart = DOCUMENT_BODY
> subparts.SUB_TEMPLATE_CONTENT = TEXT
> subparts.SUB_TEMPLATE_CONTENT.value = (Test)
> }
>
>
> #### MAIN TEMPLATE ####
>
> temp.mainTemplate = TEMPLATE
> temp.mainTemplate {
> template = ?????????????????????????????????
> workOnSubpart = DOCUMENT_BODY
> subparts.SUB_TEMPLATE_AREA < temp.contentAreaTemplate
> }
>
> page.10 = ????????????????????????????????
>
>
> Can anybody help me with this?
>
> Happy New Year!
>
> Fabian
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list