The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Second Navbar At Bottom Of Thread Details »» | |||||||||||||||||||||||||
BOTTOM NAVBAR v1.00
By peterska2 20 Oct 2005 PLUGINS = 2 NEW TEMPLATES = 1 TEMPLATE EDITS = 1 To install Import product xml product-bottom_navbar Edit Template SHOWTHREAD FIND Code:
<if condition="$show['quickreply'] OR $show['ajax_js']"> Code:
<!-- bottom navbar --> $navbar_bottom <br /> <!-- / bottom navbar --> YOU ARE DONE. PLEASE CLICK INSTALL IF YOU HAVE USED THIS. Please be gentle, This is my first plugin release so there could be bugs. Update v1.0.4: 07 Jan 2006 Fixed bug with double arrows in regular navbar in IE. To upgrade import new XML overwriting the existing one. Update v1.0.2: 17 Nov 2005 Changed settings so bottom navbar can be shown on all pages. Also, can now add the variable $navbar_bottom to ANY template. Zip file Updated. Update v1.01: Fixed Bug with forum description being shown under bottom navbar. To Update: Edit template navbar_bottom FIND Code:
<br /> <if condition="$show['forumdesc']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td> </tr> </table> <br /> </if> Zip File Updated Important information regarding support - 20/04/06 Due to time constraints and the amount of things that are being planned for future modifications, priority support will now be provided here. Support provided in this thread will be on an as and when basis. Show Your Support
|
Comments |
#12
|
|||
|
|||
put $navbar_bottom under $navbar
|
#13
|
|||
|
|||
I did that, but its not showing up. Which template should I do that in? Maybe I'm doing it in the wrong place?
|
#14
|
|||
|
|||
do it in showthread and I'll put together an extra bit to the plugin to show it on forumhome and forumdisplay. It won't be till tomorrow though as I'm getting ready to go to bed now and I'll more than likely make a mistake and end up making a complete hash of it if I do it now.
|
#15
|
|||
|
|||
Thanks
|
#16
|
|||
|
|||
Updated to version 1.0.2
To upgrade reinstall product overwriting the existing one. |
#17
|
|||
|
|||
Quote:
Anyideas?? Thanks Darren |
#18
|
||||
|
||||
Nice hack....will click install as soon as I can get rid of the double arrow next to quicklinks and search....does not show up on index.php but everywhere else it does...see attached picture....
|
#19
|
||||
|
||||
Nice
Made this myself on the 3.0 forum, but it's very much easier to implement this hack than figure it out again for myself |
#20
|
||||
|
||||
Quote:
But only in IE, not in Firefox. And only on pages that show the bottom navbar (threads that is). If you find a solution, please post it here |
#21
|
|||
|
|||
Got it.
In the template navbar_bottom FIND Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> Code:
<td id="navbar_search2" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search2"); </script></td> Code:
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> Code:
<td id="usercptools2" class="vbmenu_control"><a href="$show[nojs_link]#usercptools2">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools2"); </script></td> Code:
<if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> Code:
<if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search2_menu" style="display:none"> Code:
<if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> Code:
<if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools2_menu" style="display:none"> A word of advice, if you want to add any other dropdown menus to the bottom navbar, make sure they have a different ID to those in the main navbar otherwise this duplication will occur again. I'll update the plugin and get it re-released later (probably tomorrow). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|