Quote:
Originally Posted by Hippy
you need to open up downloads2_cat_subbit template
and make a <vb:if condition
between here
Code:
<td class="dl2info" valign="middle" align="{vb:stylevar left}" nowrap="nowrap">
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}">{vb:raw sub.name}</a>
<vb:if condition="$sub['catimage'] != ''"><br /><br /><a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}"><img src="{vb:raw sub.catimage}" border="0" alt="{vb:raw sub.name}" title="{vb:raw sub.name}" /></a></vb:if>
</td>
if
Code:
<img src="{vb:raw sub.catimage}" border="0" alt="{vb:raw sub.name}" title="{vb:raw sub.name}" /></a>
else hide
this will not show
Code:
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}">{vb:raw sub.name}</a>
vb.com have good tutorials to explain this
If I had time I would give it a go for you
unfortunately I don't ATM
oh
if you have images in the normal cat
edit the same way in downloads2_main_catbit template
|
Meh, the bad thing is that I suck at template changes.