Quote:
Originally Posted by Ninos
Thanks for the reply Jaxel, but as I mentioned in my post (at least I think I did anyway) not only does this remove the main tab on the nav bar, but it removes all the secondary navigation links too. I need those links so I can upload additional media etc. so is there a way of removing the tab "Media" WITHOUT removing the 8wayrun media navigation too?
I hope that makes sense.
|
Try this:
In the 8WR_media_NAVTAB delete :
Code:
<a class="navtab" href="media.php{vb:raw session.sessionurl_q}">{vb:phrase media}</a>
and
Code:
<li><a class="navtab" href="media.php?{vb:raw session.sessionurl}">{vb:phrase media}</a></li>
Remember to back up your template before trying any edits!