Page 1 of 1

How to modify manage_user_page.php

Posted: 15 Nov 2023, 15:23
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

Re: How to modify manage_user_page.php

Posted: 15 Nov 2023, 21:28
by cas
Not that i am aware off but what exactly do you need? Perhaps there is another solution

Re: How to modify manage_user_page.php

Posted: 16 Nov 2023, 08:57
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.)

Re: How to modify manage_user_page.php

Posted: 16 Nov 2023, 09:13
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.