Log in

View Full Version : how to add button to navbar


JJH35
08-18-2006, 12:21 AM
i use vbcmps and i want to add a link on my actual forum page (in the navbar obviously) to link back to the main page how do i do this

Ntfu2
08-18-2006, 02:17 AM
<if condition="$show['member']">


After that place this:

<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/$vboptions[forumhome].php"> Forums <else /> <a href="/"> Home </if></a></td>

JJH35
08-18-2006, 08:15 PM
i had to change the href for forums it was putting my url twice, but it did what i needed it to do, thanks a lot