On occasion, site admins are faced with a user base that needs things to be more simple. Here is some sample code to simplify the random password generated and emailed to the user.
Continue Reading →Filters
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 →
Post restricted message based on specific post/page or group
This demonstrates using the wpmem_restricted_msg to create a different post restricted message based on specific post or page.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 →