Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Non-Clickable Links for il8N Navigation?
#7
Did you manage to do this, lnickel?

If not (or just as a reference for others hoping to do the same), you can use Custom Fields to create a custom status (like 'nopage') for pages in the menu that takes either the value 'true' or 'false'. Then to alter the appearance of pages in the menu that have children (but do not have their own pages) use a conditional statement like:

Code:
if($item->hasChildren && $item->nopage=='true') {
  // output
}
Reply


Messages In This Thread
RE: Non-Clickable Links for il8N Navigation? - by Angryboy - 2013-05-30, 21:40:32



Users browsing this thread: 1 Guest(s)