Forums / Setup & design / How to remove path level?

"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 remove path level?

Author Message

Nicolò Zanetti

Monday 28 July 2008 5:53:56 am

Hi everyone,
Actually i don't use any home (node 001) page in any of my website, but in one of those sites I use as Home a node created under an other node (Home Page, not visibile thank to a redirect in the vhost.conf that sends you directly to Home), this is how it appear on the path than "Home / Home Page / Home ". As you see it's not really nice to be read, so i wish to omitt the first "Home" from all paths, simply it should be like:
-"Home Page / Home"
-"News / Award"
-"Products / line 1"
and so on, to do this i know I've to modify: "/hostpath/extension/ezwebin/design/ezwebin/templates/parts/path.tpl"
But I don't know how to tell the kernel that he shouldn't show the first node.
Somebody can help me?

Martin Ulrich

Saturday 02 August 2008 2:48:10 am

there is a line in path.tpl
{foreach $module_result.path as $path}
try
{foreach $module_result.path as $path offset=2}

may be there is another way

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!