Active
Project:
Node Relativity
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Jun 2008 at 13:37 UTC
Updated:
23 Jul 2009 at 22:45 UTC
When I use print $node->content['#children'] in the template for my parent node it lists a really nice list of child nodes, the only issue being the fields for the parent node are automatically inserted right above the list of child nodes. How can I change this, is there a function somewhere that could be modified or a setting that may need to be set.
Great module btw!
Comments
Comment #1
randomuser commented+1
Comment #2
randomuser commentedFinally managed to get this, the Devel module reported the arrays we need to call.
print $node->content['relativity_children']['#value'];print $node->content['relativity_operations']['#value'];