This is an awesome mod and a huge timer saver!! Thank you for your work!!
I would like to use this with a vbadvanced portal. Can you tell me how I can add conditionals to show the forum tab only on the home page and the home page tab only on the forum??
PHP Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="http://yoursite.com/index.php"> Forums <else /> <a href="http://yoursite.com/"> Home </if></a></td>
Thanks