BP Group Control Beta Release

I just finished my first Buddypress plugin, BP Group Control. It is based on a specification required by a client who will be running a Buddypress site filled with people from different companies. They wanted the group admins to be able to add and delete people directly from the site, and to assign each person [...]

Continue Reading...

How to: create groups in Buddypress with PHP

Ever want to make a buddypress function that creates a group? Here’s how:
You can do this without writing any SQL. Buddypress uses a class called BP_Groups_Group to handle its group creation. BP_Groups_Group is defined in /groups/bp-groups-classes if you want to see it. I highly recommend taking a look at this, as you will discover other [...]

Continue Reading...