[13:51:09] Good morning everyone! does anyone know how to make the subcategories expand automatically when the parent category page is opened? for e.g. by default it looks like this https://pasteboard.co/9f97lXvWRXQy.jpg, I want it to automatically expand like this: https://pasteboard.co/WHjLh9BbsqxW.jpg, when user open the parent category [13:52:12] Currently user have to manually click the black triangle to expand each of the subcategories, it is not convenient when sometime user wants to have a quick glance of all the children category and grand-children categeories, etc [14:09:34] I suspect there might not be configuration for that, and they're likely not shown by default for large categories [14:09:48] I guess you could potentially have some site JS that would expand them onload/similar [14:10:33] Reedy great idea! do you have any example js code I can borrow from? [14:11:26] You might have some flexibility with categorytree installed [14:15:43] I do have categorytree installed, but I am under the impression that I need to add the categorytree tag on all category pages to leverage its features? that will be hard because we have many categories [14:19:10] $wgCategoryTreeCategoryPageOptions may change the behavior, but it's not very documented [14:21:18] Vulpix any idea how to use it? [14:22:46] Try $wgCategoryTreeCategoryPageOptions['depth'] = 3; [14:25:22] tried and still the same. did action=purge on the page too. [14:25:41] You'll have to ask the developers, then [14:27:20] ok, thanks anyway