Quote:
Originally Posted by HCGB
No - this product only has two PHP files - album.php is part of vB. Albums and pictures are part of the forum therefore the forum tab remains lit (as it does when you use the navbar menu).
The template conditional you need to activate the tab will be something like:
Code:
<vb:if condition="in_array(THIS_SCRIPT,array('picall','albumall'))">
... display gallery navbar items ....
</vb:if>
Take a look at https://vborg.vbsupport.ru/showthread.php?t=226914 for background.
|
Ok, I completely uninstalled my tab mod and created plugins for each added button per Lynne's tutorial you linked to (thanks!). Now there doesn't seem to be any conflicting code. My nav tab works fine to go to your product page, albumall.php. It stays "selected" for the other "album" pages, as I want. No prob...
Only issue is, that my NAVBAR is missing on those pages. I'm still using your navbar plugin, and when I click on "Forums" the whole navbar, along with your gallery links, show up fine. However, once I click on one of the gallery links, the entire navbar disappears along with your gallery links.
I know that I could just code the drop-down Nav-Tab, but I don't like it. (I don't like ANY drop-down nav tabs, not just yours.

)
Anyhow, I would really like for all of the forum navbar (along with your gallery links) to remain visible while on your pages. How can I get them to appear as I wish?
Thanks again for taking the time to help! Happy Easter!

Jeff