Tag: wpmem_member_links
-
Integrate WP User Avatar with WP-Members User Profile
WP User Avatar is a popular choice for allowing users to upload and use a custom avatar instead of gravatar that is integrated in WordPress. This post describes a nicely integrated process for a user to update their avatar on the WP-Members user profile screen. This code snippet will add a link to the WP-Members…
-
Generate Random Display Name Part 2
This tutorial is an extension of the tutorial Generate Random User Display Name and Nickname that describes a process to generate random display names for users. In this tutorial we will explore how to add a process to the User Profile page that would allow users to select a new randomly generated display name from…
-
Add a file upload field to attach to admin notification email during registration
This tutorial will describe how to add a file upload field to the registration form and have the resulting file be sent with the admin notification email.
-
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.