Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-3.x-dev
Component:
content_multigroup.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 11:23 UTC
Updated:
2 Sep 2009 at 11:50 UTC
Comments
Comment #1
markus_petrux commentedYou should be able to analyze the form using combination of hook_form_alter() + using a recusrive function invoked from pre_render or after_build callback. Please, see CCK Handbooks, CCK for Developers. I wrote a couple of code snippets there. So, the same technique could be applied here.
Another option is that you can implement hook_field_access() to deny access to a field conditionally. See CCK Private Fields module for an example.
Yet another option: you can override theme functions related to multigroups.