PDA

View Full Version : How to increase the "last post" column width??


Goodman_2020
03-30-2008, 07:49 PM
Hi,

I would like to increase the width of the "last post" column in forum, categories etc. What template do i have to edit and where is a the "phrase" to edit?

thx :)

Dismounted
03-31-2008, 05:13 AM
The template forumhome_forumbit_level1_nopost.

Goodman_2020
03-31-2008, 11:59 AM
thank you :)

Raptor
06-20-2008, 01:44 AM
and where do you change the code for width ? i see nothing regarding the last post column

<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>

Dismounted
06-20-2008, 10:19 AM
Your style has been customised. It seems you may have to edit FORUMHOME instead.