[TYPO3-english] Adding new content-column
Kenneth Larsen
kennethbolarsen at gmail.com
Tue Dec 14 09:35:06 CET 2010
Hi Bernd
Thanks for replying.....your answer was just what I needed.
I now have this in my Template-setup, and my new column works perfect :-)
*template = FILE
template.file =
fileadmin/templates/wfu/wfu_template07_2010_start_test.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
** subparts.CONTENT_BOTTOM < styles.content.get
subparts.CONTENT_BOTTOM.select.where = colPos = 4*
Once again...thanks for helping...
---
Regards
Kenneth Bo Larsen
*
*
2010/12/14 bernd wilke <t3ng at pi-phi.tk>
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list