PDA

View Full Version : Navigation help pls...


qpurser
06-12-2012, 05:21 PM
I am trying to achieve something but for some reason I can't figure it out.
Here is what I need:
I have 2 add-ons (one for pictures and the other for videos) and need to link to each of them.
I created a main tab : Media
Created a menu media menu
created 2 links to each add-on page into that.
That works fine
but now when I am for example in the picture page I need several additional links showing in the sub-navbar (the smaller one below the TABS)
I just can't figure out how to create those additional links when I am or in the picture or the video page (both have different links of course).
Is it even possible?

Thanks a lot for any help

qpurser
06-26-2012, 10:29 AM
Where are the smart people...? :)

kh99
06-26-2012, 10:36 AM
Where are the smart people...? :)

I think they're still asleep, but maybe I can help: What are your "add-on" pages? Are these php scripts? If they have their own values for THIS_SCRIPT then you could edit the navbar template and put in something like:

<vb:if condition="THIS_SCRIPT == 'whatever'">
// extra menus
</vb:if>