Change Resume field name

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Change Resume field name

Post 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
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change Resume field name

Post by atrol »

cdb wrote:resume field
Is this a custom field? I am not aware that MantisBT offers such a field.
Please use Search before posting and read the Manual
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Re: Change Resume field name

Post by cdb »

it is a mandatory field, not custom.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change Resume field name

Post by atrol »

Can you add a screenshot?
There is no "Resume" field (at least not when using English language settings in MantisBT.
Please use Search before posting and read the Manual
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Re: Change Resume field name

Post by cdb »

Sorry, i wronged name :oops: the field is "summary"
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change Resume field name

Post 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.';
Please use Search before posting and read the Manual
cdb
Posts: 23
Joined: 09 Nov 2011, 15:45

Re: Change Resume field name

Post by cdb »

Thanks a lot, works perfectly
llugany
Posts: 1
Joined: 08 Jan 2017, 12:48

Re: Change Resume field name

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change Resume field name

Post by atrol »

You have to place file custom_strings_inc.php in folder config.
This has been changed since version 1.3.
Please use Search before posting and read the Manual
meithcnul00
Posts: 1
Joined: 25 Aug 2017, 20:16

Re: Change Resume field name

Post by meithcnul00 »

Hello there,
How can I change the resume field name?
Thanks in advance
Post Reply