Page 1 of 1

Change Resume field name

Posted: 09 Nov 2011, 16:06
by cdb
Hi guys,
in a report issue page, i would change the name of resume field (i need rename it with "Context")

thanks all

Re: Change Resume field name

Posted: 09 Nov 2011, 16:44
by atrol
cdb wrote:resume field
Is this a custom field? I am not aware that MantisBT offers such a field.

Re: Change Resume field name

Posted: 10 Nov 2011, 07:53
by cdb
it is a mandatory field, not custom.

Re: Change Resume field name

Posted: 10 Nov 2011, 08:44
by atrol
Can you add a screenshot?
There is no "Resume" field (at least not when using English language settings in MantisBT.

Re: Change Resume field name

Posted: 10 Nov 2011, 10:01
by cdb
Sorry, i wronged name :oops: the field is "summary"

Re: Change Resume field name

Posted: 10 Nov 2011, 11:26
by atrol
Create a file custom_strings_inc.php with the following content in the root directory of your MantisBT installation

Code: Select all

<?php
$s_summary = 'Context';
$s_summary_updated = 'Context Updated';
$s_email_summary = 'Context';
$s_must_enter_summary = 'You must enter a Context.';

Re: Change Resume field name

Posted: 10 Nov 2011, 12:01
by cdb
Thanks a lot, works perfectly

Re: Change Resume field name

Posted: 11 Jan 2017, 13:39
by llugany
It does not work for me.
Mantisbt 2.0.0
or I did not understand where this new php module was to be installed, even though I tried on all folders, without success.

Re: Change Resume field name

Posted: 11 Jan 2017, 20:12
by atrol
You have to place file custom_strings_inc.php in folder config.
This has been changed since version 1.3.

Re: Change Resume field name

Posted: 25 Aug 2017, 20:21
by meithcnul00
Hello there,
How can I change the resume field name?
Thanks in advance