bryceholland
Forum Replies Created
-
Hi There,
Thanks for your response. That thread didn’t work, but I found another article that I could use: https://stackoverflow.com/questions/9326315/wordpress-change-default-display-name-publicy-as-for-all-existing-users
Thank you very much! This works. I appreciate your help.
Hi There. I’m just wondering if there was a solution to this issue or if you could help point me in the right direction here. Thank you!
Hi There. I’m just wondering if there was a solution to this issue or if you could help point me in the right direction here. Thank you!
Hi There, Happy New Year! Any update on this thread? Thank you!
Hi There, Happy New Year! Any update on this thread? Thanks!
Looks like it works now! Thanks for your help.
Thanks for this reply. I’ve put that code in the “profile builder customizations” plugin, but it doesn’t seem to be working. I noticed in profile-builder/front-end/default-fields/email/email.php that the sequence for triggering ‘wppb_check_form_field_default-e-mail’ and ‘wppb_check_email_value’ are 10 and 4, respectively. So I tried changing the sequence of the whitelist code you provided to “add_filter( ‘wppb_check_form_field_default-e-mail’, ‘wppb_check_email_domain’, 3, 3 );”, but that didn’t work either. Any ideas? Thanks for your help.
I actually need a *whitelist* ability, not a blacklist, which is what it looks like you coded there. So I want to be able to set the rule that only people with emails that have “@sample.com” can register. Do you have something that could work for a whitelist instead?
Thank you,
BryceThank you, I will try this. Here is the old post that has the v1.x filters: https://www.cozmoslabs.com/forums/topic/user-domain-whitelistbacklist-only-all-emails-from-domain/
Hi Sareiodata,
Did you end up figuring out how to use User Domain Whitelist with the latest version of Profile Builder? I saw filters for a previous version of Profile Builder but they don’t work with v2.
Thanks,
Bryce