How do I set hideroot to be default?
I'm running MediaWiki 1.17. I've set:
$wgCategoryTreeDefaultOptions['hideroot'] = 'on';
in my LocalSettings.php and tried:
{{#categorytree:Test}}
and:
<categorytree>Test</categorytree>
but both still shows the root category. If I add |hideroot to the parserfunctions it's hidden as I wanted. Is this a bug?
--John Ericson 20:25, 4 January 2012 (UTC)