Title: Themosaurus's Replies | WordPress.org

---

# Themosaurus

  [  ](https://wordpress.org/support/users/themosaurus/)

 *   [Profile](https://wordpress.org/support/users/themosaurus/)
 *   [Topics Started](https://wordpress.org/support/users/themosaurus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/themosaurus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/themosaurus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/themosaurus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/themosaurus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/themosaurus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 407 total)

1 [2](https://wordpress.org/support/users/themosaurus/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themosaurus/replies/page/3/?output_format=md)…
[26](https://wordpress.org/support/users/themosaurus/replies/page/26/?output_format=md)
[27](https://wordpress.org/support/users/themosaurus/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/themosaurus/replies/page/28/?output_format=md)
[→](https://wordpress.org/support/users/themosaurus/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] How to Fix the Verified Badge Bug in the BuddyBoss Activity Form](https://wordpress.org/support/topic/how-to-fix-the-verified-badge-bug-in-the-buddyboss-activity-form/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [8 months, 4 weeks ago](https://wordpress.org/support/topic/how-to-fix-the-verified-badge-bug-in-the-buddyboss-activity-form/#post-18601968)
 * Hi [@webadviceguy](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] All member types auto verified](https://wordpress.org/support/topic/all-member-types-auto-verified/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/all-member-types-auto-verified/#post-18561259)
 * Glad to read that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Debug log](https://wordpress.org/support/topic/debug-log-33/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/debug-log-33/#post-18483367)
 * Hi,
 * 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 filedefine( '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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Multiple Verification Badges](https://wordpress.org/support/topic/multiple-verification-badges/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/multiple-verification-badges/#post-18483344)
 * Hello [@brelixconsulting](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] PHP error](https://wordpress.org/support/topic/php-error-692/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/php-error-692/#post-18476027)
 * Hi [@drivezone](https://wordpress.org/support/users/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 filedefine( '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](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](https://wordpress.org/support/users/themosaurus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Cancel verification request](https://wordpress.org/support/topic/cancel-verification-request/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/cancel-verification-request/#post-18474101)
 * Hi [@drivezone](https://wordpress.org/support/users/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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Deprecated content on V1.2.7](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/#post-18473105)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Debug log](https://wordpress.org/support/topic/debug-log-33/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [11 months, 4 weeks ago](https://wordpress.org/support/topic/debug-log-33/#post-18473099)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] _load_textdomain_just_in_time](https://wordpress.org/support/topic/_load_textdomain_just_in_time-3/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/_load_textdomain_just_in_time-3/#post-18202794)
 * Hi [@m4rc07](https://wordpress.org/support/users/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.’:
 *     ```wp-block-code
       // 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](https://wordpress.org/support/article/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](https://wordpress.org/support/users/themosaurus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Deprecated content on V1.2.7](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/#post-18202781)
 * Hi [@eewhitejr](https://wordpress.org/support/users/eewhitejr/) and [@yoyo13](https://wordpress.org/support/users/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](https://wordpress.org/support/users/themosaurus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] I want to automate some things](https://wordpress.org/support/topic/i-want-to-automate-some-things/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/i-want-to-automate-some-things/#post-18053405)
 * Hi 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,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Some issues with Verified Member for BuddyPress when using Rehub theme](https://wordpress.org/support/topic/some-issues-with-verified-member-for-buddypress-when-using-rehub-theme/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/some-issues-with-verified-member-for-buddypress-when-using-rehub-theme/#post-18053329)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] BuddyBoss Verification Badge Error](https://wordpress.org/support/topic/buddyboss-verification-badge-error/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/buddyboss-verification-badge-error/#post-18044558)
 * Hi 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,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Some issues with Verified Member for BuddyPress when using Rehub theme](https://wordpress.org/support/topic/some-issues-with-verified-member-for-buddypress-when-using-rehub-theme/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/some-issues-with-verified-member-for-buddypress-when-using-rehub-theme/#post-18044544)
 * Hi [@zokkoz](https://wordpress.org/support/users/zokkoz/),
 * Thank you for using Verified Member plugin. 🙂
    1. 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.
    2. We recommend you Paid Memberships Pro.
    3. 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Deprecated content on V1.2.7](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/)
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/deprecated-content-on-v1-2-7/#post-17984723)
 * Hi,
 * 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](https://wordpress.org/support/users/themosaurus/).

Viewing 15 replies - 1 through 15 (of 407 total)

1 [2](https://wordpress.org/support/users/themosaurus/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themosaurus/replies/page/3/?output_format=md)…
[26](https://wordpress.org/support/users/themosaurus/replies/page/26/?output_format=md)
[27](https://wordpress.org/support/users/themosaurus/replies/page/27/?output_format=md)
[28](https://wordpress.org/support/users/themosaurus/replies/page/28/?output_format=md)
[→](https://wordpress.org/support/users/themosaurus/replies/page/2/?output_format=md)