Forums / Developer / Howto get section name of an item

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

Howto get section name of an item

Author Message

K259

Thursday 04 August 2005 3:42:09 am

I need to check a list of items of which section name they belongs to.

Is this possible through something like?:

$node.item.section.name

luis muñoz

Thursday 04 August 2005 4:25:26 am

Probably you can use name, but is easier using section id

eq($node.object.section_id,7)