I use vBadvanced as my frontpage indeed. It would great if you could provide me that button but i'm even more concerned about editting the navbar template. Maybe you can set me up with that too. This is what I found so far:
In your style manager, you look for the "navbar" template.
Below <!-- nav buttons bar -->:
Look for:
Code:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
Replace with:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]">Forums<else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Portal </if></a></td>
Hope you can help me with that