I and others are developing a BuddyPress site where we will have two member types: users and guests. We want the users to have full access to all the components of the site. They should be able to see all public and private groups.
We want guests to only have access to a specific group. Different guest could access different groups but only one group per guest. The guests shouldn’t have access to any other part of the site. Every other group should be hidden for them.
We are comfortable with PHP development but aren’t clear where to tie into the program flow and what hooks and or functions to use.
Any suggestions would be much appreciated.
Thanks!