Forums / Install & configuration / Multiple locations and its children nodes

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Multiple locations and its children nodes

Author Message

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

Jean-Luc Nguyen

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.

http://www.acidre.com