[TYPO3-english] Can't add new content column

Kay Strobach typo3 at kay-strobach.de
Sun Mar 27 10:47:36 CEST 2011


Hello Olga,

you need either the first block, or the second one.
Seeing the subparts i assume you added it into the TSTemplate.
BUT the stuff needs to be in pageTS
Edit page properties > PageTS or options.


> TCEFORM.tt_content {
>
>        // Remove content colums in backend
>        // 0 = main
>        // 1 = left
>        // 2 = right
>        // 3 = bg images
>        colPos {
>                addItems = 2
>        }
> }

without the > should to the trick.

Templates are for the frontend, pagets is for the backend config.

Regards
Kay

Am 27.03.2011 10:33, schrieb Olga Zhuravleva:
> Second column doesn't appear at backend page list.
> I've written in Ts:
> 
> TCEFORM.tt_content {
> 
>        // Remove content colums in backend
>        // 0 = main
>        // 1 = left
>        // 2 = right
>        // 3 = bg images
>        colPos {
>                removeItems = 0,1
>        }
> }
> 
> TCEFORM.tt_content {
> 
>        // Remove content colums in backend
>        // 0 = main
>        // 1 = left
>        // 2 = right
>        // 3 = bg images
>        colPos {
>                addItems = 0,1
>        }
> }
> 
>    subparts.CONTENT < styles.content.get
>    subparts.CONTENT_BOTTOM < styles.content.get
>    subparts.CONTENT_BOTTOM.select.where = colPos = 1


-- 
http://www.kay-strobach.de - Open Source Rocks


More information about the TYPO3-english mailing list