The default setup of the plugin will redirect the the user to the blog’s home page when they click the logout link. But what if you want to direct them somewhere else when they are logging out. Here are some ideas on how to do that. Continue Reading →
WP-Members 2.7.7 release notes
WP-Members 2.7.7 has been released. This minor update includes some very nice new features and also a few fixes. Continue Reading →
Alpha release of Subscription Module with PayPal Integration
I am normally hesitant to publicly release anything that is not an actual production version, so it is rare that I release beta versions of the plugin to the general public. It is rarer still that I release an alpha version. However, in the case of the WP-Members Subscription Module with PayPal Integration, there are a number of reasons why (1) I am releasing it and (2) I am labeling it as an alpha release. Continue Reading →
Use an image in the post restricted message
This post will show you how to get a little more advanced with your post restricted message (the message that displays above the login form when a user accesses a page or a post that is blocked.
In this example, we will be using an image in the dialog and will also put some links to the anchors. This technique can also be extended to other plugin dialogs, and is a nice touch for your site. Also, it doesn’t require any php, so for those of you that are hesitant to wade into the world of filter and action hooks, this is still something that you can do without much under-the-hood knowledge.Continue Reading →
Add section headings to the registration form
In cases where you have a long registration form, you may want to add section headings to the form for an easier user experience. This post will give you a simple example to add headings to your form. For this example, we will be using the default values that install with the plugin and be adding an html <h2> heading to some of the form.Continue Reading →