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
Comment #1
hornetnz commentedbump
Comment #2
amitaibuyou 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.