Forums / Developer / Output path of an object?

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

Output path of an object?

Author Message

K259

Tuesday 02 August 2005 5:35:37 am

I try to output the path of an object, but I'm not sure about the syntax.

I fetch a list of objects of a node, only class 2(article). I want to output what path these objects have..
Tried with: {$list:item.path} and also with item.object.path.. but no luck..

Does anyone have a tip?

Albert Hornos

Tuesday 02 August 2005 5:50:34 am

I don't know if I understand you so well but, have you tried
{$list:item|attribute(show)}

This operator show you the list of attributes this object has.
Then you can acces to the right attribute.

K259

Tuesday 02 August 2005 6:03:24 am

Yup, but without success.