also the DateTime display of the mantis bug tracker please help me guys thanks
How to change the interface of Mantis Bug Tracker
Moderators: Developer, Contributor
How to change the interface of Mantis Bug Tracker
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
i dont know what file that i needed to change thanks in advance for responds
also the DateTime display of the mantis bug tracker please help me guys thanks
Re: How to change the interface of Mantis Bug Tracker
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
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';Re: How to change the interface of Mantis Bug Tracker
thanks sir
its working hehehehe