PDA

View Full Version : How to change Name in Navigation Bar


rickray76
12-11-2005, 12:04 PM
How can I change the name in the navigation bar from vBPicGallery to just gallery? When I make the change, it won't show it in the menu.

<!-- start vBPicGallery plugin -->
<td class="vbmenu_control"><a href="vbpicgallery.php?$session[sessionurl]">$vbphrase[gallery]</a></td>
<!-- end vBPicGallery plugin-->

Any help would be appreciated.

Thanks,

Rick

Greg
12-11-2005, 01:35 PM
You can edit the phrase that is there in the phrase manager. Search in phrase names for "vbpicgallery" and edit it.

Or in the template, replace $vbphrase[vbpicgallery] with whatever text ya want.

rickray76
12-11-2005, 01:42 PM
I tried to replace it like I have above with [gallery] in the brackets, but then it doesn't show on my navbar anymore. I am supposed to edit in navbar right?

Thanks,

Rick

Greg
12-11-2005, 02:46 PM
To have it meerly display "Gallery", Replace $vbphrase[vbpicgallery] with Gallery.

rickray76
12-11-2005, 04:56 PM
Thanks, I can't believe I didnt' recognize that.

I appreciate your help!

Greg
12-11-2005, 10:24 PM
Glad it worked out.