View Full Version : vb 3.8.1 question about modifying navbar
dplevy
02-02-2009, 09:05 PM
need to know how to do the following things:
1. move the "faq" button to the "quick links" drop down.
2. get rid of the "community" button altogether
3. rename the "calander" to "show schedule"
also, i just upgraded form an old version so im not sure if this should be, but are the "home" and "gallery" buttons part of vb 3.8?
any help appreciated. thanks!
glennybee
02-02-2009, 10:01 PM
Open navbar template.
1)
Find and remove:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Find:
$template_hook[navbar_quick_links_menu_pos4]
Add above:
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr>
2)
Find and remove:
<if condition="$show['communitylink'] AND $show['popups']">
<td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
<else />
<if condition="$show['memberslist']">
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
</if>
<if condition="$show['quick_links_groups']">
<td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
</if>
</if>
If you want, you can keep the code in red, you can keep or remove any code you want.
3)
Languages & Phrases > Search in Phrases
Enter 'calendar' in the search box.
Select 'GLOBAL' from the list
Hit Find
Edit the calendar phrase with whatever you want.
dplevy
02-02-2009, 10:42 PM
ok cool. thanks. one more thing, how do i change where it says "your notifications" to "private messages"
Vaupell
02-03-2009, 08:52 PM
AdminCP > Languages and Phrases > Search in phrases >
in the new window, top right in the seach field enter "your notifications"
click find/search in the next window you see 3 or more on the list
the one you wish to edit is either
- your_notifications
- vb3_your_notifications
Try one at a time, if its wrong set it back ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.