Closed (fixed)
Project:
Content Complete
Version:
6.x-1.2-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 18:24 UTC
Updated:
8 Oct 2010 at 13:27 UTC
has anyone given thought about integrating this module (conditional fields) with flexifield fields?
Comments
Comment #1
pvhee commentedProbably integration comes out of the box if the module implements the CCK hook hook_content_is_empty. This hook is used to check whether the field is empty or not, which in turn is used to compute the completeness. I haven't tested it with flexifield yet, but if it is a CCK module it should work.
Comment #2
abaddon commentedit does implement that hook, but i meant it in a more specialized way,
the flexifield module allows you to use several CCK fields as one single CCK field, allowing you to use things like "Add more" for a group of fields as if it is just 1, kinda like the developing multigroup module for CCK
i was asking if anyone thought/needed to implement content complete for each of those subfields CCK flexifield aggregates,
i might need this for a project, but im not yet sure on implementation and possible complications
Comment #3
pvhee commentedClosing old issues, integration with flexifield should work since it is a normal CCK field.