Themosaurus
Forum Replies Created
-
Forum: Plugins
In reply to: [Verified Member for BuddyPress] User Requests VerificationHello @ftcpublications,
Thank you for reaching out to us.
There is no feature to deny the badge. When an user requests a verify badge, you can either accept it or ignore it. This way, the user can’t send the request many times. This is why when removing the verify badge the user is back in the Verification Requests list.
We discussed about this and we think that it might be a nice addition to our plugin. We might add the decline feature to our plugin if other members upvote your feature request.
Thank you for contributing to our plugin.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Verified GroupHi @rider2006007,
Thank you for reaching out.
We thank you for contributing to our plugin. However, even if this feature might be a nice addition to our plugin, I’m afraid it will be quite difficult to build this feature.
I’m afraid we have to decline this feature request. But please, don’t hesitate to share your idea concerning our plugin.
Best,
Hello @rider2006007,
Indeed, it seems the button is not displayed at all.
We’ll be back to you as soon as this issue has been fixed.
Best,
Hi @michaelabf,
Thank you very much for bringing this issue to our attention.
Be sure we’ll investigate to find out exactly what’s going on and how we could fix this issue.
We’ll be back to you as soon as this issue is resolved.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Check verification status of logged-in user?You’re welcome @michaelabf!
If youβre happy with our plugin, please feel free to leave a review. It really motivates us to allow more time to improve our plugin!
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Check verification status of logged-in user?Hi @michaelabf,
That code looks functional, but will not work if you use the “Verified roles” or “Verified member types” options.
The plugin contains a method specifically to check if a user is verified which is preferred. Here is the updated snippet with the preferred method :
function my_function() { global $bp_verified_member; $user_id = bp_loggedin_user_id(); if ( $bp_verified_member->is_user_verified( $user_id ) ) { // do stuff here if logged-in user is NOT verified } }Hope this helps !
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] This Plugin has a bugHi @werny,
Thank you for your feedback.
We completely understand your frustration. Be sure we’ll do our best to solve this.
Did you installed Remove Dashboard Access plugin? We really believe this should solve your issue until the next update.
Concerning your issue when login in, you should know that Gwangi only reuse BuddyPress features. In conclusion, this issue is most likely related to BuddyPress or another third party plugin. Anyway, we could take a further look. But for that, I suggest you to report this on our dedicated support forums: https://support.themosaurus.com/
Please note that our response time can be up to 1 business day. You can rest assured that we will handle your request as soon as possible.
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] How I can show the badge on wpadvertsHi @agenturwehrli,
If you want to display the badge for a specific user, the plugin includes a function to do it :
global $bp_verified_member; $bp_verified_member->get_user_badge( $user_id );Make sure to provide a user id to the function (email or user object will not work) and the user’s badge will be displayed.
Hope this helps!
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] ShortcodeThere is no shortcode included in our plugin @stephenboluwatife1. If you want to do that, you have to buy our theme and use its custom blocks.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] ShortcodeI’m afraid that’s not possible.
Please note that we created a theme with a block based on BuddyPress features. It allows you to display members anywhere you want on a page. Please take a look at this page: https://community.gwangi-theme.com/
Here are all our demos: https://gwangi-theme.com/Note that we created another plugin that might catch your attention: https://wordpress.org/plugins/bp-member-swipe/
This plugins allows you to display members and swipe them.Hope this will help you.
Best,
- This reply was modified 3 years, 8 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] ShortcodeIn the screenshot, this is how it should look by default when our plugin is activated. So, I don’t quite understand what you would like to change.
The verified badge should be visible next to the name and lastname of the user when his profile has been verified. Is it not the case?
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] ShortcodeI’m afraid I don’t quite understand what you’re trying to achieve. Can you please explain it to me?
Be sure we’ll do our best to help you.
Bets,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] This Plugin has a bugHi @werny and @per4mance,
Thank you for reporting this issue. π
Note that BuddyPress can hide the admin toolbar @per4mance. For this reason, you might not face this. Anyway, if the toolbar is displayed, it seems indeed the user can activate the verify badge.
You can both be sure we’ll fix this in the next update. Waiting for the update, I suggest you to install this plugin: Remove Dashboard Access.
We are very sorry for this issue. However, we do not condone your tone @werny. Please keep in mind that this is a free plugin that we generously share. We spend free time to support it and would appreciate the minimum respect.
Thank you for your understanding.
Best,
- This reply was modified 3 years, 8 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] ShortcodeI’m afraid that’s not possible. Please be aware that, thanks to BP profile Search plugin, you might be able to add a filter on the verified badge. This way, an user can filter the directory.
Hope this will help you.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] How I can show the badge on wpadvertsHi @agenturwehrli,
Thank you for reaching out to us.
I’m afraid I don’t quite understand what you’re trying to do. Can you please share some screenshots? Please don’t hesitate to comments or highlight your screenshot to help us better understand what you’re trying to achieve.
Best,