Quote:
Originally Posted by Exernon
It's not just actually making a link but I wanted the navbar to show a Forums link when I'm in the portal and the navbar to show Home when I'm in the forum...
I'm not good in PHP scripts so I just wanted to ask how?
|
Find:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
Add Before:
Code:
<if condition="THIS_SCRIPT == adv_index"><a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]">Forum</a><else /><a href="/">Portal</a>
</if>