Forums / Setup & design / How to get a node name when i know its node_id?

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

How to get a node name when i know its node_id?

Author Message

kevin wei

Monday 27 December 2004 7:33:33 pm

as mentioned in topic.

thanks!

Łukasz Serwatka

Monday 27 December 2004 11:10:20 pm

Hi,

You can fetch this node ...

{let my_node=fetch(content, node, hash(node_id, 54))}

    {$my_node.name}

{/let}

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

kevin wei

Monday 27 December 2004 11:35:14 pm

thanks very much!