The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Do I Move" Forum" "Last Post"
How do I move these items in the table header right above the main forum.
Right now "Forum" is to the left of the block "Last Post" is off center "Threads" & "Posts" is centered in their blocks What I would like to do is either move "Last Post" to the left to match "Forum" or to the center Thanks |
#2
|
||||
|
||||
To easily find the template you need to modify - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Then just go to edit that template and put in "align=left" or "align=right" in the td tag for that column.
|
#3
|
|||
|
|||
Still lost--- anyone know where this code is adn how it can be modded
--------------- Added [DATE]1224800082[/DATE] at [TIME]1224800082[/TIME] --------------- May have found where the code is. would someone know what to change??? tell me if this is the right code: <!-- main --> <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 <tbody> |
#4
|
||||
|
||||
You can try changing this line:
HTML Code:
<td class="thead" width="175" align="center">$vbphrase[last_post]</td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|