2013-08-06, 01:22 AM
Hello everyone,
So I followed the guide in this thread: http://demonate.com/thread-744.html for the file: inc/datahandlers/user.php
I would like to use either PHP or template conditionals to show a male avatar if the user is male, and female avatar if the user is female.
How would I convert the code below into male, and female avatars?
So I followed the guide in this thread: http://demonate.com/thread-744.html for the file: inc/datahandlers/user.php
I would like to use either PHP or template conditionals to show a male avatar if the user is male, and female avatar if the user is female.
How would I convert the code below into male, and female avatars?
"avatar" => 'images/avatar.png',
"avatardimensions" => '100|100',
"avatartype" => 'gallery',