Einzelnen Beitrag anzeigen
  #4  
Alt 21.04.06, 13:49
Tetramatrix Tetramatrix ist offline
Forum Aktivist
 
Registriert seit: 27.02.05
Beiträge: 60

Hallo,

Probier mal so:

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:
lib.stdheader >

#build own header
temp.my_header = CONTENT
temp.my_header {
table = tt_content
select {
pidInList=this
where = colPos > -1
}
renderObj = IMAGE
renderObj.file = GIFBUILDER
renderObj.file {
XY = [10.w]+6,[10.h]+18
transparentBackground = 1
10 = TEXT
10 {
text.field = header            
offset = 0,[10.h]+1
fontSize = 40
fontFile = PRISTINA.TTF
fontColor = #896044
niceText = 1
niceText.sharpen = 0
niceText.scaleFactor = 0
iterations = 0
antiAlias = 0  
}
} - ERROR: Line 28: The script is short of 1 end brace(s)

Gruß,

T.

P.S. Geht Dich nichts an!

Geändert von StGaensler (21.04.06 um 19:47 Uhr).
Mit Zitat antworten