Hey, I want to automate a process on my website, I want to assign a specific role to the usesr when ever a user is verified. But I am not able to find the hook that is resposible for this.
add_action(‘VERIFICATION HOOK NEEDED‘, ‘assign_verified_user_role’, 10, 1);
function assign_verified_user_role($user_id) { $user = new WP_User($user_id);
if (!$user->has_role(‘verified_user’)) { // Check if user doesn’t already have the verified_user role $user->set_role(‘verified_user’); // Assign the verified_user role } }
I tried bp_verified_member_verified_badge with this hook but it doesnt works
If you could please help me with this it would be really great
Thanks!
]]>Hi!
I am using the Rehub theme, well integrated with BuddyPress.
Thanks in advance.
Kindly.
]]>Hello,
I’m using the last version of your plugin with Vikinger Theme, but I encounter these errors :
Deprecated: Creation of dynamic property BP_Verified_Member_Meta_Box::$name is deprecated in /home/hake4936/vridayorg/wp-content/plugins/bp-verified-member/admin/meta-box/class-bp-verified-member-meta-box.php on line 26
Deprecated: Creation of dynamic property BP_Verified_Member_Meta_Box::$nonce_name is deprecated in /home/hake4936/vridayorg/wp-content/plugins/bp-verified-member/admin/meta-box/class-bp-verified-member-meta-box.php on line 27
Deprecated: Creation of dynamic property BP_Verified_Member_Meta_Box::$nonce_action is deprecated in /home/hake4936/vridayorg/wp-content/plugins/bp-verified-member/admin/meta-box/class-bp-verified-member-meta-box.php on line 28
Deprecated: Creation of dynamic property BP_Verified_Member_Meta_Box::$meta_keys is deprecated in /home/hake4936/vridayorg/wp-content/plugins/bp-verified-member/admin/meta-box/class-bp-verified-member-meta-box.php on line 30
When using the Verified plugin with BuddyBoss there are a few areas of concern. On BuddyBoss there is the option to notify users via email when they are mentioned in a comment, post, etc. When that person gets the email it shows that they were mentioned by “john smith” for example.
However the name John Smith is followed by the coding used (I assume html) to make the verification badge appear within the BuddyBoss site. So it says something in the email like like “JohnSmith<span class=”bp-verified-badge”></span>?mentioned you in a post:”
This same thing happens on a members timeline … it says something to the effect of “Say what’s on your mind “John Smith<span class=”bp-verified-badge”></span>”
Is there a resolution to this?
]]>Hi There,
Cool plugin, i really like it.
One issue, i came across accidently is that if you have the notification component disabled, and any of the notifications options enabled, the plugin would through a Fatal error ever time you try to verify of unverify a member.
I know it’s a bit far fetched and unlikely that someone would enable the verification notifications settings without enabling the BP or BB notification component. But still a fatal error crash is certainly not the way!
Fatal error: Uncaught Error: Call to undefined function bp_notifications_add_notification()
in wp-content\plugins\bp-verified-member\inc\class-bp-verified-member.php on line 1293
Call stack:
BP_Verified_Member::create_verified_status_updated_notification()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-content/plugins/bp-verified-member/admin/class-bp-verified-member-admin.php:433
BP_Verified_Member_Admin::before_update_user_meta()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-includes/meta.php:290
update_metadata()
wp-includes/user.php:1199
update_user_meta()
wp-content/plugins/bp-verified-member/admin/class-bp-verified-member-admin.php:162
BP_Verified_Member_Admin::toggle_verified_member()
wp-includes/class-wp-hook.php:322
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-admin/admin-ajax.php:192
That’s because in the function create_verified_status_updated_notification where bp_notifications_add_notification functions is used, there’s no check if the notifications component is enabled.
I think the check here would be sufficient as opposed to checking when the Notifications options are changed just in case somebody have the notifications disabled and would change their minds in the future.
Cheers!
Anas
]]>Hi, is it possible to remap the location of the icon and button using a shortcode?
]]>My use of this plugin comes default through a commercial theme in which I use. However, during the process of securing my site…I learned some interesting tidbits.
DDoS attacks are STILL a common approach for hackers of all levels. And their tools are becoming even more sophisticated. Basic security measures are about protecting the password, which, the general user for the most part still struggles to get right. With all this said, are we being actively security-conscious if we are publicly displaying our usernames? On most sites, these Usernames are used for logging in. We are giving hackers half of our access.
Without much thought, maybe we can replace the “Username” with quotes, First Name, Last Name, or combined name. Or simply remove the username without replacing it.
You could also extend this idea to include features from other plugins such as badges, points, location, bio, rank, etc…the ideas are endless.
Just my thoughts,
Voice4Vision
]]>I am trying to figure out how to remove a verification request for users on my admin site. I have a couple of users who are on the list to be verified but they don’t complete the information so I can verify them. I want to remove them off my list and give them a new verify button.
]]>IT`S URGENT NEED
I request you to lunch other version of this plugin which are compatible with new version of buddypress (12.0.1) , because this plugin has deprecate version and its creat criticle error
]]>Hello. I have problem with settings mentioned above. When it is activated it shows up HTML code in post activity window – but not in activity global feed, only in user activity. Can you fix it please in next update or provide some fix?
Running on BuddyBoss PRO.
]]>I have activated the plugin on my site and when viewing the member’s page to see the verification symbol, the page’s content seems to be off. Everything shifted not showing as i haven’t activated the plugin.
I have also changed the styles of the verification, placed it only in specific places and the issue still remains.
Great feature!
Love the way it displays next to member names (profile) and especially on the member cards (directory).
I use BuddyBoss which allows to filter the member directory for users based on 3 common filters: “recently active”, “newest members” and “alphabetical”. This filter is separate from BP Search form, meaning the BuddyBoss filters appear below the actaul BP search form.
Now I can see that its possible to filter members based on verified/not verified, but only in the BP search form itself. So from a technical perspective the filter for verified members is in a different location (inside the BP search form than the BuddyBoss filters (below the BP search form, in a dropdown) .
So, my question is, is there any way to put all filters together to show in the same location? Either in a dropdown or as separate (e.g. multiselect boxes) fields/buttons?
Thank you ??
]]>tnx for very useful plugin!
we want to create speicale user role which will be responsible to authorize members and verify them, is there an option to
Hi, in my BuddyBoss installation I use Directories Pro plugin (CodeCanyon), around which I have a Directories/Listings sphere built for quite a long time now.
The problem is that when I activate “Verified Member for BuddyPress” plugin, Directories Pro plugin doesnt work properely.
Without “Verified Member for BuddyPress” everything is fine.
In Chrome console there are such errors:
bootstrap.min.js:6 Uncaught TypeError: r.default is not a constructor
at e.show (bootstrap.min.js:6:34438)
at HTMLButtonElement. (bootstrap.min.js:6:43618)
at Function.each (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:3129)
at e..each (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:2:1594)
at i._jQueryInterface
at DRTS.popover (core.min.js:1:3030)
at HTMLButtonElement.over (display-admin-display.min.js:1:15140)
at p (load-scripts.php?c=1&load%5Bchunk_0%5D=hoverIntent&ver=6.3.2:2:551)
at load-scripts.php?c=1&load%5Bchunk_0%5D=hoverIntent&ver=6.3.2:2:1017
Could you please help me solve this issue?
Thanks in advance
]]>Hello
I am using buddyboss theme, and every works fine, but when I verified more than 1 member, the icon of verified doesn’t appear in the news feed page, only in the rest of the pages.
I attach a photo:
Thanks for the help.
]]>Hello,
Since the latest version of Buddyboss plugins/themes, the verify badge is not showing anymore in the Activity feed. I know they are redefined the code of the feed, because they will push soon some new features for the feed.
How we could fix this issue ?
Thanks in advance
]]>On Buddyboss timeline tab.. the html code is being shown to user.. pls see the bug / image on the below public link.
https://sharing.clickup.com/2171179/t/h/865cpkkxf/HB3Z0Q00LCBLG4X
]]>On our website we had used Buddyboss theme and inside buddyboss messgaing feature the verified members badge is getting broken and shows random html codes: https://www.loom.com/share/f0a0fbf7cf0b462e922325880132d668?sid=8e6c7b53-a507-40c1-8e85-0f6d16e6d7e7
]]>How to add a Buddyform url, when the user clicks on: “request verification”?
In the current system, any user can request verification even without sending documents, but what I need is only after sending their documents the user has the option to request the verified badge!
Hola,
?Cómo se rechazan las solicitudes de verificación?
]]>Please help to check the “Verify Member icon” on the activity page (https://animalverse.social/community/p/2818/). Now, when hovering, tooltip is not showing.
]]>Hi,
Thanks for developing such a good plugin. However, I am facing a few issues. Let me explain.
I am using your plugin with BuddyBoss Platform and BuddyBoss Platform Pro. Everything’s working as expected except for the double badges and NO BADGES. On Firefox and Firefox-based browsers, the badges are displaying correctly. But on Safari, Chrome, and Chromium-based browsers, the badges are not displaying at all.
I tried everything including visiting the same URL where the badges should be displayed on different browsers, different devices, different OSs, different internet connections, even from different countries :P.
Moreover, I know the double badge issue is going to be fixed in the next update.
Thank you!
Best Regards,
Rajon A.
]]>in the buddyboss activity where it says “share what’s on your mind” it shows an error
<span class=”bp-verified-badge”></span>
]]>Do not compatible with latest buddyboss, well it is really, 7 months that don’t have any updates…what will you expect..
]]>Hello!
I just installed the app and I am looking to provide verification badges only for those that have selected a paid membership to my site. I am currently using WooCommerce Memberships to manage this.
However, inside the settings for this plugin, I only see the ability to select verification for WordPress Roles.
Can you please advise on how to set this up correctly with Membership types?
Thank you!
]]>I have Directories Pro installed and I no longer click on some buttons to get needed pop up boxes (like info, help or to select an icon) in it’s admin interface to work. I used the wordpress ‘plugin troubleshooting mode’ and was surprised to find after enabling and disabling over 50 plugins that it was somehow this one. As soon as I deactivated it, everything was fine again. Wish I could figure out the clash, I like this plugin.
]]>Anyone getting double ticks popping up in news feeds or messages?
]]>Hi,
Is there a way to set up a system notification (preferably in the buddypress/boss notifications) so we know when a user requests a verification?
Hi, first let me thank you for this amazing and helpful plugin. The badges are not showing up after the ajax “click for more” posts button, the button shows more posts BUT there are no verified badges next to the usernames anymore. The verified badges remain in the first group of posts prior the ajax “click for more” posts button. Any snippet that I could use to force the badges to show up? Thanks again!
]]>Hello!
Thanks for this amazing plugin. Thanks for making it free.
I have faced 2 issues with it on BuddyBoss.
2. In the Sharing box some code is appearing:
<span class=”bp-verified-badge”></span>
That’s all.
]]>