chriscoleman
05-23-2007, 01:03 PM
Please look at http://dealcrasher.com
I would like to know how to do several different things:
1)Make the forum column more narrow.
2)Make the last post column wider.
3)Either hide or delete the threads and post columns.
I know this should be an easy task, but I can't find out how to do it, so your assistance is much appreciated!!
I have edited the following, but it doesn't seem to change anything on the forum:
<!--<td class="thead" width="<if condition="is_numeric($stylevar[outertablewidth])">200<else />250</if>" nowrap="nowrap">$vbphrase[last_post]</td>-->
<td class="thead" width="60">$vbphrase[threads]</td>
<td class="thead" width="50">$vbphrase[posts]</td>
<td class="thead" width="150" >$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>
I would like to know how to do several different things:
1)Make the forum column more narrow.
2)Make the last post column wider.
3)Either hide or delete the threads and post columns.
I know this should be an easy task, but I can't find out how to do it, so your assistance is much appreciated!!
I have edited the following, but it doesn't seem to change anything on the forum:
<!--<td class="thead" width="<if condition="is_numeric($stylevar[outertablewidth])">200<else />250</if>" nowrap="nowrap">$vbphrase[last_post]</td>-->
<td class="thead" width="60">$vbphrase[threads]</td>
<td class="thead" width="50">$vbphrase[posts]</td>
<td class="thead" width="150" >$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>