Einzelnen Beitrag anzeigen
  #3  
Alt 22.02.07, 13:53
jannsen jannsen ist offline
Forum Newbie
 
Registriert seit: 20.11.06
Alter: 26
Beiträge: 27

Ich habe es bei mir so eingebunden:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
### Top Banner ###
marks.BANNERTOP < plugin.tx_bibanners_pi1
marks.BANNERTOP {

# show banners with this attribute. Options are: top, right, top_right_one, top_right_two
placement = top

#mode to show banners. Options are: all, random
mode = all

# list of page IDs where the banners should be taken from (comma seperated. i.e.: 1,5,7)
pidList = 55

# levels of recursion to search for banners
recursive = 0

# Limit number of banners
results_at_a_time = 1

#Maximum width of banners
image.file.maxW = 728
}


gruß
Mit Zitat antworten