1
I want to hide any empty table field in profile
as example when a user have not yet upload an avatar
the table will not show avatar table field in user profile
<tr valign="top">
<td class="head"><{$lang_avatar}>td>
<td align="center" class="even"><img src="<{$user_avatarurl}>" alt="Avatar" />td>
tr>
if user have not update their interest
the table will not show the field for interest
etc
is this possible ? How ?
thanks