Extension talk:BreadCrumbsBar

From MediaWiki.org
Jump to: navigation, search

Contents

[edit] blank main page

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)

[edit] not really working for me

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,
Herb

[edit] Try this

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)) {

[edit] Only get Home link

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

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox