The Arcive of vBulletin Modifications Site. |
|
[Monkey's Works] - Thread simple Navbar below QuickReply Details »»
|
||||||||||||||||||||||||||||
|
[Monkey's Works] - Thread simple Navbar below QuickReply
Developer Last Online: Nov 2023
Hi there, monkeys! A little template modification for you! This add an additional navbar under the QR (QuickReply). Preview: Click! Modification: Quote:
![]() I hope you like this little mod. See you! Best regards, Triky Monkey's Work - Web City Forum Online http://www.web-city.it/ Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Works great. Question, how do i add it above the quick reply?
|
|
#3
|
||||
|
||||
|
Hi, dbirosel.
![]() If you want add it above the QR, in the SHOWTHREAD template, search for: Code:
<if condition="$show['multiquote_global']"> (Note: it's the same code, but this one, at the end, have a <br /> tag.) Code:
<!-- Thread QR Navbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<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.gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.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>
</td>
</if>
</tr>
</table>
<br />
<!-- / Thread QR Navbar -->
|
|
#4
|
|||
|
|||
|
Thanks, works great! Looks nice too!
|
|
#5
|
||||
|
||||
|
Thanks for your support.
|
|
#6
|
||||
|
||||
|
Thanks........
|
|
#7
|
|||
|
|||
|
nice thanks
|
|
#8
|
|||
|
|||
|
I really wish that you would put this in a text file and attach it so we don't have to keep coming back here to use it.
Please?? Pretty please??? |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
Your little additions are amongst my favorite - this is now installed, along with your making my sig move to the bottom of my post.
|
![]() |
|
|