Search found 66 matches

by rkarmann
14 Dec 2017, 09:11
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20635

Re: Dark theme for 2.5.1 (or above?)

Hi there,

Did you consider to write a plugin ? Using JQuery and custom CSS stylesheet for example ? :D
by rkarmann
14 Dec 2017, 09:07
Forum: Customizations
Topic: Put the status color on the entire line on view all bugs
Replies: 3
Views: 18256

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

Hi Kziade, 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...
by rkarmann
14 Dec 2017, 08:47
Forum: Customizations
Topic: 2.0 Customisation
Replies: 2
Views: 7313

Re: 2.0 Customisation

Hi guys, The best way to customize Mantis (even 2.X) is to build a Plugin. In fact, it is very easy once you've understand the plugin structure and events systems. This prevents from modifying to much core code. 1. Register your plugin, like in : https://www.mantisbt.org/docs/master-1.2.x/en/develop...
by rkarmann
12 Dec 2017, 08:22
Forum: Help
Topic: Developping a plugin used for user management
Replies: 2
Views: 2692

Re: Developping a plugin used for user management

Hi Beniko_J, 1. How to create the database corresponded to the plugin(in order to store whiteList and blackList)? Is there any api function in MantisBT that can help do this? 2. How to get whiteList and blackList from the created plugin database? Is db_query() function in database_api.php enough? 3....
by rkarmann
30 Nov 2017, 16:35
Forum: Help
Topic: Building plugins for MantisBT 2.8.0 - Help with events
Replies: 3
Views: 2631

Re: Building plugins for MantisBT 2.8.0 - Help with events

Hi there, I found out some temporary solution for multi-LDAP authentication (doing some changes in core files :? ) Then do a compare and you will find the differences. This way, you will see how to adjust "old" plugins. Or you can wait of the original creator provides an update. Sure, i'll...
by rkarmann
27 Nov 2017, 14:42
Forum: Help
Topic: Building plugins for MantisBT 2.8.0 - Help with events
Replies: 3
Views: 2631

Building plugins for MantisBT 2.8.0 - Help with events

Hi everyone, I was wondering if any of you could help me with plugin structure. In fact, my company decided to migrate from Mantis 1.2.14 to 2.8.0. I've read documentation of course, many times, but can't find out where to begin. In the old version, we used to install many plugins like: HTMLMail , E...