Closed (fixed)
Project:
OG Vocabulary
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 00:51 UTC
Updated:
28 May 2010 at 08:00 UTC
I understand that by default it is not possible for Drupal to know what group I want my new node in, so it cannot show me the proper vocabs, but is there a way of using any other contributed modules, or URL parameters, or views, ctools, or context module to make it so that the context get set correctly and displays the vocab immediately? Otherwise, it's a pain for users to create content. For example, can I put my node add screen in a panel in og_panel on the Group page with the context already set?
Thanks,
Comments
Comment #1
amitaibuYou can have node/add/foo?gids[]=1 to the URL, OG looks at the gids[] and uses them for the context. Otherwise you can set the OG context via a custom module.