Forums / Developer / Question about treemenu

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

Question about treemenu

Author Message

Salvatore Guarino

Monday 05 September 2005 5:26:20 am

I have read documentation about treemenu, but I have some problems. I want to show a menu, in a single level, that contains the subcontent of parent node.
Example:


home
  |
  |
  |-Products
        |
        |-Category1
              |
              |-Product1
              |
              |-Product2
              |
              |-Product3 *(current node)
              |
              |-Product4
              |

When I'm visiting the "Product3" node I need to see a menu, on a single level, like this:

Product1
Product2
Product3 (Selected)
Product4

I haven't understand what parameter I have to use in the treemenu template operator.

Thx,

Salvatore