Einzelnen Beitrag anzeigen
  #6  
Alt 17.03.08, 07:45
christian.peltier christian.peltier ist offline
Forum Zuschauer
 
Registriert seit: 15.06.07
Beiträge: 9
Cool

Die Konfiguration Sieht bei uns wie folgt aus:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
temp.banner < plugin.tx_macinabanners_pi1
temp.banner {
# show banners with this attribute. Options are: top, left, bottom, right
placement = top
#mode to show banners. Options are: all, random, last
mode = last
# list of page IDs where the banners should be taken from (comma seperated. i.e.: 1,5,7)
pidList = 125
# levels of recursion to search for banners
recursive = 9
# Limit number of banners
results_at_a_time = 1
image.file.maxW = 10000
}

Wenn ich es bei Dir richtig sehe, hast du
Typoscript-Code:
1:
image.file.maxW = 10000
groß geschrieben und nicht klein...steht bei mir schon falsch drinnen...rtfm halt.
Mit Zitat antworten