[TYPO3-english] Adding new content-column

bernd wilke t3ng at pi-phi.tk
Tue Dec 14 01:22:27 CET 2010


Am Mon, 13 Dec 2010 16:58:18 +0100 schrieb Kenneth Larsen:

>    template = FILE
>    template.file =
>    fileadmin/templates/wfu/wfu_template07_2010_start.html
>    workOnSubpart = DOCUMENT_BODY
>    subparts.CONTENT_LEFT < styles.content.getLeft
>    subparts.CONTENT_RIGHT < styles.content.getRight
>    subparts.CONTENT_BORDER < styles.content.getBorder 
>    subparts.CONTENT < styles.content.get
> 
> So I was hoping that by adding this line:
>    subparts.CONTENT_BOTTOM < styles.content.getMain2
> I would be able to output content from my new column,..but no luck !

styles.content.get?????
are predefined. as you have not defined styles.content.getMain2, there is 
nothing inserted

either you define at the beginning:
styles.content.getMain2 < styles.content.get
styles.content.getMain2.select.where = colPos = 4

or at your target marker:

	subparts.CONTENT_BOTTOM < styles.content.get
	subparts.CONTENT_BOTTOM.select.where = colPos = 4

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list