View Full Version : [Solved] Moving forumhome bar - last posts, threads, posts etc
mat64
07-23-2008, 02:34 PM
Hey there, I've noticed on some styles people have moved the top bar of the forumhome display and I can't for the life of me figure out how to move it the last posts title also seems to have gone onto two lines which I'm not sure how to sort.
http://img77.imageshack.us/img77/1284/vbqzi3.png
I think that image illustrates well what I'm asking about.
Edit: Nevermind the last post one line part, that seems to have sorted itself.
Thanks https://vborg.vbsupport.ru/
calorie
07-23-2008, 04:35 PM
Remove the following from the vB FORUMHOME template:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$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>
And place it before the following in the vB forumhome_forumbit_level1_nopost template:
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
To prevent wrapping, use nowrap like this:
<td class="thead" nowrap="nowrap">$vbphrase[last_post]</td>
mat64
07-23-2008, 07:23 PM
Thanks alot calorie :):up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.