cheat-master30 |
05-19-2007 07:42 AM |
Quote:
Originally Posted by tuslic
(Post 1250443)
i have images of the links for the navbar, how would i place them in there? and how can i take certain links out of the navbar?
|
Go to Styles and Templates, then Edit Templates, then Navigation/Breadcrumb templates then Navbar then search for:
Code:
<!-- nav buttons bar -->
The code for the navigation is after this point. Look for stuff like this:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
And remove the part for the link you want removed. Also, find those you want kept, and replace the part saying $vbphrase[whatever] with the usual code for an image.
|