Einzelnen Beitrag anzeigen
  #1  
Alt 11.04.08, 09:20
Cochones Cochones ist offline
Forum Zuschauer
 
Registriert seit: 11.04.08
Alter: 19
Beiträge: 4

Gifbuilder Problem


Guten Morgen,
ich habe ein Problem bei der Darstellung eines Bildes, welches mit dem Gifbuilder generiert wird.
Bisher ist die Typo3 Seite auf der Version 4.1.2 gelaufen, aufgrund von Umstellungen in unserer Firma habe ich diese jetzt auf einen anderen Server umgezogen und auch eine neue typo3 Version verwendet (4.1.6).
Auf dieser Seite wird ein Menü mit dem Gifbuilder generiert und im Header ein Bild das den aktuellen Menütitel generiert und größer darstellt. Genau dieses Bild welches im Header dargestellt werden sollte, funktioniert nicht. Hingegen das Menü schon.

Hier ein paar Inforrmationen zu meinem System:
OS: SuSe 10.3
php5: 5.2.5
php5-gd: 5.2.5
apache: 2.2.4
mysql: 5.0.45

Anbei noch das Typoscript des Menüs und des Bildes:

Header(funktioniert nicht!:sad:
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:
TRAILER = IMAGE
TRAILER.file = GIFBUILDER
TRAILER.file {
XY = 795, 85
backColor = #006600
format = gif
10 = TEXT
10 {
text.field = subtitle // title
fontSize = 38
fontColor = #96CC9F
fontFile = fileadmin/tsv/fonts/ariblk.ttf
offset = 10, 75
}
20 = TEXT
20 {
text.field = subtitle // title
fontSize = 30
fontFile = fileadmin/tsv/fonts/ariblk.ttf
fontColor = #E2F5E5
niceText = 1
offset = 41,68
}
}
Menü (funktioniert:sad:
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:
MENU_LINKS = HMENU
MENU_LINKS.special = directory
MENU_LINKS.special.value = 123
MENU_LINKS.entryLevel = 1
MENU_LINKS.1 = GMENU
MENU_LINKS.1.NO = 1
MENU_LINKS.1.NO {
XY = 146,30
backColor = #006600

10 = TEXT
10 {
text.field = title
fontColor = #FFFFFF
fontFile  =fileadmin/tsv/fonts/ariblk.ttf
fontSize = 9
offset = 7, 21
}
20 = IMAGE
20.file = GIFBUILDER
20.file {
XY = 146,1
backColor = #FFFFFF
}
20.offset = 0, 29
}
MENU_LINKS.1.RO < .MENU_LINKS.1.NO
MENU_LINKS.1.RO {
tmp < .10
backColor = #82BC8B
5 < .9
5.fontColor < .tmp
5.offset = 9,23
}
MENU_LINKS.1.CUR < .MENU_LINKS.1.RO
MENU_LINKS.2 < .MENU_LINKS.1
MENU_LINKS.2 {
NO.backColor = #E2F5E5
NO.10.fontColor = #478951
NO.20.file.backColor = #478951
RO < .NO
RO.backColor = #FFFFFF
RO.5 >
CUR < .RO
}
MENU_LINKS.1.CUR < .MENU_LINKS.1.RO
MENU_LINKS.3 < .MENU_LINKS.1
MENU_LINKS.3 {
NO.backColor = #86ce92
NO.10.fontColor = #478951
NO.20.file.backColor = #478951
RO < .NO
RO.backColor = #FFFFFF
RO.5 >
CUR < .RO
}
Vorab dank für das Lesen des Threads und ich hoffe das mir jemand bei meinem Problem behilflich sein kann.

Mfg Johannes W.
Mit Zitat antworten