The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding Link to Community Links Menu
How do I add a link to community links drop down menu
I tried tweaking the navbar template but it didn't work Any ideas! |
#2
|
|||
|
|||
I am trying this but it's not working
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> <td class="vbmenu_control"><a href="Link URL">Link Text</a></td> </if> |
#3
|
||||
|
||||
Is anything showing up? Is anything showing up in the source code? What you wrote should work if you are in the <else /> condition which means you would also see the Members List and Social Groups links.
|
#4
|
|||
|
|||
Nothing is showing up
the members list, the contacts and friends, the social groups are there but the added code is not showing? Also the code is not showing up in the source code! |
#5
|
||||
|
||||
medicalforums, you are trying to add your link in the wrong place, the link does not go in the nav buttons bar code.
in your navbar find: Code:
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr> </if> you could add: Code:
<if condition="$show['memberslist']"> <tr><td class="vbmenu_option"><a href="LINK URL">LINK NAME</a></td></tr> </if> |
#6
|
|||
|
|||
Quote:
Finally I added my link |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|