Native Fields

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
jijimba
Posts: 1
Joined: 16 Sep 2011, 16:41

Native Fields

Post by jijimba »

I would like to customize the native fields on the Report Issue page. I have been trying to do it without any success

Please Help
andrea.mills
Posts: 35
Joined: 22 Jul 2011, 12:38

Re: Native Fields

Post by andrea.mills »

what kind of customizations? renaming fields? adding new ones? adding new validation rules?
WSteelix
Posts: 5
Joined: 01 Dec 2011, 09:03

Re: Native Fields

Post by WSteelix »

Hi,

I would like to know how to rename those native fields. Specially for my case, it's those Profile-related part, in which I would like to change those into Browser name and Version instead of OS like it is at the moment. Thanks a lot! :)
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Native Fields

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_os = 'Browser';
$s_os_version = 'Browser Version';
Please use Search before posting and read the Manual
WSteelix
Posts: 5
Joined: 01 Dec 2011, 09:03

Re: Native Fields

Post by WSteelix »

Thanks a lot for your help. It was successfully implemented. :)
syl
Posts: 16
Joined: 14 Aug 2007, 15:46

Re: Native Fields

Post by syl »

Can we make it mandatory native fields ?
Post Reply