show avatar in mantis 1.1.8
Moderators: Developer, Contributor
show avatar in mantis 1.1.8
hello, as I can show the avatars in version 1.1.8, I have this configuration:
$ G_show_avatar = ON;
$ G_default_avatar = 'C: / bugtracker / images / no_avatar.png';
$ G_show_avatar_threshold = REPORTER
and I'm also registered with Gravatar, but the avatars do not appear. Help me!
$ G_show_avatar = ON;
$ G_default_avatar = 'C: / bugtracker / images / no_avatar.png';
$ G_show_avatar_threshold = REPORTER
and I'm also registered with Gravatar, but the avatars do not appear. Help me!
Re: show avatar in mantis 1.1.8
try this
Code: Select all
$g_show_avatar = ON;
$g_show_avatar_threshold = REPORTER;
$g_default_avatar = "%path%images/no_avatar.png";Re: show avatar in mantis 1.1.8
thanks
this option had already tried, I have installed mantis on windows 2003 server. these are all the options I tested:
$g_default_avatar = 'C:/bugtracker/images/no_avatar.png';
$g_default_avatar = '/bugtracker/images/no_avatar.png';
$g_default_avatar = ‘/bugtracker/images/no_avatar.png’;
$g_default_avatar = "%path%images/no_avatar.png";
but no work for me.
this option had already tried, I have installed mantis on windows 2003 server. these are all the options I tested:
$g_default_avatar = 'C:/bugtracker/images/no_avatar.png';
$g_default_avatar = '/bugtracker/images/no_avatar.png';
$g_default_avatar = ‘/bugtracker/images/no_avatar.png’;
$g_default_avatar = "%path%images/no_avatar.png";
but no work for me.
Re: show avatar in mantis 1.1.8
I tried my settings with the following test installation which works fine
http://www.mantisbt.org/forums/viewtopi ... =5&t=16188
Check on your server if you get any problems
http://www.mantisbt.org/forums/viewtopi ... =5&t=16188
Check on your server if you get any problems
Re: show avatar in mantis 1.1.8
Hi,
On what files are this settings?
Thanaks.
On what files are this settings?
Thanaks.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: show avatar in mantis 1.1.8
Thanks Atrol, i will try to configure that in my installation..
Regards.
Regards.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: show avatar in mantis 1.1.8
Showing images from local enviroment is possible? or only from site gravatar.com?
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: show avatar in mantis 1.1.8
Local storage of avatars is not available with standard delivery of MantisBT but a known feature request.
There are patches available
http://www.mantisbt.org/bugs/view.php?id=8257
There are patches available
http://www.mantisbt.org/bugs/view.php?id=8257
Re: show avatar in mantis 1.1.8
Why in file_api.php, i don't have file_avatar_upload function?
How run a cleanup?
The "mantis_avatar_simple_patch.patch" file, works on 1.2.5 version?
Thanks.
How run a cleanup?
The "mantis_avatar_simple_patch.patch" file, works on 1.2.5 version?
Thanks.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles
Re: show avatar in mantis 1.1.8
If anybody have a idea to apply this functionality in 1.2.5 version, please tell us.
Thanks to all.
Thanks to all.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Aristóteles