MyBB Hacks

Full Version: Default Avatars based on gender
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!

HTML Code
<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>

Thank you ZiNgA BuRgA Smile
but where to put this code.?
Reference URL's