The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Anyway to set width of 'Forum, Last Post, Threads, Posts' columns?
For some reason, those columns are not aligned on my forums. Anyway to make them all a set length?
Thanks. |
#2
|
||||
|
||||
forumhome_nopost_level1 or something along those lines.
|
#3
|
|||
|
|||
Thanks for the response, but I am not sure where I would find this. A little help would be appreciated. Thank you.
|
#4
|
||||
|
||||
It's a template, and it's a Forum Home template.
|
#5
|
||||
|
||||
In your FORUMHOME template, look for the following code:
Code:
<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> If you have a custom style, this code might be located in your forumhome_forumbit_level1_nopost template. |
#6
|
|||
|
|||
thanks a bunch.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|