Reputation: 13
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
Upvotes: 0
Views: 50
Reputation: 1274
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
Upvotes: 0