I've created a role 'officer', and multiple groups I call 'clubs'. I'm only allowing the members with officer role to post articles to the group. The problem comes when an officer is a member of more than one group. I only want to allow him/her to post in the group that they are administering. Is it possible to remove the audience checkboxes of which they are not administrator?

Comments

hornetnz’s picture

bump

amitaibu’s picture

Status: Active » Fixed

you can use hook_form_alter() in a custom module and apply your own logic - to decide if the OG audience should appear/ or to determine which groups should be listed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.