Topic on Extension talk:DynamicSidebar

How to turn on category of the actual page:

1
Tort.uredUser (talkcontribs)
  1. add to LocalSettings.php line: $wgDynamicSidebarUsePageCategories = true;
  2. Probably disable user page category by correct line 28 in DynamicSidebar.Body.php: if ( $wgDynamicSidebarUseCategories && isset( $sidebar['UCATEGORY-SIDEBAR'] ) ) {
    In my MediWikia (1.30) it work now
Reply to "How to turn on category of the actual page:"