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 |
#2
|
|||
|
|||
can u give me a complete tutorial
i dont know what u mean sir |
#3
|
|||
|
|||
Go into the admin panel, there is a tab on the left for styles and templates click that then click styles manager, then follow it from there.
|
#4
|
|||
|
|||
seems interesting^^how to add more links?
Installed,thanks for this...a lot... saves finger^^ |
#5
|
|||
|
|||
Add more links? You can add a link before like for a portal or to go back to the mainsite by editing more code. Im not quite sure if you want to edit this code or your navbit code though. Demo is my forums link.
|
#6
|
||||
|
||||
I'm afraid your code is broken
<!-- BreadCrumbs --> <td align="$stylevar[left]"> <div class="bcrumbs"> <td class="smallfont"> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><strong>$vboptions[bbtitle] Forum Index</a>$navbits[breadcrumb]</strong> </div> <!-- / BreadCrumbs --> You are not closing those two data cells, and you also need to add a separate class "bcrumbs" to your CSS as per your code. Here is a cleaner looking 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> |
#7
|
|||
|
|||
This works on 3.8.1 and is simple to install.
https://vborg.vbsupport.ru/showthread.php?t=125790 |
#8
|
||||
|
||||
Good work, thank you
|
#9
|
|||
|
|||
Ok I will try that, as I said, im no coder but I the code seemed to work fine.
That one adds a table and looks ugly compared to this edit. This adds just the navbits by itself below the post reply button. |
#10
|
|||
|
|||
Ok so your code seems to add more space between the post reply and the quick reply area whereas mine adds less space. Despite the difference in code such as the forum home link, they are pretty similar. I would want something that takes up the least space though if you know how to do that with your code. Maybe changing valign to top will make it higher?
Here are the 2 compared, different topics but same area. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|