B Bigdawg New Member Nov 7, 2008 #1 Can anyone tell me how to increase the last post column width on the main forum page? Thanks
B betrocker New Member Nov 7, 2008 #2 In FORUMHOME template find: Code: <td class="thead">$vbphrase[last_post]</td> replace with: Code: <td class="thead" width="[color=Red]your_width[/color]">$vbphrase[last_post]</td> In forumhome_forumbit_level1_post find: Code: <td class="alt2">$forum[lastpostinfo]</td> replace with: Code: <td class="alt2" width="[color=red]your_width[/color]">$forum[lastpostinfo]</td> In forumhome_forumbit_level2_post find: Code: <td class="alt2">$forum[lastpostinfo]</td> replace with: Code: <td class="alt2" width="[color=red]your_width[/color]">$forum[lastpostinfo]</td> Replace code in red with ur wanted width (in.ex. width="200")! This should do the thing
In FORUMHOME template find: Code: <td class="thead">$vbphrase[last_post]</td> replace with: Code: <td class="thead" width="[color=Red]your_width[/color]">$vbphrase[last_post]</td> In forumhome_forumbit_level1_post find: Code: <td class="alt2">$forum[lastpostinfo]</td> replace with: Code: <td class="alt2" width="[color=red]your_width[/color]">$forum[lastpostinfo]</td> In forumhome_forumbit_level2_post find: Code: <td class="alt2">$forum[lastpostinfo]</td> replace with: Code: <td class="alt2" width="[color=red]your_width[/color]">$forum[lastpostinfo]</td> Replace code in red with ur wanted width (in.ex. width="200")! This should do the thing