Is there a way I can override the check for group context for a specific content type?
For example I have several related groups associated their own vocabularies.
I want to allow a node type to have the ability to use the taxonomies from all those groups.
Should I use hook_form_alter to add the vocabularies?
Comments
Comment #1
amitaibuYou can have your own module that sets OG's context, according to your logic. form_alter() won't help you here becuase the vocabs are unset by og_vocab module, so it's not just a matter of un-hiding them.