Topic on Talk:Release notes/1.22

[RESOLVED] Disable collapsible sidebar

9
188.81.49.212 (talkcontribs)

I want to have a non-collapsible sidebar by default. Why was this not thinked about? The Extension:Vector had it working perfectly and you killed that feature in the final version

82.220.74.221 (talkcontribs)

I also want to disable this. Please add this feature again somehow, or at least tell us what variable needs to be changed and to what.

82.220.74.221 (talkcontribs)

Found it! in the file skins/vector/vector.php

change the line $out->addModules( array( 'skins.vector.js', 'skins.vector.collapsibleNav' ) ); to $out->addModules( array( 'skins.vector.js' )); # 'skins.vector.collapsibleNav' ) );

He7d3r (talkcontribs)
78.42.232.198 (talkcontribs)

just remove file

/skins/vector/collapsibleNav.js
Rogerhc (talkcontribs)

My trouble was Collapsible Nav was hiding the customized Donate button I have in my wiki's Support portlet, and because I have chosen to hide the Support nav heading which was redundant, that left no path to the Donate button. Fixed that by adding this to MediaWiki:Vector.css:

#p-support div.body {
      display:inline !important;
}

So now Collapsible Nav doesn't hide my Donate button.

DavisNT (talkcontribs)
Reply to "[RESOLVED] Disable collapsible sidebar"