Einzelnen Beitrag anzeigen
  #4  
Alt 27.07.07, 22:56
larryc larryc ist offline
Forum Newbie
 
Registriert seit: 01.12.05
Alter: 29
Beiträge: 11

Hello nochmal!

1) marks.BANNERTOP
muss IN
seite.10 {
...
....
}
HINEIN!

2) marks.bannertop muss marks.BANNERTOP heissen und sollte im Template auch als ###BANNERTOP### angegeben werden (groß geschrieben)
Look @ http://typo3.org/documentation/docum...1.0/view/8/26/

Also ich hab Dein Template genommen, bei mir einen Zweig angelegt, die Extension installiert, ein Banner angelegt, die pidlist angepasst und es hat funktioniert.

Hier nochmal das Template (wieder mit Deinen pidlist Werten:sad:

PHP-Code:
temp.bannertop plugin.tx_macinabanners_pi1
temp
.bannertop {
# show banners with this attribute, default options are: "top, left, bottom, right", all Descriptions of Banner Categories can be used
placement topleftbottomrightheaderbannertop

#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 51,52

# levels of recursion to search for banners
recursive 0

# Limit number of banners
results_at_a_time 3
}


seite PAGE
seite
.stylesheet fileadmin/template/style.css
seite.10 
TEMPLATE
seite.10 
{
    
template FILE
    template
.file fileadmin/template/template.html
    workOnSubpart 
DOKUMENT
    marks
.INHALT styles.content.get
    marks
.MENUE HMENU
    marks
.MENUE.1 TMENU
    
    marks
.MENUE.1.NO {
        
allWrap = <li class="mainnav"> | </li>
        
beforeImg fileadmin/template/pfeilchentrans.gif
        beforeROImg 
fileadmin/template/pfeilchen.gif
        RO 
1
    
}

    
marks.MENUE.1.ACT 1
    marks
.MENUE.1.ACT {
        
allWrap = <li class="mainnav"> | </li>
        
beforeImg fileadmin/template/pfeilchen.gif
    
}

    
marks.MENUE.2 TMENU
    marks
.MENUE.2.wrap = <ul> | </ul>
    
marks.MENUE.2.NO {
        
allWrap = <li class="subnav"> | </li>
        
beforeImg fileadmin/template/pfeilchentrans.gif
        beforeROImg 
fileadmin/template/pfeilchen.gif
        RO 
1
    
}

    
marks.MENUE.2.ACT 1
    marks
.MENUE.2.ACT {
        
allWrap = <li class="subnav"> | </li>
        
beforeImg fileadmin/template/pfeilchen.gif
    
}

    
marks.PFAD HMENU
    marks
.PFAD {
        
special rootline
        special
.range –1
        1 
TMENU
        1 
{
            
NO {
                
allWrap = &nbsp; / &nbsp; |
            }
        }
    }
    
    
marks.BANNERTOP temp.bannertop
}

plugin.tx_newloginbox_pi1.storagePid 44
plugin
.tx_newloginbox_pi1.showForgotPassword 1
plugin
.tx_newloginbox_pi1._LOCAL_LANG DE
config
.language DE
plugin
.tx_newloginbox_pi1.email_from =
plugin.tx_newloginbox_pi1.email_fromName =
plugin.tx_newloginbox_pi3._LOCAL_LANG DE



# Standardsprache deutsch wird festgelegt
config.sys_language_uid 0
config
.language de
config
.locale_all de_DE 
Mit Zitat antworten