I need a way to create a menu page with a list of all users for administrative purposes. The list will be used by users that don’t have permission or acceses to the “Users” menu page. The page need to have the User ID, Name, Registration Date, Nickname, User Level and User Role for each user
Any idea how to achieve this ? Any reference docs or tutorial is welcome also.
As a plugin all that I can give to you is this.
Not a beauty, but it does the job.
Copy and save as users-table.php , upload to your plugins folder and activate
Just use
wp_list_authors()
and extend the author archive รขยย usuallyauthor.php
.Depending on the capability you show various author details. No need for a plugin or difficult hacks. ๐