Quote:
Originally Posted by FunaGuy
Looks easy and simple.
But After Applied this code, Last Post Cell is not same as before in each categories. This problem is in all Mods
See this Screenshot,

|
Okay, I've worked out a way to correct this;
Open
forumhome_forumbit_level1_nopost
Find:
Code:
<td class="thead" width="175">$vbphrase[last_post]</td>
Replace with:
Code:
<td class="thead" style="display: block; width: 250px;" width="250">$vbphrase[last_post]</td>
Should correct the problem