Themosaurus
Forum Replies Created
-
Hi @hemligg,
Do those users get the Verified badge on the front-end of your website too?
Can you send us a screenshot of your “wp-admin/users.php” page so we can see exactly what is happening? (Of course don’t hesitate to hide sensitive info like user names or emails)
Regards,
Hi @hemligg ,
We’ve received your request and we’ll get you an answer ASAP.
We’re experiencing a much larger number of requests than usual so our wait times are longer than expected. We’re working hard to get back to you as quickly as we can and we really appreciate your patience!
We really thank you for your patience!
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Error when upgrading to the latest versionHi @centrowebs,
We’re glad to read you’ve been able to solve this. 🙂
Hope our plugin meet all your expectations!
Cheers,
Hi,
Sorry but unfortunately, it seems that we are unable to reproduce this issue from our side. If you still need help with this, we will need a link to a page where we can see the issue so that we can investigate more thoroughly.
Best regards,
Forum: Reviews
In reply to: [Verified Member for BuddyPress] Awful supportThank you for sharing your opinion @yas-se.
We’re very sorry to read that our support does not reach your standards.
Please be aware that your issue is unrelated with our plugin and has been caused by YOUR THEME, as mentioned here:
https://wordpress.org/support/topic/appeared-before-author-name/Forum: Plugins
In reply to: [Verified Member for BuddyPress] <' appeared before author nameHi @yas-se,
Thank you for reporting this issue.
It looks like your current theme is not doing a fine job at escaping HTML tag attributes. As it seems to grab what’s inside the text (including our HTML markups) to populate the title attribute without any escaping, thus breaking the printed markups…
We’re very sorry but there is nothing that we could do to fix this issue. You can either report this to your theme author or changing for another theme, more suited to this job. If you’re looking for robust handcrafted themes, please give a look to our portfolio:
https://themosaurus.comOur BuddyPress themes are fully compatible with Verified Members for BP.
Best regards,
Hi @hemligg,
This is unfortunately an integration issue with BuddyBoss, not BuddyPress or bbPress because We have not been able to reproduce this issue with these two.
Even if we really like BuddyBoss and we’re considering making sure everything integrates well, this is not in our immediate plans and our focus remains on BuddyPress.
If you’re in a hurry to fix this and wishing to take this further, we invite to you to address this issue to BuddyBoss. They will be more suited to help you:
https://www.buddyboss.com/support-forums/Thank you for understanding.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Two verification color at the same timeHi @farhadhaider,
Thank you for your great suggestion! 👍
Unfortunately, that’s kind of outside the scope of this plugin. We’re trying to keep as simple as possible. This feature is indeed opening a lot of new possibilities for customization and sadly we’re not trying to cover those.
On the other hand, we strongly recommend you to give a look to GamiPress and its BuddyPress integration. This plugin supports BuddyPress and allows you to assign badges to your members based on their types, and even more!
If you’re looking for more info, please visit the following page:
https://gamipress.com/add-ons/buddypress-integration/Thank you.
Hi @hqraja,
Sorry for the delayed response.
To know whether a user is verified or not, you can simply get the user meta called “bp_verified_member”:
$is_verified = get_user_meta( $user_id, 'bp_verified_member', true );Then to get the badge HTML, simply use the following code:
global $bp_verified_member; $badge_html = $bp_verified_member->get_verified_badge();When you have both of those values, you can simply display the
$badge_htmlwhen$is_verifiedis true.Hope this helps!
Best regards,
Hi @hemligg,
Thank you very for contributing to this plugin.
We will investigate this further to understand what’s causing this issue. Could you confirm that it is still happening, even since the latest updates?
Thank you.
Forum: Plugins
In reply to: [Member Swipe for BuddyPress] Profile fields filter not workingHi @shonty,
We’re very sorry for the late reply. Is the problem still showing up since the latest updates? And could share a new link in order to let us check this flickering image issue please?
Thank you.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Size of badge@mskorhan Thank you for your feedback! You’re totally correct the verified badge is not displayed in the default BP messages view.
As your idea could be a nice addition to our plugin, we will implement those features if others upvote your request. In the meantime, we will investigate this a bit further to understand how it can be done. The message and inbox views are not easily modified as those are partially built with JS and AJAX features. So, implementing this require careful analysis.
We’ll keep you informed. Thank you very much for contributing to Verified Member for BuddyPress!
Best,
themosaurusForum: Plugins
In reply to: [Member Swipe for BuddyPress] Dating websiteYes, of course. This plugin will allow your BuddyPress members to browse the directory using the swipe gesture.
However, this will not include dating specific (Skip, Like or Super Like). These features will be included in the upcoming premium version.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Problem with updateHi,
We just released update 1.1.6 which should resolve this issue.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Problem with latest updateHi,
Thank you for your answer.
Based on that information I think there is a Javascript error happening which prevents your page elements from playing the “fade in” animation like they’re supposed to.
Unfortunately without seeing the error message myself it will be almost impossible to figure out what exactly is causing the error.
Knowing that, would it be possible for you open a page with the issue happening and then send me a screenshot of the contents of the Javascript console in your browser ? If you don’t know how to open the console, please tell me what browser you are using (Edge, Chrome, etc…) and I will walk you through what you need to do.
As an alternative, if you are comfortable with that you could also create an admin user for us and send the url and credentials at support@themosaurus.com and I will take a look directly.
Regards,