Skip to content

mantisbt-plugins/MantisBT-Colorized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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, fast and useful, without images, pure css.

Screenshots

Buglist View

Installation

Normal

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

Using the Mantis Theme Manager

Using the Mantis theme manager, the install options are a little different:

  1. Download
  2. Unpack the package
  3. Copy all the files into <mantis-root>/css/themes/colorized.
  4. Rename colorized.css into default.css or use a symlink. This step allows the Mantis theme manager to load the new theme.
  5. Copy assets/screenshot-1.png to colorized.png. This step sets up a preview for the Mantis theme manager configuration.
  6. Go to the plugins configuration, load the Mantis theme manager configuration, and choose colorized.

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

More user-friendly select boxes

You can also use the plugin Chosen for MantisBT. Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.

Other Notes

License

Good news, this script is free for everyone! Since it's released under the MIT. But if you enjoy this style, you can thank me and leave a donation for the time I've spent writing and supporting this project. 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%