Version is the patch from http://drupal.org/node/764434

From my limited research playing with the module it outputs body and title. Is this correct? If so, this this is definitely a feature request to output CCK fields as well.

I like where this module is going ...

Comments

greg.harvey’s picture

Hi,

The module should output the entire rendered node, including CCK fields, according to the 'display fields' settings on the node. I think... try it out.

Certainly you can output anything you like by copying the template files to your theme and editing them.

dillonm’s picture

Template files is the way to go, thanks Greg.

leroymth’s picture

Hi Dillonm,

Could you explain how you can do to call CCK fields in the template file? Sorry I am newbie in the techno.

Thanks in advance.
Regards.

webadpro’s picture

By default, this doesnt seem to output any cck.

greg.harvey’s picture

Title: Output CCK fields, not just Body and Title? » Create a CCK build mode so CCK fields can be controlled without altering the template
Version: 6.x-1.0 » 6.x-1.x-dev
Priority: Major » Normal
webadpro’s picture

So, by default, it doesn't? Shouldn't that be done automatically?

greg.harvey’s picture

*sigh*

Maybe. Patch please.

steveparks’s picture

Status: Active » Closed (works as designed)

Closing because of lack of activity.

Please feel free to reopen to attach a patch, but in the meantime the only supported way to include CCK fields is by modifying the template files.

This module will be rewritten for D7 at a later date, and it's likely this functionality will be included then.