Hello all,
I'm new to CCK development and I'm having some problems creating a new field for my system.
In particular, I'm writing a widget that attaches a file to a field. Once that happens, how can a formatter function figure out which field and node it's referring to in order to retrieve the right file associated with that field? Is there any way to store the file information directly in the $element array?
I'd appreciate examples that show how this could be done. I'd also appreciate good references on how to build widgets and formatters...
Thanks so much!