The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding More Links to the "Community Links" Dropdown
How do i add more links to the community links drop down menu?
|
#2
|
||||
|
||||
Find the template where the dropdown links are (most likely the navbar) and add lines under them. If the links are default, you would look for some lines like this:
HTML Code:
<if condition="$show['communitylink']"> <!-- community link menu --> <div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[community_links]</td></tr> $template_hook[navbar_community_menu_start] <if condition="$show['quick_links_groups']"> <tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr> </if> etc..... HTML Code:
<tr><td class="vbmenu_option"><a href="page.php$session[sessionurl_q]">Link Name</a></td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|