I'm trying to give my members the functionality to view all of the members in a specific member level group, and be able to select a certain member (via dropdown selector, perhaps).
For example, I am creating a level called "Moderator", and I want members to be able to visit a page and both be able to view all members who are in the member group "Moderator", as well as select a certain member from a dropdown (where I can edit the array) and have that member display.
I don't think this can be accomplished via Search, so I was thinking that I would need to add a new page, and perhaps this could be accomplished via a PHP block.