Einzelnen Beitrag anzeigen
  #10  
Alt 10.09.05, 17:51
philipp philipp ist offline
Forum Newbie
 
Registriert seit: 08.08.05
Alter: 21
Beiträge: 31
philipp eine Nachricht über ICQ schicken

Oh, habs selber hinbekommen:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
# Content-Rand
temp.randcontent = CONTENT
temp.randcontent {
table = tt_content
select.orderBy = sorting
select.where = colPos = 3
renderObj < tt_content
renderObj.text.20.textStyle.altWrap = <div class="contentlinks">|</div>
renderObj.text.20.parseFunc.nonTypoTagStdWrap.encapsLines >
renderObj.text.20.parseFunc.nonTypoTagStdWrap.encapsLines {
encapsTagList = div,p
removeWrapping = 1
wrapNonWrappedLines = |
}
}

Geändert von Junior (03.03.06 um 08:05 Uhr).
Mit Zitat antworten