By DougKress on
I find myself creating modules frequently only to find that the module has already been created, so if I've overlooked this one, please let me know!
I've created a module called nodeextend. This module allows you to add custom fields to selected content types. I'm not sure how to best submit the module - can someone give me some guidelines?
Thanks,
- Doug
Comments
CCK?
Hello, Doug,
From a quick read, this sounds similar to CCK: http://drupal.org/project/cck
To contribute back code, you should apply for a cvs account: http://drupal.org/contribute/development
Cheers,
Bill
-------
http://www.funnymonkey.com
Tools for Teachers
-------
http://www.funnymonkey.com
Not quite CCK
To the best of my knowledge, CCK fields only work with CCK nodes. I'm interested in adding fields across all node types.
Also, I'm not sure if CCK does this, but nodeextend adds the relivent fields to the search index for the node.