It would be great to have argument, filter, field, and sort handlers for CCK fields.

Comments

Scott Reynolds’s picture

I believe it currently handles option widgets. And if it doesn't it will this week :-D as I merge in my work from a major project largely powered by this module.

david lesieur’s picture

Oh, you're right, I had not noticed that option widgets were already there (available as filters). Nice!

Scott Reynolds’s picture

Status: Active » Closed (fixed)

arguments here as well
http://drupal.org/cvs?commit=251284

Handling arbitrary cck fields past that might be difficult. For now closing this.

Remon’s picture

Scott, could you please inform me how to handle arbitrary cck fields to see if I can help with anything?

Scott Reynolds’s picture

You just have to write a handler for the widget type.

The widget type is the important part of it. You can use the option widget handler as an example, it is a little bit more involved only because it needs to handle the option name. (i.e 1 | option1 you want to display option1)