Active
Project:
Views attach
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2011 at 16:36 UTC
Updated:
9 Mar 2011 at 17:22 UTC
Hello,
I have Views Attach running perfectly with the Node Reference URL module, unfortunately I'm struggling when attempting to display attached content to a node. I must point out I'm using a custom template for this specific content type. When inspecting a node with the Devel module, the only reference I come across that relates to the content type is suggest_link_node_content_1 (Content type is called suggest).
Naturally I assumed something along the lines of <?php print $node->suggest_link_node_content_1[0]['view']?> would display the attached content but to no avail. Am I going about things in completely the wrong way?
Thank you for your time.
Comments
Comment #1
nasi commentedYou should have better lucky with
print $node->content[suggest_link_node_content_1]['#value'];