The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
? Forum index in threads???
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?
Thanks WoodiE |
#2
|
|||
|
|||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|