The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Solved] Moving forumhome bar - last posts, threads, posts etc
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.
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 |
#2
|
|||
|
|||
Remove the following from the vB FORUMHOME template:
Code:
<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> Code:
</tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> Code:
<td class="thead" nowrap="nowrap">$vbphrase[last_post]</td> |
#3
|
||||
|
||||
Thanks alot calorie :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|