Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
ajayg, the CCK developers are usually swarmed with bug reports and enhancement requests. In addition, there are a lot of modules out there that extend CCK with widgets and custom field types, rather than being a part of CCK.
Is there a particular criterion for why the functionality provided by this module should be part of CCK instead of stand-alone?
I think this module is almost like a special input/output filiter for CCK. Rather than adding something on top of CCK, it enables existing CCK to behave differently and with more capability (for site admin). So I thought this belongs to core infrastructure than a separate add-on.
I don't think we realized there was such a demand for this functionality. I wouldn't be opposed to it being integrated, but I don't think we have the time to dedicate to the task right now.
Comments
Comment #1
guypaddock commentedajayg, the CCK developers are usually swarmed with bug reports and enhancement requests. In addition, there are a lot of modules out there that extend CCK with widgets and custom field types, rather than being a part of CCK.
Is there a particular criterion for why the functionality provided by this module should be part of CCK instead of stand-alone?
Comment #2
ajayg commentedI think this module is almost like a special input/output filiter for CCK. Rather than adding something on top of CCK, it enables existing CCK to behave differently and with more capability (for site admin). So I thought this belongs to core infrastructure than a separate add-on.
My 2 cents.
Comment #3
sportel commentedHi,
Maybe this post helps:
http://drupal.org/node/212665
Mike.
Comment #4
john.karahalis commentedFrom GuyPaddock:
Comment #5
john.karahalis commentedComment #6
drupalnesia commentedI agree, look at: http://drupal.org/node/912698
CCK should have built in user define field-validation, so we can enter our own PHP code to make validation.