Log in

View Full Version : Change Last Posts in styles


MonkYZ
10-06-2008, 10:06 PM
Hello.
I wanted to change the size of my Last Post cell, but i don't know where to find that in style manager. In FORUMHOME and FORUMDISPLAY i tried to change width="x" from
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td>
but it didn't helped.

Can somebody please tell me where to modify correctly to make it larger ? I'll attach a screenshot also. Thank you !

Cobra-J82
10-12-2008, 07:02 PM
Look for this Template
forumhome_forumbit_level1_nopost

And in that
Look for something like this

<tr align="center">
<td width="5%" class="thead">&nbsp;</td>
<td width="40%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td width="25%" class="thead">$vbphrase[last_post]</td>
<td width="10%" class="thead">$vbphrase[threads]</td>
<td width="10%" class="thead">$vbphrase[posts]</td>
<td width="10%" class="thead">$vbphrase[moderator]</td>
</tr>

You can see up there last_post, change the %
Make sure that all the percent up there add up to make a 100

Cheers

MonkYZ
10-12-2008, 07:51 PM
Thx a lot Cobra-J82. You are very helpfull :)