Category: User List
-
WP-Members User List 2.0.0 testing
The WP-Members User List is getting a much needed major rebuild. This will result in the 2.0.0 version, bringing it up-to-date with the other 2.0 series extensions. It will be more object oriented and includes some new features.
-
User List URL Rewrite for Nicer Profile URLs
Currently, the User List delivers a link to a user’s detailed profile as https://yoursite.com/your-profile-page/?uid=123. I have been wanting to make that cleaner with a URL like: https://yoursite.com/your-profile-page/username/ or something of that type for some time. This is planned as a feature for the plugin’s 2.0.0 release. However, until that is read for release It has…
-
WP-Members User List 1.8 Release Notes
Today I released an update for the WP-Members User List with some needed updates.
-
Add front end field sorting to the User List
This set of code snippets will add a list of sorting links to the top of the User List, a link for each of the fields displayed in the main list.
-
User List layout in columns
Here’s a tutorial on setting up a unique layout display for the User List extension. This tutorial will show you how to arrange the users in rows/columns similar to this screenshot. I’ll be honest and tell you that this requires some php skills as you’ll need to be able to do some string manipulation via…