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

amitaibu’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev
Status: Active » Fixed

You 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.

Status: Fixed » Closed (fixed)

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