Closed john-dederer closed 6 years ago
It seems that the setting made in "SemanticBreadcrumbLinks.php" is not respected. What happens if you add the following to "LocalSettings.php":
$egSBLPropertySearchPatternByNamespace = [
NS_CATEGORY => [
'_SUBC',
'_SUBC',
'_SUBC'
],
SMW_NS_PROPERTY => [
'_SUBP',
'_SUBP',
'_SUBP'
],
NS_MAIN => [
SBL_PROP_PARENTPAGE,
SBL_PROP_PARENTPAGE,
SBL_PROP_PARENTPAGE
],
NS_HELP => [
SBL_PROP_PARENTPAGE,
SBL_PROP_PARENTPAGE,
SBL_PROP_PARENTPAGE
]
];
After I have done this the breadcrumbs are back up in sandbox, e.g. for the examples I stated in my above examples.
Hmm, now the crumbs are gone again. :|
I got it running using the mediawiki package from legoktm. The mediawiki version is 1.27 if this helps.
Thanks for reporting back. I guess this has something to do with the MW version 1.27 vs 1.31. Let's wait for the developer to have a peep at this.
Let's wait for the developer to have a peep at this.
refs #47
Setup and configuration
Issue
I am following the installation guide from the repo, but the breadcrumbs are not getting generated. The pages have the attribute Has parent page, but do not have the breadcrumbs to this parent. Installed by using composer. The only thing that is shown is the link to the parent page below the title but the breadcrumb is not generated.
I used a fresh install of mediawiki and also tried it on a fresh vm from bitnami mediawiki.