And whats the code to show the avatar for the profile owner?
I need something like this:
<if condition="$show['profile_owner']">
<img scr="url_to_avatar_of_profile_owner" /> // similar as the one I made $user_ava[0]
<else />
<img src="no_avatar.gif" />
</if>
I had tried "prepared[avatarurl] in <img src="prepared[avatarurl]" />, (other than $user_ava[0]") but doesn't work!
See example:
http://www.1st-hacks.com/members/prue.html
The avatar is shown correctly on ministats_block but not on profile (below the profile picture)!