Quote:
Originally Posted by Lynne
Yeah, put the div boxes inside the conditions also.
|
Like this lynne sorry my php skill is crap but am learning
Code:
<div class="postinfo" if condition="$post[downloads]>0">{$vbphrase['ecdownloads_downloads']}: $post[downloads]</if>
<if condition="$post[uploads]>0"><a href="member.php?$session[sessionurl]u=$post[userid]&tab=dl2modification">{$vbphrase['ecdownloads_uploads']}: $post[uploads]</a></if></div>