PDA

View Full Version : Quick Help


rip9001
05-25-2006, 06:01 PM
Ok, im quite the n00b still but am attempting to learn

This is probally a 2 second answer for you guys but would save me hours

How do i add a "forum home" link on the top nav bar

i've fooled around with it for a while and still cannot figure out how to make a link to the main forum on there??

thanks!
ryan

peterska2
05-25-2006, 06:56 PM
in for navbar template find

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

above it add

<td class="vbmenu_control"><a href="$vboptions[bburl]">Forums</a></td>

rip9001
05-25-2006, 07:02 PM
thank you soooo much man!