Einzelnen Beitrag anzeigen
  #6  
Alt 04.09.06, 12:58
Tinto Mano Tinto Mano ist offline
Forum Newbie
 
Registriert seit: 03.07.06
Beiträge: 13

Ahh, eine Antwort ;-) !

Ich benutze ein eingebundenes grafisches Menue, welches folgendes TS Script hat:

Code:
temp.topmenu = HMENU
temp.topmenu {

  1 = GMENU
  
 config.linkVars = L
 config.sys_language_mode = content_fallback

  
  excludeUidList = 4,13,12,14
  # 5,6
  1 {

    NO { 
    
    wrap = <span>|</span>
            XY =[20.w]+15,60
            transparentBackground = 1
                
            
            20 = TEXT
            20 {
                    text.field = title
                    fontSize = 24
                    offset = 0,45
                    fontFile = fileadmin/font/engom.ttf
                    fontColor = #20B2AA
                    niceText = 0                   
               }
        } 


RO = 1
   RO {   
    wrap = <span>|</span>
            XY =[20.w]+15,60
            transparentBackground = 1

            20 = TEXT
            20 {
                    text.field = title
                    fontSize = 24
                    offset = 0,45
                    fontFile = fileadmin/font/engom.ttf
                    fontColor = #2E8B57
                    niceText = 0  
               }
        } 

ACT = 1
   ACT { 
    wrap = <span>|</span>
            XY =[20.w]+15,60
            transparentBackground = 1              
            
            20 = TEXT
            20 {
                    text.field = title
                    fontSize = 24
                    offset = 0,45
                     fontFile = fileadmin/font/engom.ttf
                    fontColor = #2E8B57
                    niceText = 0                   
               }
        } 
      }
}
Kann es sein, daß hier irgendwo der Hund begraben ist? Ich habe auch schon mit und ohne
Code:
 config.linkVars = L
 config.sys_language_mode = content_fallback
versucht, ohne Erfolg oder sichtbarer Änderung.
Mit Zitat antworten