The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add New Popup Link Details »» | |||||||||||||||||||||||||
As Requested here http://www.vbulletintemplates.com/mo...ead.php?t=5610 by "Crow"
And im sure alot other will also. I thought it would be very usefull to people new with vB3. What does it do? This mod will add a new pop up menu on your navigation box above. See screen shot for a better look. Very small mod, but usefull. also included instrustion how to make this only show for members. Enjoy =\ Show Your Support
|
Comments |
#32
|
|||
|
|||
Quote:
But mine was prettier! Regards, Matt |
#33
|
|||
|
|||
Arg am I the only one who can't get this to work?? Mine doesn't work. Here's my code. Can anyone please help me?
Code:
<td id="staff" class="vbmenu_control"><a href="#staff">Staff</a> <script type="text/javascript"> vbmenu_register("staff"); </script></td> Then the menu: Code:
<!-- staff navigation menu --> <div class="vbmenu_popup" id="newlink_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Navigation</td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$modcpdir/index.php?$session[sessionurl]">Moderator CP</a></td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$admincpdir/index.php?$session[sessionurl]">Admin CP</a></td></tr> </table> </div> <!-- / staff navigation menu --> So what's wrong here? Thank you for any help . |
#34
|
|||
|
|||
Code:
<!-- staff navigation menu --> <div class="vbmenu_popup" id="staff" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Navigation</td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$modcpdir/index.php?$session[sessionurl]">Moderator CP</a></td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$admincpdir/index.php?$session[sessionurl]">Admin CP</a></td></tr> </table> </div> <!-- / staff navigation menu --> The problem you have there is that in the first section of code you posted you have told it to find a menu called 'staff' then in the second section you had called the menu 'newlink_menu' and so confuzed the poor thing. |
#36
|
|||
|
|||
Move the first bit to above <if condition=$show[popups]> and try that.
|
#37
|
|||
|
|||
I tried it with that code both before and after <if condition=$show[popups]> and it still won't work.
|
#38
|
|||
|
|||
Nice 1, just what i'm looking for but... strugglin to download!
is there a post count involved?? ///ignore^^ fixed now Thank you |
#39
|
|||
|
|||
nice work though will have to check it will do it later
|
#40
|
|||
|
|||
OK...I got this to work, sort of...
The menu works fine in my forums, but for some reason, it totally screws up the layout of the categories in my Photopost home page. Here is the code I used: <td id="newlink" class="vbmenu_control"><a href="#link">Photos</a> <script type="text/javascript"> vbmenu_register("newlink"); </script></td> :::::::::::::::::::: <!-- / new link menu --> <div class="vbmenu_popup" id="newlink_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Members' Photos</td></tr> <tr><td class="vbmenu_option"><a href="http://www.mysite.com/photos/">Photo Gallery</a></td></tr> <tr><td class="thead">Photo Forums</td></tr> <tr><td class="vbmenu_option"><a href="http://mysite.com/forums/forumdisplay.php?f=80">Photo Contests</a></td></tr> <tr><td class="vbmenu_option"><a href="http://mysite.com/forums/forumdisplay.php?f=19">Photo Forum</a></td></tr> </table> </div> <!-- / new link menu --> :::::::::::::::::::::::::::::::::::::::::::; Any clues as to what I did wrong? Thanks!!!! |
#41
|
|||
|
|||
Thanks for the great hack. I got the menu added and working great, but only one problem.
Now my Search and Quick Links don't drop down |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|