I have tried to disable the CollapsibleNav and collapsibletabs feature in the LocalSettings.php file, but the menus still are collapsible. Here are my settings:
require_once "$IP/extensions/Vector/Vector.php"; // $wgDefaultUserOptions['vector-collapsiblenav'] = 0; $wgVectorFeatures['collapsiblenav']['global'] = false; $wgVectorFeatures['collapsibletabs']['global'] = false;
What is wrong?
Thx!