Michael Beckwith
Michael Beckwith
https://wordpress.org/support/topic/how-to-avoid-buddypress-handling-the-registration-process-while-using-bp-reg/ Should we let BP core's current user status handle our own when available and being used? Add in support for hiding our parts when core has determined a user...
https://freegeoip.app is no more and redirects to https://ipbase.com/ now.
https://wordpress.org/support/topic/non-members-gaining-access-to-members-profile-page/
`bp_core_remove_nav_item( 'media' );` but needs to come from compatibility file.
Inside `bp_registration_hide_ui()` we can add this: `bp_core_remove_nav_item( 'messages' );` It'll just give a 404 for the messages area.
What's the minimum user role needed to allow subsite admins into our menu, when in multisite, and each subsite has their own BP install?
Possibly PHP in general, but user stated they're on version 8.
Meant to go alongside the frontend profile link we already provide, only this goes to the associated listing shown at /wp-admin/users.php?page=bp-signups and the specific signup for the person. Similar to...
https://wordpress.org/support/topic/hide-users-who-are-not-yet-unapproved-from-bp-members-page/ We only hide completely for private network, but we should probably consider hiding for public viewing as well.