Forums / Setup & design / Indicating the file attribute "Created by"

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

Indicating the file attribute "Created by"

Author Message

Roy Jonse

Tuesday 01 August 2006 1:28:39 am

Hi,

I mannaged to show the "published date" attribute of a file and now I want to add also the "created by" attribute.
Can anybody help me with that issue?

Thanks

Łukasz Serwatka

Tuesday 01 August 2006 5:17:49 am

Hi,

That information is stored in the $node and in the $node.object

Try use:

{$node.creator.name}

$node.creator is ezcontentobject ( http://ez.no/doc/ez_publish/technical_manual/3_8/reference/objects/ezcontentobject )

{$node.object.owner.name}

$node.object.owner is ezcontentobject ( http://ez.no/doc/ez_publish/technical_manual/3_8/reference/objects/ezcontentobject )

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog