Forums / Setup & design / excluding the node

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

excluding the node

Author Message

John Smith

Thursday 03 March 2005 5:42:32 am

hi there,

I am using {section-exclude match=$menu.id|eq(100)} in the left menu for excluding the node 100, It is working very fine.

Can any body please tell how to exclude another 102 node. what should be the syntax.

I am using {section-exclude match=$menu.id|eq(100)|eq(102)}, but it is not working. please help.

Regards.

John Smith

Thursday 03 March 2005 5:50:20 am

sorted

{section-exclude match=$menu.id|eq(100)}
{section-exclude match=$menu.id|eq(102)}