Log in

View Full Version : Another Mini-Nav(FORUMDISPLAY)


blackpheonix
10-23-2005, 10:00 PM
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:


<!-- / forum search menu -->
</if>


ADD AFTER:


<!-- 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>&nbsp;</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 -->

Snake
10-24-2005, 03:49 PM
This has been created by other authors many times. It's just pointless.

cbiweb
10-29-2005, 03:55 PM
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.

Tony G
10-30-2005, 02:19 AM
This has been created by other authors many times. It's just pointless.

Go take your mod critising elsewhere, it ain't welcome here. Others might find it useful.

Watson
11-01-2005, 09:02 AM
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

Watson
11-01-2005, 09:09 AM
Actually, can this be done so it only appears when viewing a thread? And not viewing the forum

[edit]

Nm Found it :) thanks again :)

smokering
11-03-2005, 03:26 AM
thanks being a noob and all this helped me alot preciate you posting it

clicking install now

spudor
11-04-2005, 11:52 PM
Thanks, looks good to me bro

NxTek
11-13-2005, 05:53 PM
This doesn't appear on 3.5.1

MyGamez
03-17-2006, 02:58 AM
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:


<!-- 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>&nbsp;</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 -->

The Extra <br> On The End Seperates The Mini Navigation From The Post Icon Legend.

Other Than That

* MyGamez Clicks Install