[TYPO3-english] Wrapping content elements according to a class

Claudio Strizzolo claudio.strizzolo at ts.nogarb.ageinfn.it
Thu Jun 10 11:53:32 CEST 2010


Hello Rik and Dmitry,
thank you very much for your reply. The solution you proposed works like 
a charm.

In case someone is interested, this is how I applied it on Typo3 4.3:

In the TSconfig of the root page:

TCEFORM {
   tt_content.section_frame {
     addItems {
       96 = Special contents
     }
     removeItems = 6,10,11,12,20,21
   }
}

In the TS Setup of the root page main template:

tt_content.stdWrap.innerWrap.cObject {
  96 >
  96 = TEXT
  96.value = <div class="myspecialcontents">|</div>
}


Claudio


More information about the TYPO3-english mailing list