This post documents the new wpmem_login_form function updates for the upcoming 2.9 release. This content is currently only available to premium members. If you are not currently a member, find out more here. Continue Reading →
Add a sortable date user registered column to the Users > All Users page
If you manage a site that has a lot of registrations, sometimes it is helpful to show the date the user registered as a custom column in the WordPress admin page Users > All Users. I have shown in another post how you can add that data as well as other data to this table.
But what if you want to make it sortable so you can sort the table by the date the user registered to see what users have registered most recently? Here is a way that you can do that. Continue Reading →
WP-Members 2.9 Project: wpmem_inc_login, wpmem_inc_changepassword, wpmem_inc_resetpassword
This post documents the new wpmem_inc_login, wpmem_inc_changepassword, & wpmem_inc_resetpassword function updates for the upcoming 2.9 release. This content is currently only available to premium members. If you are not currently a member, find out more here. Continue Reading →
Adding WP-Members Columns to the User Admin Panel
With both the general plugin and the various extensions, there are several columns that you may wish to add to the User Admin Panel. In my user panel, I like to see the date a user registered, their last login, and when their subscription expires. These custom columns involve data that is native to WordPress (user registered), from the User Tracking Extension (last login), and the PayPal Subscription Extension (expires).
This tutorial will show you some examples that you can use, but it can be easily adapted to other custom columns you might want to add as well.
Continue Reading →
Add a privacy policy or a terms of service in a textarea field
The plugin has a built-in process for adding a Terms of Service popup and that can be used in a number of different ways, or could be changed completely using some different filters. But what about adding a separate Privacy Policy in a textarea field? Or including your Terms of Service in the same way? Here is a quick tutorial with some example code snippets to get you started. Continue Reading →