Search found 9 matches
- 16 Nov 2023, 08:57
- Forum: General Discussion
- Topic: How to modify manage_user_page.php
- Replies: 3
- Views: 7452
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.)
- 15 Nov 2023, 15:23
- Forum: General Discussion
- Topic: How to modify manage_user_page.php
- Replies: 3
- Views: 7452
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
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
- 10 Nov 2023, 15:41
- Forum: General Discussion
- Topic: EVENT_BUG_ACTION plugin
- Replies: 1
- Views: 5996
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 ...
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 ...
- 08 Nov 2023, 14:38
- Forum: General Discussion
- Topic: Conflict between plugins
- Replies: 1
- Views: 6568
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 ...
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 ...
- 30 Oct 2023, 13:45
- Forum: Customizations
- Topic: Sort Projects on Dropdown Menu
- Replies: 3
- Views: 19930
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 ...
- 30 Oct 2023, 13:10
- Forum: Customizations
- Topic: Sort Projects on Dropdown Menu
- Replies: 3
- Views: 19930
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
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
- 27 Oct 2023, 14:25
- Forum: Help
- Topic: Summary customization
- Replies: 3
- Views: 6218
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 ...
- 27 Oct 2023, 12:27
- Forum: Help
- Topic: Summary customization
- Replies: 3
- Views: 6218
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 ...
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 ...
- 01 Feb 2023, 11:04
- Forum: EmailReporting
- Topic: receveing an email when user reports issue
- Replies: 1
- Views: 29880
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!
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!