Topic on Extension talk:CategoryTree

CategoryTree menu disappeared

3
Summary by Tacsipacsi

The problem was with another extension.

Castroblop (talkcontribs)

When I upgrade to Mediawiki 1.26.2, CategoryTree disappeared from bottom of edit page. Where previously there were drop-down menus of parent-child-grandchild categories, there is only now the parent category and a orphan category. Do you know how this can be solved?? My LocalSettings.php for CategoryTree

require_once( "$IP/extensions/CategoryTree/CategoryTree.php" );
$wgUseAjax = true;
$wgCategoryTreeDynamicTag="True";
$wgCategoryTreeSidebarRoot="BS";
$wgCategoryTreeDefaultOptions['mode'] = 'all';

And the wiki is running

  • MediaWiki 1.26.2
  • PHP 5.5.9-1ubuntu4.14
  • MySQL 5.5.47-0ubuntu0.14.04.1
  • Vector skin
  • CategoryTree (11fd8ec)

Here is an example of how the CategoryTree menu now looks http://beyond-social.org/wiki/images/7/7b/SelectCategory-edit.png thanks a

Tacsipacsi (talkcontribs)

I don't know why does it work at all, I don't see any configuration turning it on (if the wiki is beyond-social.org). The documentation says nothing that these variables should do this, neither see I anything in the MediaWiki namespace. If you speak about another wiki, what is that? Making it publicly editable (at least in some namespaces) for a few days would help me to debug.

Castroblop (talkcontribs)

I confused CategoryTree with SelectCategory. Apologies