Page 1 of 1

add profil image

Posted: 05 Jul 2010, 11:06
by aha_01
Hi,
my qustion is how do I add my own image for my profil?

Thanks in advance :)
Aha

Re: add profil image

Posted: 23 Jul 2010, 16:39
by atrol
There is no own solution for this in MantisBT but there is an integration with http://www.gravatar.com
Your users will need to register there with the same email address used in your MantisBT installation
Furthermore you have to add the following lines to file config_inc.php

Code: Select all

$g_show_avatar = ON;
$g_show_avatar_threshold = REPORTER;