When I look at a node with a subform in it, it includes all of the data in the referenced node. What if I just want the title/teaser from it to show up? Is there a way to include only certain variables? I used <code><?php print_r($node); ?> to print out all variables available, but it doesn't show any available for the subform items. It just stops where they are supposed to start.
Comments
Comment #1
ericg commentedI hit the same exact issue today.
Also, when I used contemplate module to generate a node type specific template, my child data no longer renders in the parent node.
Comment #2
casey commented