Themosaurus
Forum Replies Created
-
Hi @webadviceguy,
Thank you for bringing this solution to our attention. You’re the best! We’ll add it to our to do list in order to fix this issue in our plugin. 🙂
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] All member types auto verifiedGlad to read that!
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Debug logHi,
Thank you for bringing this to our attention.
I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that saysÂ
That’s all, stop editing! Happy blogging.:// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Multiple Verification BadgesHello @brelixconsulting,
This functionality falls outside the scope of this plugin. While it is possible to achieve this, it would require extensive custom development.
An alternative approach is to utilize GamiPress. This plugin allows you to create roles and assign specific badges related to each user’s role.
I hope this information is helpful.Â
Cheers,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] PHP errorHi @drivezone,
Thank you for bringing this issue to our attention.
These messages are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code.
In most case, hiding these messages will solve this issue. I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says
That’s all, stop editing! Happy blogging.:// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warningsÂ
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
- This reply was modified 11 months, 3 weeks ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Cancel verification requestHi @drivezone,
Thank you for reaching out.
Please be aware that the feature request has already been submitted here : https://wordpress.org/support/topic/how-to-remove-verification-requests/
Don’t hesitate to mark your interest by replying to the linked topic. If other users mark their interest, we’ll implement this feature. 🙂
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Deprecated content on V1.2.7Hi,
Just letting you know that the latest update (v1.2.8) should fix the PHP 8.2 deprecated errors that were reported 🙂
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Debug logHi,
We have just released an update (v1.2.8) which fixes these notices.
Please note that such notices are merely informational and do not make the plugin unusable. If you are experiencing other issues where you believe the plugin does not work properly, please describe exactly what is happening so that we can take a closer look.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] _load_textdomain_just_in_timeHi @m4rc07,
No worries, this is a PHP warning, not an error. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code.
To hide this message, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode<br>define( 'WP_DEBUG', true );<br><br>// Enable Debug logging to the /wp-content/debug.log file<br>define( 'WP_DEBUG_LOG', true );<br><br>// Disable display of errors and warnings <br>define( 'WP_DEBUG_DISPLAY', false );<br>@ini_set( 'display_errors', 0 );More on this in the following topic: Debugging in WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
- This reply was modified 1 year, 4 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Deprecated content on V1.2.7Hi @eewhitejr and @yoyo13,
We do not plan in short term to integrate the compatibility with php 8.2 and 8.3. However, this has been added to our to do list so be sure we’ll make Verified member compatible with the last version of PHP in the future. 🙂
Best,
- This reply was modified 1 year, 4 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] I want to automate some thingsHi Goelsuryansh,
Thanks for reaching out!
I understand you’re trying to assign a role when a user gets verified, and I can see how that would be useful. However, since this involves specific customization and hooks, it’s important to note that this falls outside the scope of the support we provide.
While I can’t provide the exact hook you’re looking for, I suggest exploring the source code for potential actions or filters related to the verification process. Once you locate the appropriate hook, your current function setup for assigning roles should work.
For deeper customization, you might consider working with a developer to help integrate this more smoothly into your site.
I hope this points you in the right direction!
Best regards,
Hi,
Thank you for sharing that with us. 🙂
Glad to read they were able to give you some explanations. However, I’m afraid we cannot help you with a theme we did not developped. Rehub theme’s authors will be better suited to help you customize the layout of their theme.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] BuddyBoss Verification Badge ErrorHi Martin,
For the moment, we do not plan the integration of the compatibility with BuddyBoss plugin as we have a lot to work on. However, if other users mark their interest, we will consider it. 🙂
Best,
Hi @zokkoz,
Thank you for using Verified Member plugin. 🙂
- It might occur depending on how your theme display the name/username. Can you please check your Verified Member settings and set the badge on only the username or only the name of the user, please ? This should solve your issue.
- We recommend you Paid Memberships Pro.
- This issue is most likely related to the theme. If they made some changes to BuddyPress default layout, the button might not appear, like in this case. The theme authors need to implement the compatibility with our plugin in order to make sure the features are working correctly.
Hope this will help you.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Deprecated content on V1.2.7Hi,
Thanks for reporting this issue. These “Deprecated” notices are due to your server running on PHP 8.2+. Our plugin hasn’t been tested with that version of PHP and might not be fully compatible with it.
We will be updating the plugin at some point for PHP 8.2 compatibility but in the meantime the easiest solution for you is to swap to PHP 8.1 on your server. At this point I believe there are still many plugins which aren’t fully compatible with PHP 8.2 so it would generally be safer to use PHP 8.1 for now.
Please note that the “Deprecated” messages are only notices and not fatal errors. Therefore these are not responsible for things like crashing the wp-admin.
- This reply was modified 1 year, 8 months ago by Themosaurus.