atsystems
Newbie
Just Getting Started
Member Likes (0)
Does anyone have any suggestions/solutions for dealing with group permissions? A key use case we're trying to accommodate goes like this:
An instructor creates a blog for a class and would like to give all students in the class the Author role. Currently, they would have to collect all account names and manually assign the role to every user. We'd like to be able to establish groups of users, and then establish roles for those groups.
We implemented buddypress, since it has group functionality, hoping it might solve this problem. It doesn't seem that the BP groups have any real hooks into WP in this regard.
If there aren't any existing solutions, does anyone know if authorization checking code in WP is fairly well contained? If authorization is handled "centrally" then implementing groups shouldn't be TOO difficult. I'm guessing there is some fundamental blocking issue though, otherwise the feature would probably already exist.
Thanks,
Ian

Responses (1)
Lead Developer (joined May 2009) Likes (0)
There is a group blog plugin for BP out on wp.org. That's the closest thing I can think of to what you need. Might be a good example to build off of.
Perhaps write a plugin that allows already created users to ask to join a blog themselves?
Become a member