Einzelnen Beitrag anzeigen
  #6  
Alt 13.07.06, 17:14
Eyüp Eyüp ist offline
TYPO3 Forum Team
Moderator
 
Registriert seit: 09.02.06
Ort: Viernheim
Alter: 23
Beiträge: 249

nunj,a hier mein vorläufe TS

werd mich mal mit tt_news auseinander setzen

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
# Ein paar Einstellungen
tt_content.noANameTagForFirstRecord = 1
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines >
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines {
encapsTagList = div,p
removeWrapping = 1
wrapNonWrappedLines = |<br />
}

# Löschen der Standart Headerformatierung
lib.stdheader.10.1.fontTag =
lib.stdheader.stdWrap.dataWrap =
lib.stdheader.5.wrap >
lib.stdheader.5.date = d. M Y
lib.stdheader.5.prefixComment = Header date: |

# TEXT: Setzen der neuen Header Formatierung
page.10.marks.CONTENT = COA
page.10.marks.CONTENT {
1 = CONTENT
1.table = tt_content
1 < plugin.tx_cccbrowse_pi1 - ERROR: Line 21: Object copied in this line "1 < plugin.tx_cccbrowse_pi1" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you.
CONTENT {
1.select.orderBy = sorting
1.select.where = colPos = 0
}
}

tmp.INHALT = COA
tmp.INHALT {
10 < page.10.marks.CONTENT.1
10.select.max=1

  # HEADER WRAP 1
10.renderObj.image.10.wrap = {$header.image.oben}

10.renderObj.text.10.wrap = <div class="fornbg"><div class="fornl"><div class="fornr"><div class="fortitel"><strong>|</strong></div></div></div></div><div class="n_border_left"><div class="n_border_right"><div class="n_border_leftpic"><div class="n_border_rightpic"><div class="tborder"><div class="alt1">

10.renderObj.textpic.10.wrap = {$header.textpic.oben}
10.renderObj.bullets.10.wrap = {$header.bullets.oben}
10.renderObj.table.10.wrap = {$header.table.oben}

10.renderObj.text.15 < lib.stdheader.5
10.renderObj.text.15.wrap = |<hr noshade="noshade" size="1px" />
  # TEXT WRAP 1

10.renderObj.image.20.wrap = {$content.wrap}

10.renderObj.text.20.wrap = |</div></div></div></div></div></div><div class="c_border_bottombg"><div class="c_border_bottom_left"><div class="c_border_bottom-right"></div></div></div><div style="padding-top:5px;"></div>

10.renderObj.textpic.20.text.20.wrap = {$content.image.wrap}
10.renderObj.bullets.20.wrap = {$content.wrap}
10.renderObj.table.20.wrap = {$content.wrap}


20 < page.10.marks.CONTENT.1
20.select.begin=1

  # HEADER WRAP 2
20.renderObj.image.10.wrap = {$header.image.rest}
20.renderObj.text.10.wrap = {$header.text.rest}
20.renderObj.textpic.10.wrap = {$header.textpic.rest}
20.renderObj.bullets.10.wrap = {$header.bullets.rest}
20.renderObj.table.10.wrap = {$header.table.rest}

  # TEXT WRAP 2
20.renderObj.image.20.wrap = {$content.wrap}
20.renderObj.text.20.wrap = {$content.wrap}
20.renderObj.textpic.20.text.20.wrap = {$content.image.wrap}
20.renderObj.bullets.20.wrap = {$content.wrap}
20.renderObj.table.20.wrap = {$content.wrap}  
}
__________________
Free SMS verschicken
Mit Zitat antworten