How to change the interface of Mantis Bug Tracker

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
kinoh
Posts: 10
Joined: 28 Jan 2016, 01:53

How to change the interface of Mantis Bug Tracker

Post by kinoh »

Hi guys i need your help i want to change some of the tags of Mantis Bug Tracker like : Project --> Department so on and so forth
also the DateTime display of the mantis bug tracker please help me guys thanks :-D i dont know what file that i needed to change thanks in advance for responds
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to change the interface of Mantis Bug Tracker

Post by atrol »

You have to create a file custom_strings_inc.php in the root directory of your Mantis installation.
After that, have a look at strings_english.txt in directory lang. Copy the entries you want to change from this file to custom_strings_inc.php and change the strings to whatever you want.
So you will have a file like

Code: Select all

<?php
$s_all_projects = 'All Departments';
Please use Search before posting and read the Manual
kinoh
Posts: 10
Joined: 28 Jan 2016, 01:53

Re: How to change the interface of Mantis Bug Tracker

Post by kinoh »

thanks sir :-) its working hehehehe
Post Reply