Mantis Manual
Manual
About Mantis
Installation
Configuration
Page Descriptions
Customizing Mantis
Troubleshooting
Modifications
Development
Support
Appendix
Partner Links
Customizing Mantis
Last Modified: April 3, 2005 21:04PM
(0.18.0)
Description
Note that Mantis is customized through several PHP files. These are read in as the page loads. They must be formatted as PHP files as below:
<?php // contents of file here ?>
The following files, located in the main Mantis directory, may be used for customization:
config_inc.php - the main configuration file
custom_constant_inc.php - to define constants in normal php fashion
define( 'CONSTANT', value );
custom_strings_inc.php - to define display strings
Contents
Custom Fields
Enumerations
Email Notifications
Customizing Status Values
LDAP
Custom Functions
Defined Functions
Example Custom Function
User Contributed Notes
Customizing Mantis
There are no user contributed notes for this page.
Last updated: Fri, 12 Mar 2010 - 6:14:56