Quote:
Originally Posted by SS9267547
Okay well if this is for the search or the top of the memberslist I can do a listing of a few random members like 3-9 maybe but if theres more then that I still don't see the point.
|
Yeah that's cool!
I fixed my bug. I have no idea why it started BUT if someone else gets it (the profile's avatar gets a x if they have no avatar selected.) I did this....
in MEMBERINFO template under:
<if condition="$show['avatar']">
I added:
<if condition="$userinfo[avatarurl] != ''">
Then of course you have to close the if statement... the next imediate </if> I added a next </if>