Forums / Developer / Main node problem with browse action

"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".

Main node problem with browse action

Author Message

Francisca Hernandez

Tuesday 21 October 2003 11:17:44 am

When you do a browse from an object it loses the main node.
How to fix this problem?
Thanks in advanced!
Francisca

Paul Forsyth

Tuesday 21 October 2003 11:21:20 am

Can you give a detailed example of when this happens?

paul

Thomas Schamm

Tuesday 21 October 2003 5:45:24 pm

Do you use a custom template for browsing, if so, you have to pass the main_node_id with a post variable.
I use <input type="hidden" name="MainNodeID" value="{$object.main_parent_node_id}" /> for this.

If not, please give like Paul said, a more concret example.

Greetings, Thomas