Tag: wpmem_sidebar_status
-
Customizing form fields in WP-Members 3.1.7
As I mentioned in the WP-Members 3.1.7 announcement, there is a new filter hook that will allow greater flexibility of customizing form fields that are used when the registration form is displayed. One common request that this solves in a better way is how do I display fields for registration but not for user profile…
-
Customized sidebar widget
I often get questions about the filters that I use on this site for the sidebar widget. This post has the exact custom filters that I use, copy/pasted from my own functions.php file. For those with questions about how the sidebar widget is styled, that is all CSS and a lot of it is from…
-
Sidebar status highlight username
Suppose you want to highlight the user’s username in the sidebar status message. Here is an easy filter to do that.
-
Sidebar status filter advanced demo
This is an advanced demonstration of what you can do with the sidebar status filter. In previous examples, I have shown how to use the sidebar status filter to display the user’s avatar. This more advanced example will build on that, and also show you how to utilize php functions to filter the default sidebar…
-
Sidebar login status
The sidebar on test.rocketgeek.com is customized with some relatively simple filter hooks in the plugin. Adding the avatar is similar to the method described in this post. Read on for the exact script that I am using here.