How to modify manage_user_page.php

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
sara.rossi
Posts: 9
Joined: 01 Feb 2023, 11:01

How to modify manage_user_page.php

Post by sara.rossi »

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
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: How to modify manage_user_page.php

Post by cas »

Not that i am aware off but what exactly do you need? Perhaps there is another solution
sara.rossi
Posts: 9
Joined: 01 Feb 2023, 11:01

Re: How to modify manage_user_page.php

Post by sara.rossi »

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.)
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: How to modify manage_user_page.php

Post by cas »

I assume you have that field in another database/table. just do not alter mantis tables.
But also your change is only possible by adjusting core scripts one way or another.
Post Reply