Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Default Avatars based on gender
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Default Avatars based on gender

HTML Code
1
2
3
4
5
6
7
<if $post['fid3'] == 'Male' then>
<img src="avatar1.png" alt="" />
<elseif $post['fid3'] == 'Female' then>
<img src="avatar2.png" alt="" />
<elseif $post['fid3'] == 'Other' then>
<img src="avatar3.png" alt="" />
</if>


My Blog
04-04-2012 12:49 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Default Avatars based on gender - Divvy - 04-04-2012, 09:44 AM
RE: Default Avatars based on gender - ZiNgA BuRgA - 04-04-2012 12:49 PM

 Standard Tools
Forum Jump: