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
fuzi.peter@mail.tvnet.hu
22-Jul-2006 16:50
#1198
Ladies & Gents,

I look to resolve a minor problem w. Mantis. Mantis works for us in Hungarian language environment, where we would like to use our national accented characters too in the error descriptions. Unfortunately Mantis regularly converts our characters "õ" and "û" into sequence of bytes. We can use other national characters in Mantis with success.
Is there any setup to resolve this problem, or should we exclude these neuralgic characters from the descriptions?

Thanks, Peter
Add Notes About Notes
Last updated: Wed, 23 Jul 2008 - 14:53:04

Mantis @ SourceForge