The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Another Mini-Nav(FORUMDISPLAY) Details »» | |||||||||||||||||||||||||
This is a navbar is based on my other template hack whis can be found here
https://vborg.vbsupport.ru/showthread.php?t=98716 This basically adds a lil navbar under the display options box. Goto AdminCP --> Styles & Templates --> Style Manager --> FORUMDISPLAY Find: Code:
<!-- / forum search menu --> </if> Code:
<!-- Bottom Navbar by blackpheonix --> <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"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <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> </tr> </table> </br> <!-- / Bottom Navbar by blackpheonix --> Show Your Support
|
Comments |
#2
|
||||
|
||||
This has been created by other authors many times. It's just pointless.
|
#3
|
|||
|
|||
How is this different from simply adding the breadcrumb to the bottom of the pages? Been there done that already.
Nice job, though. Anyone who is unable to figure it out themselves will like this one. |
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
I would like to say I find it very useful, as i keep forgetting to do something like this, cause its a pain scrolling back up on big threads.
Thanks very much |
#6
|
||||
|
||||
Actually, can this be done so it only appears when viewing a thread? And not viewing the forum
[edit] Nm Found it thanks again |
#7
|
|||
|
|||
thanks being a noob and all this helped me alot preciate you posting it
clicking install now |
#8
|
|||
|
|||
Thanks, looks good to me bro
|
#9
|
|||
|
|||
This doesn't appear on 3.5.1
|
#10
|
|||
|
|||
Once Again Nice Modification
Working Perfect With 3.5.4, But One Thing I Would Like To Point Out, You Should Change The Code For This Mini Navigation To: HTML Code:
<!-- Bottom Navbar by blackpheonix --> <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"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <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> </tr> </table> </br> <br> <!-- / Bottom Navbar by blackpheonix --> Other Than That [high]* MyGamez Clicks Install[/high] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|