Chad Butler
- Member Since: August 11th, 2005
- Chicago, IL
- butlerblog.com
- WordPress evangelist and plug-in task master. Freelance writer and blogger extraordinaire. at RocketGeek Interactive
- @cbutlerjr on WordPress.org and Slack
- Plugin Developer
- Translation Contributor
Bio/Description
Interests
WordPress Origin Story
-
Posted a reply to where to place login shortcode, on the site WordPress.org Forums:
Don't overthink it. The plugin is extremely simple to set up and what you're doing…4 days ago
-
Posted a reply to where to place login shortcode, on the site WordPress.org Forums:
It sounds like you're just blocking one page, in which case you don't really need…6 days ago
-
Posted a reply to Bug in Email Editor ?, on the site WordPress.org Forums:
That's actually not a bug. The plugin evaluates all submitted input (even on the admin…1 week ago
-
Posted a reply to Approved testimonials not displaying, on the site WordPress.org Forums:
It sounds like you're talking about another plugin. Are you sure this is about WP-Members?1 week ago
-
Posted a reply to Show the user Pending or Active in Front End, on the site WordPress.org Forums:
No there isn't a shortcode for that. In thinking about it, I'm not sure it…2 weeks ago
-
Posted a reply to Hide fields at registration that appear on user profile frontend once logged in, on the site WordPress.org Forums:
Glad you like the plugin! Currently, you can use the wpmem_filter to remove (or add)…3 weeks ago
-
Posted a reply to DSGVO and wp-members, on the site WordPress.org Forums:
I would recommend that you outline in your "terms of service" (whatever that may be)…3 weeks ago
-
Posted a reply to Linking to an existing database, on the site WordPress.org Forums:
It would require the users to be in WordPress. WordPress uses two tables for users…3 weeks ago
-
Posted a reply to Woocommerce integration, on the site WordPress.org Forums:
You may have misunderstood what I was saying about the plugin's PayPal extension. In this…3 weeks ago
-
Posted a reply to Profile page fields, on the site WordPress.org Forums:
You would use the wpmem_fields filter for this, which is documented here: https://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_fields/ There are…3 weeks ago
-
Posted a reply to profile page elements, on the site WordPress.org Forums:
Gravatars are not handled within WordPress. A gravatar is connected to a user's email address…3 weeks ago
-
Posted a reply to Woocommerce integration, on the site WordPress.org Forums:
Yes, there are several ways to approach that. WP-Members does have a premium extension available…3 weeks ago
-
Posted a reply to Woocommerce integration, on the site WordPress.org Forums:
That's a pretty broad question. Is it to sell subscriptions via WooCommerce? Or use WP-Members…4 weeks ago
-
Posted a reply to Profile page fields, on the site WordPress.org Forums:
You can, but it has to be done via a couple of filters to remove…4 weeks ago
-
Posted a reply to Mailchimp intergration, on the site WordPress.org Forums:
There is a premium extension available for MailChimp integration. That's the simplest solution: https://rocketgeek.com/plugins/wp-members/extensions/mailchimp-integration/ There…4 weeks ago
-
Posted a reply to Error in login form, on the site WordPress.org Forums:
Is this when logged in, or not logged in? Is the login page using the…4 weeks ago
-
Posted a reply to profile page elements, on the site WordPress.org Forums:
I'm not sure exactly what direction this question is going. Are you talking about when…4 weeks ago
-
Posted a reply to Create own forms, on the site WordPress.org Forums:
Yes, any user created through WP-Members is a WordPress user, so any plugin that allows…1 month ago
-
Posted a reply to Recurring payment fails PayPal, on the site WordPress.org Forums:
Was the PayPal extension upgraded from an earlier version? If so, which version was originally…1 month ago
-
Posted a reply to Change of CSS for ppl like me with no skills, on the site WordPress.org Forums:
If you have no CSS skills to speak of, then I would highly recommend that…1 month ago
-
Posted a reply to Passed variable in the url disappears after login, on the site WordPress.org Forums:
Yes, that is something I'm aware of. It's probably not going to be something addressed…1 month ago
-
Posted a reply to Override Sync as Admins, on the site WordPress.org Forums:
Sounds like you are using the PayPal extension for the plugin? If that's the case,…1 month ago
-
Posted a reply to Limit of 100 users registered in the WP-Members plugin, on the site WordPress.org Forums:
You can save custom code snippets to your theme's functions.php file (which is what it…1 month ago
-
Posted a reply to Dialogs disappeared, on the site WordPress.org Forums:
If you delete the plugin using the "delete" option that shows on the plugin panel…1 month ago
-
Posted a reply to Limit of 100 users registered in the WP-Members plugin, on the site WordPress.org Forums:
The wpmem_pre_register_data action can be used to hook any custom registration form validation. Your function…1 month ago
-
Posted a reply to Create own forms, on the site WordPress.org Forums:
The plugin isn't a "forms" plugin, so you can't create forms for anything other than…1 month ago
-
Posted a reply to Confirm E-Mail-Address?, on the site WordPress.org Forums:
That isn't a feature within the plugin. There is a tutorial for premium support subscribers…1 month ago
-
Posted a reply to PHP Notice admin.php Line 110, on the site WordPress.org Forums:
That's actually addressed permanently in 3.2.0 which will be released soon.1 month ago
-
Posted a reply to Dialogs disappeared, on the site WordPress.org Forums:
If the dialog texts disappeared, that most likely means that the db setting that contains…1 month ago
-
Wrote a new post, Hi Polyglots,, on the site Translate WordPress:
I am the plugin developer for WP-Members. Would you please add the following editor: #zh_HK…1 month ago
-
Posted a reply to fields are not sync with text, on the site WordPress.org Forums:
Based on the combination of styles between your theme's stylesheet and the plugin stylesheet that…1 month ago
-
Posted a reply to Role based post view, on the site WordPress.org Forums:
The plugin does not do that natively. There is a premium extension Advanced Options that…1 month ago
-
Posted a reply to Does this work with Ninja Forms?, on the site WordPress.org Forums:
WP-Members allows you to choose to display or to not display both the login and…2 months ago
-
Posted a reply to Block sidebar from a blocked page, on the site WordPress.org Forums:
This is not a direct feature of the plugin. However, I do have a tutorial…2 months ago
-
Posted a reply to Shift position of asterisk for required fields, on the site WordPress.org Forums:
That's not as odd as you might think. There is a filter that can be…2 months ago
-
Posted a reply to Override Sync as Admins, on the site WordPress.org Forums:
Unfortunately, I'm not really sure what you are talking about here. I don't know what…2 months ago
-
Posted a reply to Problem with WPML translated form, on the site WordPress.org Forums:
I'm assuming by "in the source code" you mean the generated HTML of the page.…2 months ago
-
Posted a reply to Problem with WPML translated form, on the site WordPress.org Forums:
The error message displayed ("An error occurred while processing your request!") does not appear to…2 months ago
-
Posted a reply to Remove “New User Registration” from Profile page, on the site WordPress.org Forums:
You can use the wpmem_register_heading filter to change (or empty) the heading. https://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_register_heading/ There is…2 months ago
-
Posted a reply to Change “Existing Users Log In” to something else, on the site WordPress.org Forums:
Yes, you can use the wpmem_inc_login_args filter to change the heading text, button text, and…2 months ago
-
Posted a reply to Set Profile Page to be blocked….but it’s not blocked, on the site WordPress.org Forums:
[wp-members page=”user-profile”] and [wpmem_profile] are the same, except that the first one is obsolete and…2 months ago
-
Posted a reply to Set Profile Page to be blocked….but it’s not blocked, on the site WordPress.org Forums:
It depends on what you mean by "profile page." When I hear that term, I…2 months ago
-
Posted a reply to AMP Support, on the site WordPress.org Forums:
Unfortunately, I don't know enough about AMP to give you an answer. The plugin operates…2 months ago
-
Posted a reply to Login Form not displayed when using PHP 7.1, on the site WordPress.org Forums:
In order to figure out what's breaking down, you'll probably need to run WP in…2 months ago
-
Posted a reply to Accessing account info after login, on the site WordPress.org Forums:
Hi Annasue, I believe that you emailed me this same question a week ago, to…2 months ago
-
Posted a reply to Page transparent – how to color background white, on the site WordPress.org Forums:
The site you indicated is not using WP-Members (or at least does not have it…2 months ago
-
Posted a reply to Remove Click to log out after log_in, on the site WordPress.org Forums:
That's the default display text for the logged in state of the login form shortcode.…2 months ago
-
Posted a reply to Logout of WP-Members?, on the site WordPress.org Forums:
I have written a tutorial on how to use jQuery to display a login/logout link…2 months ago
-
Posted a reply to Login with Redirect works but still displays login form, on the site WordPress.org Forums:
If the user is seeing the login form, then they are not in a logged…2 months ago
-
Posted a reply to Problems with e-mail, on the site WordPress.org Forums:
Here is some information on troubleshooting email issues: https://rocketgeek.com/plugins/wp-members/docs/faqs/#email2 months ago
-
Verse-O-Matic
Active Installs: 200+
-
WordPass
Active Installs: 100+
-
WP-Members Membership Plugin
Active Installs: 70,000+