1
Hello. Is there anyway I can have the default avatar (blank.gif) show in this block with a user that hasn't selected an avatar?
Seems to me that something needs to be added here: /system_block_newusers.html
....but I'm clueless.
<table cellspacing="1" class="outer">
<{foreach item=user from=$block.users}>
<tr class="<{cycle values="even,odd"}>" valign="middle">
<td align="center">
<{if $user.avatar != ""}>
<img src="<{$user.avatar}>" alt="" width="32" /><br />
<{/if}>
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}>a>
td>
<td align="center"><{$user.joindate}>td>
tr>
<{/foreach}>
table>