[TYPO3-english] Can't add new content column
Olga Zhuravleva
ozhurevleva at gmail.com
Sun Mar 27 11:34:48 CEST 2011
Thanks a lot!
In Page TSConfig rootpage were 2 parameters by which I can't add
colomn, I comment them, add colPos parametres and everything is work
now!
//mod.web_view.type=1
//mod.SHARED.colPos_list=0
TCEFORM.tt_content {
// Remove content colums in backend
// 0 = main
// 1 = left
// 2 = right
// 3 = bg images
colPos {
addItems = 2
removeItems = 1,3
}
}
2011/3/27 Kay Strobach <typo3 at kay-strobach.de>:
> 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
> _______________________________________________
> 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