How to modify manage_user_page.php in Mantis

47 Views Asked by At

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

I have a new column called Org in my DB for the table 'mantis_user_table' and I would like to show it in manage_user_page.php view.

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

My request is mostly if there is a working around without touching the source code. So if I can develop a plugin or any other way

1

There are 1 best solutions below

5
On

You can use the Mantis Event System to develop a plugin to show the fields on the User page. Please refer to https://www.mantisbt.org/docs/master/en-US/Developers_Guide/html/dev.eventref.manage.user.html