Quote:
Originally Posted by Boofo
Try this and let me know if it does what you want.
HTML Code:
<if condition="$show['profilepiccol']">
<td class="$bgclass">
<if condition="$userinfo[profilepic]">
<img src="/forums/images/misc/pic.gif">
</if>
</td>
</if>
|
Thanks, Boofo.
Tried your suggestion, but the icon is still displaying for *ALL* users -- not just the ones who've actually uploaded profile pictures.
I''m not clear on precisely how & where the profile pics are stored, and therefore what the conditional ought to look like.
Any other thoughts?