Has anybody done the breadcrumb view to be without the parent? I mean that it would have children and sub-children but not the parent link.
I haven't tried this but I think if you just change the line {assign var=i value=0}
to {assign var=i value=1}
in the modules/navagationmodule/views/breadcrumb.tpl file that should do the trick.
I would copy the file into the themes/[your theme]/modules/navagationmodule/views directory first.
Great! It works, of course! :)
I was editing some values too but for some reason I didn't look the first row of the view template that the values where indeed there. :D
Log in to post a comment.
Has anybody done the breadcrumb view to be without the parent? I mean that it would have children and sub-children but not the parent link.
I haven't tried this but I think if you just change the line {assign var=i value=0}
to {assign var=i value=1}
in the modules/navagationmodule/views/breadcrumb.tpl file that should do the trick.
I would copy the file into the themes/[your theme]/modules/navagationmodule/views directory first.
Great! It works, of course! :)
I was editing some values too but for some reason I didn't look the first row of the view template that the values where indeed there. :D