@licomic – Could you clarify what you mean by ‘bulk load’?
If you mean importing a large list of groups into BuddyPress, i don’t think their is a plugin that provides it currently.
However, you could achieve it by grabbing the list of groups and foreach of the items you could run through the groups_create_group() function… http://phpxref.ftwr.co.uk/buddypress/_functions/groups_create_group.html
Thanks Chris,
I’m a not php wiz so that’s not really an option. Would I be able to insert the list into a table somewhere through phpmyadmin?
Sure, the group data is within the {prefix}bp_groups table, though doing so is at your own risk (make sure you know what your doing) messing with stuff directly within phpmyadmin is never a smart idea and should only be done after all other options are exhausted.