View Full Version : ? Forum index in threads???
WoodiE
07-24-2002, 01:36 AM
Is it possible to have a forum index as shown in the red circle also at the bottom too? If so how do it do it?
http://www.miketabor.com/pics/index.jpg
Thanks
WoodiE
Well you would find that code which I am currently look for, copy it and paste it lets say after the New Reply buttons. You want to add ...
<td>$navbar</td>
This makes it centered at the bottom. Not the best way of coding it but it works.
<!-- forum jump and timezone -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
<td>$forumjump</td>
<td align="right">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<form action="search.php" method="post">
<br><td><smallfont><b>Search this Forum:</b>
<input type="hidden" name="s" value="$session[sessionhash]"><input type="hidden" name="searchdate" value="-1">
<input type="hidden" name="beforeafter" value="after"><input type="hidden" name="forumchoice" value="$forumid">
<input type="hidden" name="action" value="simplesearch"><br><input type="text" class="bginput" name="query">$gobutton
</smallfont></td>
</form>
</tr></table>
</td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom"><td align="center">$navbar</td>
<!-- /forum jump and timezone -->
forumdisplay Template. It looks good when your viewing a forum. But it messes up when viewing a thread. Someone else need some help here.:p
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.