Quote:
Originally Posted by Hippy
could ya post it or send it to me as well  thanks
|
Quote:
Originally Posted by Bisha
I will forward you my template to do this.
|
I cant pm all of you :P
replace downloads2_main_catbit with this one
PHP Code:
<tr valign="top">
<td class="dl2info" valign="top" align="{vb:stylevar left}" nowrap="nowrap">
<vb:if condition="$cat['catimage'] != ''">
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw cat.id}"><img src="{vb:raw cat.catimage}" alt="{vb:raw cat.name}" title="{vb:raw cat.name}" border="0" /></a></vb:if>
</td>
<td class="dl2info" valign="top" align="{vb:stylevar left}" nowrap="nowrap">
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw cat.id}">{vb:raw cat.name}</a>
</td>
<td class="dl2info" valign="top" align="{vb:stylevar left}">
<span class="smallfont">{vb:raw cat.description}</span>
<vb:if condition="$subcats">
<div class="subcats">
<h4>{vb:rawphrase dl2_sub_cats}:</h4>
<ol class="commalist">
{vb:raw subcats}
</ol>
</div>
</vb:if>
</td>
<td class="dl2info" valign="top" align="center" height="40"><span class="smallfont">{vb:raw cat.files}</span></td>
</tr>
and say thanks :P