Topic on Extension talk:Vector

CollapsibleNav - problem with MW 1.22.7

6
DorianCrede (talkcontribs)

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!

Nemo bis (talkcontribs)
Kghbln (talkcontribs)

Since Vector is now incuded in core (MW 1.22+) you should not include this utility extension with require_once( "$IP/extensions/Vector/Vector.php" ); Just remove this line together with the rest of the now unsupported features and delete the extension's code.

Kghbln (talkcontribs)

Ah yeah, I have now seen this collapsible disaster unfold on a 1.22.x wiki which has proven my answer to be incorrect. Only the first section is not collapsed while all subsequent ones are. Thus my answer indeed does not help here.

DavisNT (talkcontribs)
37.77.117.146 (talkcontribs)

I have a similar problem, I just tried to insert the code of DavisNT and it works on version 1.22.6

Reply to "CollapsibleNav - problem with MW 1.22.7"