6
I'm tring that now. But it won't work for me.
Found this code in xroster/templates/index_template.html
<{if $member.picture}>
<img align="right" src="<{$member.picture}>" alt="<{$member.membername}> / <{$member.title}>">
<{/if}>
Added the code above to templates/blocks/xroster_block_newestmember.html
<ul>
<{foreach item=member from=$block}>
<{if $member.picture}>
<img align="right" src="<{$member.picture}>" height="75" width="150">
<{/if}>
<li><strong><a href="modules/xroster/index.php?op=View&id=<{$member.id}>"><{$member.membername}>a>strong>li>
<{/foreach}>
ul>
Nothing happens in the block. I have deleted the cache files