XF 1.4 Create a secondary Navigation menu

Myrm

New member
I am looking for a way / addon to create a secondary navigation menu underneith the first one. and manage the tabs on it.
Is there such a thing. If not how would I create it manually. example code and where to put it would help :)
 
I'd do the following...

  • Create a new template with your navigation html
  • Go to page_container and find:
    <!-- main content area -->
    include your template right beneath that:
    Code:
    <xen:include template="customnav" />
  • Place your CSS inside extra.css
 
so I would need to make a customnav template and include it?
would there be a way to modify it via the control panel?
If not is there a tool that can?
 
Top Bottom