The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hello
can any one help me how to re size the columns, of the" Forum, Last Post, Threads, & Posts" thanks in advanced Ayman M. |
|
#2
|
|||
|
|||
|
In your FORUMDISPLAY template find this section:
Code:
<thead>
<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>
</thead>
In your FORUMHOME template find this section: Code:
<thead> <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> </thead>
|
|
#3
|
|||
|
|||
|
thanks
but it's not working (((((still the same i edit the width on both " FORUMDISPLAY & FORUMHOME " Ayman M. |
|
#4
|
|||
|
|||
|
Try reading this...
http://www.vbulletin.com/forum/showthread.php?t=156777 |
|
#5
|
|||
|
|||
|
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|