any luck with this? I am looking for this too…
I’m looking for this functionality as well. Can anyone help? Please.
Easiest way would be to use the WPMU function is_site_admin()
to determine if the currently logged in user is a site admin, and then hide the buttons accordingly in your template.
Then, you can create a custom function in plugins/bp-custom.php to redirect a user if they try to access the group creation URL directly.
Thank you for the response! I’m a total newbie at buddypress/wordpress mu/bbpress. Would you be able to provide some additional details as to how I can accomplish the 2 suggestions you provided, so I can head in the right direction? I’m not quite sure where to start. I’m using the bphome/bpmember themes.