Mantis Logo
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
  1. Custom Fields
  2. Enumerations
  3. Email Notifications
  4. Customizing Status Values
  5. LDAP
  6. Custom Functions
    1. Defined Functions
    2. Example Custom Function

User Contributed Notes
Customizing Mantis
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Sun, 11 Dec 2011 - 20:53:35

Mantis @ SourceForge