Topic on Extension talk:BreadCrumbs

Config options not working?

3
216.165.95.72 (talkcontribs)

Hi there,

I'm noticing that certain config options are working correctly, but others are not. In my LocalSettings.php, I have changed configs like the following:

$wgDefaultUserOptions['breadcrumbs-delimiter'] = '––>'; $wgBreadCrumbsShowAnons = false;

$wgBreadCrumbsIgnoreNameSpaces = array("Special:AllPages"); $wgDefaultUserOptions['breadcrumbs-numberofcrumbs'] = 2;

The first two have taken effect and work. The second two do not work.

Is this the correct way of adding these configs to my LocalSettings?

Any help would be much appreciated.

216.165.95.72 (talkcontribs)

Sorry, some formatting issues. Question should read as below:

Hi there,

I'm noticing that certain config options are working correctly, but others are not. In my LocalSettings.php, I have changed configs like the following:

$wgDefaultUserOptions['breadcrumbs-delimiter'] = '––>';

$wgBreadCrumbsShowAnons = false;

$wgBreadCrumbsIgnoreNameSpaces = array("Special:AllPages");

$wgDefaultUserOptions['breadcrumbs-numberofcrumbs'] = 2;

The first two have taken effect and work. The second two do not work.

Is this the correct way of adding these configs to my LocalSettings?

Any help would be much appreciated.

Calebfergie (talkcontribs)

Hi there, how did you arrive at the decision to try $wgBreadCrumbsIgnoreNameSpaces = array("Special:AllPages")?


I too would like to ignore Special pages, but cant seem to figure out how.

Reply to "Config options not working?"