Avatars Default Image
<IF {MEMBERSHOWAVATAR}><img src="{MEMBERAVATARURL}" alt="avatar" /><ELSE><img src="default avatar url" alt="avatar" /></IF>
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Avatars
Member
Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa
Total Topics: 20
Total Comments: 43
Yo-
I am interested in having a default avatar showing for users when they register. Any thoughts on how to best add that? Thanks Cory
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Member
Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa
Total Topics: 20
Total Comments: 43
Perfect- Thanks
Member
Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa
Total Topics: 20
Total Comments: 43
<IF {MEMBERSHOWAVATAR}>
<img src="{MEMBERAVATARURL}" alt="avatar" />
<OTHERWISE>
<img src="default avatar url" alt="avatar" />
</IF>
Hey Paul-
I could only get this to work- any worries for not having
<IF {MEMBERAVATARURLBOOL}> </IF>
Thanks
Cory
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I see {MEMBERSHOWAVATAR} actually checks that the file exists, so no need for the other check, will edit my previous post to use your simpler version.