This is an idea that has been floated by a few users, which means there is probably a need for it. As is usually the case, I don’t like to make wholesale changes to the codebase that effects users in a way that requires them to make a change to accommodate an update. So I wouldn’t want to change the plugin to put in different classes, since users with a custom stylesheet would need to be paying attention when they update to accommodate the new classes in their stylesheet. But this is something that we can certainly do on the fly using the wpmem_msg_dialog filter. This article will show you how to do just that. Continue Reading →
demo
Simple MailChimp merge field example
Note: as of WP-Members MailChimp Integration version 2.0, merge fields can be managed directly in the extension’s admin tab. This filter remains active and supported, but it is only generally needed for customizing the process if necessary rather than defining it.
This is an example of how to utilize the wpmem_mc_merge filter to add additional mail merge fields to sync with MailChimp. Continue Reading →
Sidebar login filter advanced example
This is an advance example of the sidebar login filter wpmem_sidebar_status. This sample code will take the generated sidebar login status and completely replace it with the user’s avatar, a welcome message using first and last name, and a different logout message.Continue Reading →
Add an avatar to the sidebar login
In this is example of the wpmem_sidebar_status filter hook we will add a gravatar image to the user’s sidebar login status. Continue Reading →
Member Links Filter Advanced Demo
Here is an advanced demonstration of what you can do with the links filter hooks in WP-Members. For this example, we are going to add some content to the Members Area page.
What we will create in this example will add the username, a gravatar image, some and some registration details to our members area page. It will look something like the image here. This example used the TwentyTen theme. Continue Reading →