am 19.07.2010 15:52 schrieb Lane, Ryan:
I put this ...
$wgVectorModules['collapsiblenav']['user'] = true; $wgVectorModules['collapsiblenav']['global'] = true;
... to my LocalConfig and checked that 'collapsiblenav' is enabled in my own settings.
Nevertheless there's no collapsing menu entries. What I'm doing wrong?
Collapsible nav doesn't work in 1.16 without modifying the Javascript.
To fix this, replace all instances of #mw-panel with #panel in Vector/Vector.combined.min.js, Vector/Vector.combined.js, Vector/Modules/CollapsibleNav/CollapsibleNav.js, css/combined.min.css, css/combined.css, and css/vector.collapsibleNav.css.
I tried this and yes, collapsible nav worked, until ... ... I had to step back, 'cause the side effects are intolerable:
- searchbox is filled with rubbish - some labels are undecipherable for my users - some new edit features are unusable
Sad to say, but I'm still not able to use collapsible nav.
Anyway, thanks for any suggestions, Peter