The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding external links in the navbar
I know how to do it, but the links are not clickable?
When I view the source I see this strange html coming from nowhere??? This is it (look at the style): <div class="vbmenu_popup" id="adv1menu_menu" style="position: absolute; z-index: 50; clip: rect(auto, auto, auto, auto); left: 765px; top: 191px; display: none;"> How does that come there I never wrote that and it's not in the template!? |
#2
|
||||
|
||||
Can you post what you're putting into the template?
|
#3
|
|||
|
|||
Ok, this for the pop up menu:
Code:
<if condition="$bbuserinfo[usergroupid] == 6"> <!-- admin links menu --> <div class="vbmenu_popup" id="navbar_adminlinks_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Admin Panels</td></tr> <tr><td class="vbmenu_option"><a href="http://www.mydomain.com/awstats/" target="blanc">Awstats</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.mydomain.com:2222/" target="blanc">DirectAdmin</a></td></tr> <tr><td class="thead">vBulletin - Mijn forum</td></tr> <tr><td class="vbmenu_option"><a href="http://www.mydomain.com/forumtest/index.php" target="blanc">Test Forum</a></td></tr> <tr><td class="vbmenu_option"><a href="https://vborg.vbsupport.ru/" target="blanc">vBulletin.org</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.vbulletin.com/forum/" target="blanc">vBulletin.com</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.big-boards.com/highlight/1314/" target="blanc">Big Boards</a></td></tr> </table> </div> <!-- / admin links menu --> </if> Code:
<if condition="$bbuserinfo[usergroupid] == 6"><td id="navbar_adminlinks" class="vbmenu_control"><a href="$show[nojs_link]#navbar_adminlinks">Admin Links</a><script type="text/javascript">vbmenu_register("navbar_adminlinks");</script></td></if> |
#4
|
||||
|
||||
target="blanc" should be target="_blank".
|
#5
|
|||
|
|||
Well you are right that is the correct code , but that wasn't it but it works now anyway. I'm not sure what I have done different to make it work though...
Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|