The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb 3.8.1 question about modifying navbar
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! |
#2
|
|||
|
|||
Open navbar template.
1) Find and remove: Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
$template_hook[navbar_quick_links_menu_pos4] Code:
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr> Find and remove: Code:
<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> 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. |
#3
|
|||
|
|||
ok cool. thanks. one more thing, how do i change where it says "your notifications" to "private messages"
|
#4
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|