Skip to content

bubblun/MantisBT-Colorized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colorized, a MantisBT Stylesheet

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.

Screenshots

Installation

  1. Download
  2. Unpack the package
  3. Create a folder: <mantis-root>/colorized
  4. Copy all files from the unpacked folder colorized/* to <mantis_root>/colorized/
  5. Add the following line to your config_inc.php to change the css file included into MantisBT:
	$g_css_include_file = "/colorized/colorized.css";

Status Colors

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';

Other Notes

License

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 ;)

Contact & Feedback

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.

Disclaimer

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

About

Just another theme for Mantis BugTracker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%