Closed (fixed)
Project:
Node Comments
Version:
6.x-2.0-beta6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 14:24 UTC
Updated:
12 Aug 2012 at 03:12 UTC
This issue has been touched on several times in the forums but I cannot find a clear cut answer.
I have a node view with page display using fields. My node comments for the nodes have an extra cck field (filefield) that I need to display in that node view. The comment cck field is available in the views fields that I can select, but it always outputs as empty, even though there is data in the node's comments.
I have tried to use relationships but they seem to only go up to the parent, not down to the comment.
I hope I am missing something obvious but there seems to be no way to get node comment fields to display in a node view using fields. Thanks in advance for any help.
Comments
Comment #1
sslider999 commentedSub
Comment #2
crea commentedNode comments is using usual node templates in the view. That means if the field data is inside node object, it will accessible in the template.
Comment #4
adamtong commentedI have the same problem too...and I don't understand what #2 mentioned???