Einzelnen Beitrag anzeigen
  #4  
Alt 18.04.06, 20:35
Mojo Mojo ist offline
Forum Newbie
 
Registriert seit: 13.04.06
Beiträge: 43

viel spass noch

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
temp.currentuid = TEXT
temp.currentuid.data = page:uid
temp.currentuid.override.data = page:uid
temp.currentuid.override.if.isFalse.numRows.table = pages
temp.currentuid.override.data = page:pid
temp.tertiaer1 = HMENU
temp.tertiaer1 {                                        
special = directory                                    
special.value < temp.currentuid    

..... - ERROR: Line 10: Object Name String, "....." was not preceeded by any operator, =<>({
}
[treeLevel = 1]

temp.tertiaer1.if {
value.data = page:uid
isTrue.numRows.table = pages    
}
[GLOBAL]
Mit Zitat antworten