Search code examples
navigationpyrocms

how to add submenu items in navigation with pyroCMS


I have pages that are children of other pages, and would like them to show up as menu items in a dropdown (something like superfish)

In pyroCMS 1.0.3 how do I add that ability?

I've found a tutorial http://codeigniter.com/forums/viewthread/139227/P150/ but it references to files that don't exist so it must be for an older version of pyroCMS.

I'm stuck at step 6. adding a function to the helper.


Solution

  • You can't do it without making some modifications. I would take a look at this pull request on github https://github.com/pyrocms/pyrocms/pull/62