PDA

View Full Version : ACP Search Users


Hostboard
02-27-2020, 12:33 PM
I am looking to add some more information on the results page when searching for users within the ACP.

Currently after a search query is preformed the results given are: User Name, Email Address, Join Date, Last Activity, and Post count.

You then have the ability to: View/Edit, Send Password, Edit Access Masks Delete User.

What I would like to have added is a way to select some or all of the returned queries and be able to mass move them to a selected user group. Or maybe this should be a plugin request?

Or maybe there is a way to do this already? Willing to pay and no issues with modifying core files. We're already modified core files to run PHP 7.4

TIA

Dave
02-27-2020, 01:26 PM
There's no way to hook into the script and adjust the output of the search user result page so you'd have to modify code in the /admincp/users.php script manually, it's easily possible though. You just have to make sure that the extra data is selected in the SQL query and then you have to add a few more columns to the output table.

Hostboard
02-27-2020, 01:39 PM
Hi Dave,

Kinda what I thought, but sorta above my pay grade. Any chance you want to tackle it? Just email me if you do... Thanx as always for the reply :)