I found only one place in FORUMHOME with <td class="thead" width="175">$vbphrase[last_post]</td> :surprised:
Are the other 3 in different templates? Which ones?
Here you go.
Quote:
In the "forumhome_lastpostby" template:
Find:
=============================
<div class="smallfont" align="$stylevar[left]">
=============================
REPLACE it with:
=============================
<div class="smallfont" align="$stylevar[left]" style="width: 240px;">
=============================
In the "forumdisplay" template:
Find:
=============================
<td class="thead" width="175">$vbphrase[last_post]</td>
=============================
REPLACE it with:
=============================
<td class="thead" width="240">$vbphrase[last_post]</td>
=============================
In "forumhome_forumbit_level1_nopost" template:
Find:
=============================
<td class="thead" width="175">$vbphrase[last_post]</td>
=============================
REPLACE it with:
=============================
<td class="thead" width="240">$vbphrase[last_post]</td>
=============================
In "forumhome_forumbit_level1_post" template:
Find:
=============================
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
=============================
REPLACE it with:
=============================
<td class="alt2" style="width: 240px;" nowrap="nowrap">$forum[lastpostinfo]</td>
=============================
In "forumhome_forumbit_level2_post" template:
Find:
=============================
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
=============================
REPLACE it with:
=============================
<td class="alt2" style="width: 240px;" nowrap="nowrap">$forum[lastpostinfo]</td>
=============================