• Resolved sendedu

    (@sendedu)


    Hello,

    Thank you very much for creating this plugin! I have a few questions about BuddyBoss, as I found this plugin on the BuddyBoss integrations lists:

    1) Is there a way to automatically approve accounts according to the profile type selected during signup? For example, accounts with the profile type “student” can be approved automatically (i.e. “bypass” the plugin), whereas approval is required for the profile type “teacher”.

    2) Is there a description of the exact limitations that are applied before approval? On my site, the “connect” button isn’t visible, but it still seems to be possible to follow members. Is this how it is supposed to work?

    3) Is it somehow possible to change the styling of the Activate & Profile Message?

    4) The Admin Pending Email Message seems to be sent to all admins. Is it possible to limit this to the Administration Email Address (Settings > General)?

    5) I had to enable the forums component to make the options visible. I am afraid there is still no solution for this, right?

    Thank again!

Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    The closest official BuddyBoss support we have, isn’t yet officially released, but is slated to be part of 4.4.0 as per this commit: https://github.com/WebDevStudios/BuddyPress-Registration-Options/commit/5d4c8715cac18698dbd4b9cf9d59daf141b54124 . All that it’ll do is make sure our admin menu takes and is at least shown. Beyond that, they took it upon themselves to list us.

    Everything is likely to be hit or miss, depending on how far the BuddyBoss developers have strayed away from their original fork of BuddyPress.

    1) I don’t believe we have this for our BuddyPress integration either, though it could likely be easy enough to bypass since our way of marking a user as moderated is done via user meta that’s added during the WordPress user registration process. So just a matter of hooking in afterwards and un-setting that same meta.

    2) Likely cases of our plugin isn’t handling BuddyBoss-specific functionality for this one, due to lack of intended compatibility testing.

    3) CSS, though I can definitely see potential specificity issues since we have this for our wrapping div: <div id="message" class="error"> and that’s it. Probably similar to the other one as well. I did add an issue for this https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues/192

    4) We have a filter that you could use for that $admin_notifications = apply_filters( 'bprwg_bp_notification_users', get_users( 'role=administrator' ) );. Would ideally want to return an array WP_User objects, but this time just for the one admin user who’s email is the admin_email.

    5) I believe that’s solved by the changes shown in my first link at the top of my reply here. So yes and no, yes because not officially released still, no because I did take enough steps to get this fixed.

    Not sure how code savvy you may or may not be, and my apologies for that part, because a lot of my bulleted answers point to spots in the code to work with, but not necessarily sample code on how to actually potentially solve.

Viewing 1 replies (of 1 total)
  • The topic ‘BuddyBoss questions’ is closed to new replies.