Forums / Setup & design / problem with title path
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
Friday 04 March 2011 12:17:31 pm
I have PathPrefix in [SiteAccessSettings] section, but it removes only site1.com (folder name) from URLs
Friday 11 March 2011 1:48:34 am
anyone?