Just another theme for Mantis BugTracker, the free web-based bugtracking system.
This style uses the magic of CSS to transform in a new style, simple and useful, without images.
- Download
- Unpack the package
- Create a folder:
<mantis-root>/colorized
- Copy all files from the unpacked folder
colorized/*
to<mantis_root>/colorized/
- Add the following line to your
config_inc.php
to change the css file included into MantisBT:
$g_css_include_file = "/colorized/colorized.css";
If you will also use the same colors for your status graph, then copy the follow snippet in your config_inc.php
# --- Colors ---
$g_status_colors['new'] = '#eeb3aa';
$g_status_colors['feedback'] = '#badade';
$g_status_colors['acknowledged'] = '#f5e5b8';
$g_status_colors['confirmed'] = '#c5dba9';
$g_status_colors['assigned'] = '#afbed5';
$g_status_colors['resolved'] = '#c1b9ae';
$g_status_colors['closed'] = '#e8e8e8';
Good news, this script is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this script, you can thank me and leave a small donation for the time I've spent writing and supporting this script. And I really don't want to know how many hours of my life this plugin has already eaten ;)
This script is designed and developed by me (Frank Bültge), G+ Page
Please let me know if you like the plugin or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.
I'm German and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical farts. Thanks