Forums / Developer / URL of pages

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

URL of pages

Author Message

Roberta Gatti

Wednesday 10 March 2004 2:36:30 am

Hi,
I want to display the URL of the page:

example: I'm in http://localhost/index.php/ez/content/view/full/70
and I want that in the end of this page this url appears.

but I don't know the correct function to do it.

TIA
R.

Eirik Alfstad Johansen

Wednesday 10 March 2004 2:48:21 am

Hi Roberta,

{$node.url_alias|ezurl}

Sincerely,

Eirik Johansen

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Roberta Gatti

Wednesday 10 March 2004 3:21:31 am

Thank you,
now it appears so: "/index.php/cciaa"

Can I delete " ?

TIA
R.

Björn X

Wednesday 10 March 2004 4:01:44 am

check the docs

the operator ezurl comes with options like

{$node.url_alias|ezurl(single)}
{$node.url_alias|ezurl(double)}
a guess
{$node.url_alias|ezurl(none)} ??