For CAPTCHA during the registration process, WP-Members uses reCAPTCHA. The plugin settings allow you to choose from the basic default themes that are offered by reCAPTCHA: red, white, black glass, and clean. But suppose you would like to customize the style that is used? This tutorial is a basic framework to get you started. Continue Reading →
Remove the login form from completed registration
In the case of moderated registration, where the user may not receive access to the site right away, you may find that you want to show the successful registration message, but eliminate the login form that shows below it by default. Here is a method to do that using the wpmem_login_form filter. Continue Reading →
User Settings Page
The User Settings Page is customized with a relatively simple filter hook in the plugin using the method described in this post. Read on for the exact script that I am using here. Continue Reading →
Simple MailChimp integration
Note: this example predates the introduction of the MailChimp Integration extension. I recommend that you use that extension instead as it is far easier to use and also utilizes the latest MailChimp API (version 3.0).
Here is an example of a simple integrating MailChimp with the WP-Members registration process. This could be modified to suit similar integrations as long as there is an API to hook into. Continue Reading →
Change the WordPress new user registration email to use the WP-Members email
This is a script that will allow you to set up a plugin to change the native WordPress new user registration email (the one that comes from WordPress when a new user is registered) to use the WP-Members new user registration email. Continue Reading →