The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Navbar At Bottom of Threads Details »» | |||||||||||||||||||||||||
Hello all,
I thought I would post this quick edit since it seems to work for me. This basically adds the navbar below the post button. I havent tested this a lot and cant guarantee it will work for everyone but its worth a shot. 1. Go to styles and templates > styles manager On your current theme, go to the drop down menu on the right and scroll down to edit template. 2. On the left side there should be a single column that is a giant scrollbar. Scroll down to Show Thread Template and double click, then SHOWTHREAD should appear and double click that. 3. Now you should be in the editor area. Scroll down about 1/3, you are looking for Code:
<!-- / controls below postbits --> 4. After the table tag, add this code: Code:
<tr> <td class="alt1"> <!-- breadcrumb --> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> </table> </td> </tr> </table> <!-- / breadcrumb --> </td> </tr> If you would like it somewhere else, just play around with moving that code around in SHOWTHREAD. You can add it after post reply too by finding the post reply code and adding it after. Im no coder so please dont expect much from me as far as support. I couldn't find anything like this exactly, all I saw was navbits that made a new table which were ugly. To see mine please visit my forums at http://topnotchclan.com/forums/index.php and click any of the available threads. Also, if your navbar gets really long, I cant guarantee that it will look good still but it should just make another line. Update 3/14/09 - Updated Code with valdet's Show Your Support
|
Благодарность от: | ||
m7sen |
Comments |
#12
|
|||
|
|||
By having this on my forums I can now do away with the same thing as is in the area around the navbar. Correct? Ok, how can I accomplish that?
|
#13
|
|||
|
|||
Do away with what area around the navbar? The old plugin from 3.6 adds this in a table that looks bad, is that what you are talking about? or another variation of this?
|
#14
|
|||
|
|||
Never mind I figured it out.
|
#15
|
||||
|
||||
Thanks for my mention.
Installed |
#16
|
||||
|
||||
Mine is like this:
Code:
<tr> <td class="alt1"> <!-- breadcrumb --> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td> <fieldset class="fieldset"><legend>British Expats Breadcrumbs</legend> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> </table> </fieldset> </td> </tr> </table> <!-- / breadcrumb --> </td> </tr> Works GREAT ! :up: |
#17
|
||||
|
||||
Would love to see this mod for vb 4.0
|
#18
|
|||
|
|||
What I would like to see is a COPY of the NAVBAR at the top including the gifs and inside a Category box ... at the bottom.
Any chance for that? |
#19
|
|||
|
|||
Quote:
HERE YOU GO: This is the code to have it in a box and including the same way it is at the top of the page. see attachment (use both codes one right after the other) Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Code:
<tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td> </tr> </table> <else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </table> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|