View Full Version : Put Subforums in bottom not top
ams3521
06-15-2007, 03:25 AM
Hello i was looking at putting my subforums at the bottom of a forum instead of at the top. I managed it about a year a go on my old skin from info i got here. I can't find the deatils. Can anyone help? thanks
Dismounted
06-15-2007, 07:13 AM
You would have to move things around in the template 'FORUMDISPLAY'.
ams3521
06-17-2007, 12:04 AM
Thanks Dismounted. Does anyone know the wee bit of code that i change? I remember that i had to change something. As im pretty inexperienced html wise i wouldnt know where to begin. anyone any ideas? As i say there was a thread on it in here when i done it lkast time so it is possible.
thanks
feel free to put me out my running a forum misery folks :(
tobybird
06-17-2007, 12:28 AM
Example:
take this:
<if condition="$show['forumslist']">
<!-- sub-forum list -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
<if condition="$show['forumsearch']">
<td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>
</if>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
$forumbits
</table>
<br />
<!-- / sub-forum list -->
</if>
and place it below this:
<!-- end show no threads message -->
</if>
</table>
ams3521
06-19-2007, 11:01 PM
Quality Toby it worked like a dream. I was pretty scared as my name is mud when it comes to forum template alteration on my forum but this did exactlly as i had hoped. Brilliant. thanks very much
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.