Einzelnen Beitrag anzeigen
  #7  
Alt 03.12.07, 19:49
Benutzerbild von jimihuy
jimihuy jimihuy ist offline
Forum Newbie
 
Registriert seit: 29.10.07
Beiträge: 38
jimihuy eine Nachricht über ICQ schicken jimihuy eine Nachricht über Skype™ schicken

ich habe es schon gefunden ein wenig suchen hilft schon.

Was ich meine ist das hier:
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
lib.box_content = CONTENT
lib.box_content{
table = tt_content
select{
selectFields = tx_gsttopcontent_abstract
where = NOT hidden AND NOT deleted AND CType = 'table'
}
renderObj = TEXT
renderObj{
wrap = <div class="div2"> | </div>
field = tx_gsttopcontent_abstract
}
}

Aber Danke Armin
Mit Zitat antworten