Log in

View Full Version : How To Remove Quick Links From NavBar?


ReZ
12-12-2005, 09:36 AM
What section of the NavBar template to i delete, so i can remove the Quick Links from my NavBar?

peterska2
12-12-2005, 10:33 AM
In your navbar template

FIND

<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>


And delete it (It might not have the if condition around it as I can't remember if I added that or if it is default)

FIND

<if condition="$show['member']">
<!-- user cp tools menu -->

DELETE this and everything else until

<!-- / user cp tools menu -->
</if>

You are done.

ReZ
12-12-2005, 12:28 PM
Thanks alot ^ i appreciate it ;p

peterska2
12-12-2005, 08:12 PM
Happy to help :)

rabid dingo
12-14-2005, 04:40 AM
How would you rename "Quick Links?"

Paul M
12-14-2005, 04:43 AM
Edit the phrase 'quick_links'

rabid dingo
12-14-2005, 04:52 AM
I guess I'm an idiot, but I can only figure out how to display it, not edit it.

peterska2
12-14-2005, 09:47 PM
Hit the edit button next to the phrase. The easiest way to do it is to search in phrases for quick_links as varname only then there is an text link called edit on the far right of the row. Then in the lower blank box that appears type whatever you want top replace it with in there.

rabid dingo
12-14-2005, 09:50 PM
Thanks, I figured that out late last night before passing out in the recliner. I'm learning. I'm slow, but I'll be good one day.

peterska2
12-14-2005, 09:54 PM
Don't worry about it. We all had to learn and until you get to grips with it after using it for a while, everything seems impossible. (Or at least it did for me)

rivacityj
02-14-2006, 09:29 PM
Hi. I'm trying to do this in 3.5.3. I followed the instructions and the Quicklinks Reference does indeed disappear however I get an extra "New Posts", an extra "Search", "Mark Posts Read", and "Open Buddy List" in the navbar instead. Trying to delete that stuff gives me errors. Can anyone help?

RedGTiVR6
03-09-2007, 09:31 PM
Yet another helpful thread!

:)

Thanks again to the VB team for being so proactive on these things.

DiverTree
07-01-2007, 01:05 AM
thanks for the help!!! i would have never found that on my own. :)