Extension talk:BreadCrumbsBar

From mediawiki.org
Latest comment: 13 years ago by JSingleton in topic blank main page

blank main page[edit]

This does not work with:
MediaWiki 1.16.0
PHP 5.3.3-pl1-gentoo (apache2handler)
MySQL 5.1.49-log

--JSingleton 14:20, 30 September 2010 (UTC)Reply

not really working for me[edit]

Hi, I implemented this extension as described. One thing I noticed is, that the author forgot to encapsulate his script with <?php .... ?> when adding code to the skin php file.

I do get the home link but when I navigate further into my wiki the breadcrumb bar still only displays the home link, nothing else :(.

I am using mediawiki 1.15.1

Any ideas?
Thx,
Max


Hi, the same happens with my installation, I turned over to YAMBE, this works quite fine for me...
Thx,

ver 1.20.x[edit]

Hi, I've tried to install and everything works fine if I add tag manualy. But for the new pages created by red links it doesn't work. No data inserted in editor. Any suggestions?

Thanks,

Andrey

Try this[edit]

67:  if ($hash[$x->page_title]) $hash[$x->page_title] .= ','.$x->cl_to;
68:  else $hash[$x->page_title] = $x->cl_to;
 ~
130: if ($cat && mb_ereg($cat,$wgBreadCrumbsBarRoot)) {

Only get Home link[edit]

Same as Max, I only get a working 'Home' link but nothing else. I did add the Try this and still only the Home link. Any other ideas?

Thanks, Dan

Update 12 May 2015[edit]

If you copy the code updated, you will see a corret navigation bar.