Quote:
Originally Posted by Lynne
No, like this:
HTML Code:
<if condition="$post[downloads]>0 OR $post[uploads]>0"><div class="postinfo"></if><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><if condition="$post[downloads]>0 OR $post[uploads]>0"></div></if>
It's not pretty, but it's the best I can do at the moment.
|
Thanks alot lynne works fine and looks great
if you have time could you tell or show me how i could do the same (box and only show if they have them) with this type of mod
Code:
$template_hook[postbit_userinfo_right_after_posts]
Thanks again