Closed (works as designed)
Project:
Node to Word
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 19:40 UTC
Updated:
6 Dec 2011 at 09:46 UTC
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
Comment #1
greg.harveyHi,
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.
Comment #2
dillonm commentedTemplate files is the way to go, thanks Greg.
Comment #3
leroymth commentedHi 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.
Comment #4
webadpro commentedBy default, this doesnt seem to output any cck.
Comment #5
greg.harveyYes, see #2.
Comment #6
webadpro commentedSo, by default, it doesn't? Shouldn't that be done automatically?
Comment #7
greg.harvey*sigh*
Maybe. Patch please.
Comment #8
steveparks commentedClosing 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.