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

Kay Strobach typo3 at kay-strobach.de
Sun Mar 27 09:48:25 CEST 2011


Hi Olga,

You need to enable the column via PageTS


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
	}
}


Regards
Kay

Am 27.03.2011 08:48, schrieb Olga Zhuravleva:
> I want to have new content column.
> I've made mark in template:
>  <!--###CONTENT_BOTTOM###  start-->
> <!--###CONTENT_BOTTOM###  stop-->
> In TS add after    subparts.CONTENT < styles.content.get
> 
> subparts.CONTENT_BOTTOM < styles.content.get
> subparts.CONTENT_BOTTOM.select.where = colPos = 1
> 
> But column doesn't appear at backend page list.
> What's wrong?


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


More information about the TYPO3-english mailing list