So I'm the developer of the colorpicker.module and I've finished some major changes to the core module which effect the colorpicker_cck.module. Unfortunately I'm not familiar with the CCK API, and I'm wondering if someone can help me update my sub-module.
The change I made in the core module is that I now define 2 new element types, colorpicker and colorpicker_textfield. A colorpicker is a placeholder for the Farbtastic colorpicker, and the colorpicker_textfield is associated with the colorpicker. This allows a developer to define multiple colorpicker_textfield's associated with the same colorpicker, etc... However if you only include 1 colorpicker, then all colorpicker_textfield types are associated with that colorpicker.
I'm not sure how to even approach this logically with the CCK module. Any suggestions?
Dave

Comments
Well gave it a shot
Well I gave it a shot and it looks like it's working. If someone familiar with cck could test it out, that would be great. New version should be up in half a day or so.
Dave
link to colorpicker
Noticed the link was going to page not found instead of:
Color Picker
I will give it a try over the weekend.
Thanks for the excellent work.
Audrey
Edited the link
Yeah I see the problem, I edited my link and it works now, thanks for the heads up. Forgot to include that all important protocol part of the URL.
Dave