Page 1 of 1

Change titel

Posted: 18 Jan 2017, 11:21
by web24
hi,
i am totally new to mantisbt and have searched a lot but i cant find where i can change de titel (MantisBT) in the navbar of my site.
what i also haven't found is where i can change the language & look of the emails (Mantis Bug Tracker)

Is there anywhere a documentation for version 2.0?

MantisBT-Version 2.0.0
Schema-Version 209
PHP 7.0.13
MySql 5.5.5-10

thx

Re: Change titel

Posted: 18 Jan 2017, 13:02
by atrol
web24 wrote: Is there anywhere a documentation for version 2.0?
Have a look at folder doc/en-US/Admin_Guide of your MantisBT download
or browse online http://www.mantisbt.org/docs/master/en- ... ml-single/
web24 wrote:change de titel (MantisBT) in the navbar of my site
Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_window_title = 'My Title';
web24 wrote:where i can change the languag
Check page My Account > Preferences
There is a settting for Language

Re: Change titel

Posted: 18 Jan 2017, 13:35
by web24
@atrol,

thx for your quick anser, i tried your instructions and YES now its clear.
before i have found only the docs for the older version.

new a can read and learn

thx again

Re: Change titel

Posted: 19 Jan 2017, 11:46
by web24
hi,
only one last question, where can i change the names "MantisBT" and "Mantis Bug Tracker" in the email notifications (red fields in the attachment)?
and where can i change the footer information?

i have searched in the manual, language files and database, i cant find this strings

thx

Re: Change titel

Posted: 19 Jan 2017, 12:29
by atrol
It seems that you did not change the mentioned $g_window_title until now, that's why you get [MantisBT] in the subject of the email.

To change the email sender, add the following line to file config_inc.php and adjust to your needs.

Code: Select all

$g_from_name	= 'Mantis Bug Tracker';

Re: Change titel

Posted: 22 Aug 2018, 13:39
by abhishekbhalani
Did you find any solution?

I have updated with current MantisBT version, but still could not change [MantisBT] in Email subject..
Any resolution for it or not.

Thanks
Abhishek

Re: Change titel

Posted: 22 Aug 2018, 14:56
by atrol
Does the solution from https://mantisbt.org/forums/viewtopic.p ... 341#p61165 not work for you?