Forums / Install & configuration / Multiple locations and its children nodes
Jean-Luc Nguyen
Friday 02 October 2009 5:13:34 am
Hello,
Is there an INI configuration for adding multiple locations for a node, and it subtree (children nodes)?
Thanks a lot!
http://www.acidre.com
Friday 02 October 2009 5:21:32 am
OK, I actually found out:
Instead of fetching with:
'parent_node_id', $node.node_id
I am fetching with:
'parent_node_id', $node.main_node_id
which getting all children from the main node.