PDA

View Full Version : how i can re size thecolumns??


AboutMyHost
02-28-2009, 09:49 PM
hello

can any one help me how to re size the columns, of the" Forum, Last Post, Threads, & Posts"

thanks in advanced

Ayman M.

Infopro
02-28-2009, 11:16 PM
In your FORUMDISPLAY template find this section:



<thead>
<tr align="center">
<td class="thead">&nbsp;</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:



<thead>
<tr align="center">
<td class="thead">&nbsp;</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>



Change or edit as you like. ;)

AboutMyHost
03-01-2009, 12:34 AM
thanks

but it's not working :((((((

still the same

i edit the width on both " FORUMDISPLAY & FORUMHOME "




Ayman M.

mcrider
03-01-2009, 12:59 AM
Try reading this...
http://www.vbulletin.com/forum/showthread.php?t=156777

AboutMyHost
03-01-2009, 02:04 AM