Page 1 of 1

Put the status color on the entire line on view all bugs

Posted: 26 Oct 2017, 06:39
by kziade
Hi everyone !

I recently updated our MBT from 1.2.19 to 2.7.0, and my team would like to see the bug status color on the entire line (on background), like it was in 1.2.19.
Instead of that, we only see actually a square with the color on the status column.

Is it possible ?

Can you help me to do that please ?

Thanks a bunch.

Re: Put the status color on the entire line on view all bugs

Posted: 26 Oct 2017, 07:16
by atrol
It's certainly possible, but I recommend to work some days with the new system to get used to it.
After that, you might get to the same conclusion we got https://www.mantisbt.org/bugs/view.php?id=21724

Re: Put the status color on the entire line on view all bugs

Posted: 14 Dec 2017, 09:07
by rkarmann
Hi Kziade,
kziade wrote: I recently updated our MBT from 1.2.19 to 2.7.0, and my team would like to see the bug status color on the entire line (on background), like it was in 1.2.19.
Instead of that, we only see actually a square with the color on the status column.

Is it possible ?
Yes it's now possible since a good guy decided to wrote a little plugin using JQuery : https://tellini.info/2017/01/make-statu ... tisbt-2-0/

This plugin only change the status row color, not the entire row. But it's surely enough to improve status visibility.

1. Copy the plugin folder in yourmantisroot/plugins
2. In admin panel, install the plugin
3. Enjoy the new colors

Re: Put the status color on the entire line on view all bugs

Posted: 24 Aug 2018, 15:32
by Darkseal
I might be a bit late to the party, but I also developer a small plugin for MantisBT 2.0 that allows to include external (custom) content, such as PHP or HTML files, in various places of the new Mantis layout.

The plugin has been released with GNU v3 and is available on GitHub:
https://www.ryadel.com/en/mantis-mantis ... -js-files/

Once installed, it allows for huge personalizations of the MantisBT 2.x layout, including (yet not limiting to) row-level coloring just like the Mantis 1.x.

Here's an example:
Image

And here's the small JQuery script used to achieve such result:
https://www.ryadel.com/en/mantis-bt-2-e ... avascript/

I hope that this will help many MantisBT users & administrators who’ll want the row-level coloring back.