dikkevandale
Member
Posted 2 years ago #
I have created a list showing all users as a list with their username next to the avatar. This works great!
But I would really like to add some other user information to the list also (like user location or user website). Is this possible within the plugin itself?
PaulChapman
Member
Posted 1 year ago #
I would love this as well! It would be particularly cool if the plug-in could display custom user metadata (e.g., Twitter username, Facebook username, etc. captured via another plug-in) in addition to the standard user metadata that WordPress provides.
Sorry, not possible at this point.
If other plugins provide respective api functions to retrieve additional user-related data, then "getting the data" would probably not be a big problem but "displaying it" would require some effort.
In order to do this right (which I insist on) the plugin probably needs some kind of templating system and a set of default templates; this would be a lot of work and also require a fair bit of refactoring...
In the near future I don't have time for that. Sorry.
(I always welcome community contributions though, so if any php experts are feeling bored... get in touch!)
dikkevandale
Member
Posted 1 year ago #
Ok, and pagination support?