Closed (fixed)
Project:
OG Vocabulary
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 01:20 UTC
Updated:
28 Mar 2009 at 17:40 UTC
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.