Log in

View Full Version : Navbar switching link forum/portal


Artistichaven
04-27-2011, 10:27 PM
How would I make a link in my navbar switch depending on the page? I have vBACMPS and I want it so that if you're on the portal (index.php) it will give the option Forum that will take you to forum.php and if you're not on the portal, it will display Portal which will take you to index.php.

kh99
04-27-2011, 10:40 PM
Try:

<if condition="THIS_SCRIPT == 'adv_index'">
// link to forum
<else />
// link to portal
</if>