

Willst du etwas nur anzeigen falls es mindestens ein level unter der aktuellen Seite gibt?
Mit numRows kannst du herausfinden wie viele Ergebnisse eine Abfrage liefert
30 = TEXT 30 { wrap = <ul><li>|</li></ul> data = leveltitle:1 if { isTrue.numRows { table = pages select { # select properties here if necessary } } } }




30 = TEXT
30.data = leveltitle:2
30.if.isTrue.numRows {
table = pages
select {
pidInList = {leveluid:2}
pidInList.insertData = 1
where = nav_hide = 0
}
}
30.wrap = <ul><li>|</li></ul>
Add comment