Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Default Avatars based on gender
Divvy Offline
Junior Member
**
Posts: 37
Joined: Jan 2012
Post: #1
Default Avatars based on gender
hello friends,

is there any chance for this plugin to gives avatar based on gender?
if yes, can someone teach me writting a small tutorial? Smile

Thank you!
04-04-2012 09:44 AM
Find all posts by this user Quote this message in a reply
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
Divvy Offline
Junior Member
**
Posts: 37
Joined: Jan 2012
Post: #3
RE: Default Avatars based on gender
Thank you ZiNgA BuRgA Smile
04-04-2012 08:25 PM
Find all posts by this user Quote this message in a reply
rkrusty26 Offline
Junior Member
**
Posts: 14
Joined: Aug 2013
Post: #4
RE: Default Avatars based on gender
but where to put this code.?
06-27-2015 10:19 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: