Quote:
Originally Posted by DomP
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 
|
No problem about that, I can provide you with a different template XML file to do this job for you in a simple way, but in that case we will have to replace one of the current navbar buttons with the new "Forum"button, so which button do you want the "forum"button to replace?