PDA

View Full Version : Navbar disabled, but still appearing


openfire
04-15-2008, 06:12 PM
I have the navbar disabled in vBadvanced CMPS control panel, but the navbar is still appearing. I'm using a skin called "visionsred". The weird thing is that when I switch back to the default VB skin, the navbar is gone but when I switch back to visionsred, the navbar comes back again!

How can I remove the navbar in both skins?

Thanks.

Brian
04-16-2008, 05:07 PM
Sounds like your skin has placed the typial navbar stuff in a different template. If you can find the code in your templates then you could wrap an <if condition> around it to hide it on your CMPS pages.

<if condition="THIS_SCRIPT == 'adv_index'">

code here

</if>