Forums / Setup & design / problem with title path

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

problem with title path

Author Message

Dominik Stoeppel

Tuesday 16 December 2003 2:09:18 am

hi,

I have a problem with titlepath in the browser. In the page_head.tpl offset=1 is set, so the RootFolder isn't shown in the broweser title path.

But after browsing to the content the RootFolder comes back. (clearing cache the path is ok)

{set-block scope=root variable=site_title offset=1}
{section loop=$Path:reverse_path}{$:item.text|wash}{delimiter} / {/delimiter}{/section} - {$site.title|wash}
{/set-block}

Any idea what's the problem ?

thx

dominik

Michał Ambroziak

Thursday 03 March 2011 12:21:00 pm

my content structure is:

TOP

|---- site1.com

|---- site2.com

Unfortunately site1.com & site2.com which are RootNodes shows in title path.

How can I remove them?

Gaetano Giunta

Friday 04 March 2011 7:46:11 am

Try setting "PathPrefix". Found in site.ini

Principal Consultant International Business
Member of the Community Project Board

Michał Ambroziak

Friday 04 March 2011 12:17:31 pm

"

Try setting "PathPrefix". Found in site.ini

"

I have PathPrefix in [SiteAccessSettings] section, but it removes only site1.com (folder name) from URLs

Michał Ambroziak

Friday 11 March 2011 1:48:34 am

anyone?