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

randomuser’s picture

+1

randomuser’s picture

Finally 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'];