Hi ,
I am very new to customization.Can anyone please guide me how to customize the users and groups page.
I want to add a column of "title" to be displayed always whenever a user is searched with the name column.
Thanks,
Ankur
Hi Ankur,
You need to modify this page : Ugresults2.html in <CS Install> \module\webuser_10_0_0\html folder.
If you look at the code available in that html page, you can figure it out how you can add one more extra column. Title must be already available. You just need to modify the page to display it. Also, do not add Sorting operations on that.
Just make sure that your changes work smoothly and do not interfere with any user search related operations in other modules.
Hope this helps,
Regards,
Rakesh.
Hi Rakesh,
Thanks for your guidance I was able to customize the page.