melde
Forum Replies Created
-
In the browser’s console I can see the error
GET https://mylocal.dev/wp-content/plugins/bp-verified-member/assets/images/unverified-warning.svg [HTTP/1.1 404 Not Found 553ms]
In this directory (
bp-verified-member/assets/images/
) is only one file calledverified-check.svg
.And the output HTML code of the badge which is only plain text:
<h4 class="widgettitle">myTestUser<span class="bp-unverified-badge"></span></h4>
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Verified Method?Would be a nice feature. I need a verification process with file upload (ID card), too.
zzzZZzzzZZZzz ??
Push?
Hello,
I tried that already, but there are other pages for public – not created for UM. They should be accessible.
I found a workaround to restrict the profile access just for owner and admin.
Everytime an user registers, I execute following SQL:
INSERT INTO wp_usermeta (user_id, meta_key, meta_value) VALUES (<<<USERID>>>, 'profile_privacy', 'Only me');
I would like to automate it. What’s the best way? Is there a hook to execute this SQL once after registration?
Thanks.
PS: How about this hook? https://docs.ultimatemember.com/article/1234-umregistrationcomplete
Hello, thanks! Yes, I add the fields twice per form. It works.
- This reply was modified 5 years, 9 months ago by melde.