Quote:
Originally Posted by tmhall
Article column, subcat index.
|
Try overwriting the article_level2_post template with this:
Code:
<tr align="center">
<td class="alt2" width="1%">
<if condition="!empty($category['statusicon'])">
<img src="$stylevar[imgdir_statusicon]/forum_$category[statusicon].gif" alt="" border="0" />
</if>
</td>
<td class="alt1Active" align="$stylevar[left]" id="f$category[categoryid]">
<div>
<a href="article.php?$session[sessionurl]c=$category[categoryid]"><strong>$category[title]</strong></a>
</div>
<div class="smallfont">$category[description]</div>
<if condition="$category[subforums]"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $category[subforums]</div></if>
</td>
<td class="alt2" nowrap="nowrap">$category[articlecount]</td>
<td class="alt1" nowrap>$lastcommentby</td>
<td class="alt2" nowrap>$lastarticleby</td>
</tr>
$childcategorybits