Search found 9 matches

by sara.rossi
16 Nov 2023, 08:57
Forum: General Discussion
Topic: How to modify manage_user_page.php
Replies: 3
Views: 5188

Re: How to modify manage_user_page.php

Actually I have a column called organization my db and I would like to show it as +1 column in my page.. close to the other columns ( username, realname, access level etc.)
by sara.rossi
15 Nov 2023, 15:23
Forum: General Discussion
Topic: How to modify manage_user_page.php
Replies: 3
Views: 5188

How to modify manage_user_page.php

Hello everyone,


I would like to show a new column for each user in the page : manage_user_page.php


Do you know how can I do it without touching the source code? Is there any way with a plugin and a certain event or with a function?

thanks,

sara
by sara.rossi
10 Nov 2023, 15:41
Forum: General Discussion
Topic: EVENT_BUG_ACTION plugin
Replies: 1
Views: 4673

EVENT_BUG_ACTION plugin

Hi everyone, i'm using Mantis 2.25 and I'm struggling with this plugin. Now I found the event EVENT_BUG_ACTION, that in the developers guide said : This event allows plugins to perform post-processing of group actions performed from the View Issues page. The event will get called for each bug ID tha...
by sara.rossi
08 Nov 2023, 14:38
Forum: General Discussion
Topic: Conflict between plugins
Replies: 1
Views: 5002

Conflict between plugins

I have two plugins in my mantisbt that feature two javascript files. I don't know why but when both are active they don't work simultaneously. Instead if one of the plugins is deactivated the other one is working correctly. The first js : var currentPage = null; var map = new Map(); map.set("Vi...
by sara.rossi
30 Oct 2023, 13:45
Forum: Customizations
Topic: Sort Projects on Dropdown Menu
Replies: 3
Views: 7026

Re: Sort Projects on Dropdown Menu

AFAIK this is not available out of the box. It would mean you would need to adjust a core script (function user_get_accessible_projects within core\user_api.php). This is not the best option but it can be done. Is there any wait to do this with a plugin? And on core\user_api.php... will this change...
by sara.rossi
30 Oct 2023, 13:10
Forum: Customizations
Topic: Sort Projects on Dropdown Menu
Replies: 3
Views: 7026

Sort Projects on Dropdown Menu

Hi everyone,

I would like to sort projects on dropdown menu by ID or preference choice instead alphabetically like now..

Do you know how can I apply this?

Many thanks,

Sara
by sara.rossi
27 Oct 2023, 14:25
Forum: Help
Topic: Summary customization
Replies: 3
Views: 4177

Re: Summary customization

Hi Sara, you say you need to have custom field with ID = 59 but you are retrieving field with ID = 55. In addition you are only saying it is not working but what is not working? Are there any java errors reported or is the new field not showing everything? I m using a custom field with id 55 but th...
by sara.rossi
27 Oct 2023, 12:27
Forum: Help
Topic: Summary customization
Replies: 3
Views: 4177

Summary customization

Hi everyone, on 'View Issue Details' I want to customize summary field : I mean I would like to remove the id number of the ticket and instead use another custom field. I wrote a plugin, but it's not working ; class AtrAcpPlugin extends MantisPlugin { function register() { $this->name = 'AtrAcp'; $t...
by sara.rossi
01 Feb 2023, 11:04
Forum: EmailReporting
Topic: receveing an email when user reports issue
Replies: 1
Views: 19174

receveing an email when user reports issue

Is there any configuration option to set this:
When a user creates a ticket users with admin roles receive an email that this thicket had been created.

Is it possible?

I tried to change email notification in manage but it doesn t work, thank you!