First things first: Oliver, thanks for this great CMS!

How can I remove the "home" part in {BREADCRUMB} ?
{BREADCRUMB:0} is not working, I think it must be hard programmed somewhere.
Thanks in advance.
Greetings.
My version is 1.2.5-devOliver Georgi wrote:you know - it's a breadcrumb menu - if you want to start in deeper level you have to use another ID. Then home is not displayed.
{BREADCRUMB:0} is the same as {BREADCRUMB}
Oliver
I know, usta.usta wrote:is there an ID 1 resp. 2 in your db? maybe you'd like to have a look at: http://peperkorn-online.de/replacement-tags.phtml
hprovily wrote:Hello everybody,
First things first: Oliver, thanks for this great CMS!
![]()
How can I remove the "home" part in {BREADCRUMB} ?
{BREADCRUMB:0} is not working, I think it must be hard programmed somewhere.
Thanks in advance.
Greetings.
When I put {BREADCRUMB:1} it still shows "Home". My first Sub does have ID 1
Gruß Knutthere are different ID's in the System
1. the 'Structure ID' - you see it when you are in ->Admin->Sitestructure and move the Mouse over the litte Sign before the Structurename
2. the Article ID's you see in the Article-Structure at the Sign before a Contentent-Part
for Breadcrum you need the Structure-ID's
Code: Select all
[PHP]
$a=intval($GLOBALS['content']["cat_id"]);
print_r("ID: $a");
[/PHP]
NTB wrote:ok got it. But the problem for me is, that it doesn't even work with the given ID.
When I put {BREADCRUMB:1} it still shows "Home". My first Sub does have ID 1.
NTB wrote:ok got it. But the problem for me is, that it doesn't even work with the given ID.
When I put {BREADCRUMB:1} it still shows "Home". My first Sub does have ID 1.