Quote:
Originally Posted by Ted Varnson
Sia Bani: In Navigation / Breadcrumb Templates go to the template navbar and find
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
and before it add
Code:
<td class="vbmenu_control"><a href="/">Home</a></td>
<td class="vbmenu_control"><a href="/vbulletin/">Forum</a></td>
|
Ted, I figure you're the man to ask now that we're on this topic...how do I make another row below the original because it's getting really cluttered now. With future hacks, it'll be necessary.
Thanks again!