PDA

View Full Version : making navbar links images


tuslic
05-18-2007, 08:57 PM
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?

ragtek
05-18-2007, 09:57 PM
in the navbar template

tuslic
05-18-2007, 11:11 PM
how do i get there?

mariohn
05-19-2007, 12:56 AM
navigation and bredcumb templates

cheat-master30
05-19-2007, 07:42 AM
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:

<!-- nav buttons bar -->



The code for the navigation is after this point. Look for stuff like this:

<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.

tuslic
06-04-2007, 12:35 AM
thanx