am 19.07.2010 14:44 schrieb Platonides:
> Peter Velan wrote:
>> Hello,
>>
>> does anyone know, how to enable these nice collapsing menus?
>>
>> TIA,
>> Peter
> 
> It needs to be documented in 
> http://www.mediawiki.org/wiki/Extension:UsabilityInitiative
> Add to LocalSettings.php
> $wgVectorModules['collapsiblenav']['user'] = true;
> or
> $wgVectorModules['collapsiblenav']['global'] = true;

Thank you for your answer!

If I'm reading
<http://www.mediawiki.org/wiki/Extension:UsabilityInitiative#Installation_5>
correctly, then the default values are ...

$wgVectorModules['collapsiblenav']['user'] = false;
$wgVectorModules['collapsiblenav']['global'] = true;

... which means to me: "collapsiblenav enabled, each user has to
turn it explicitly on".

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?

TIA,
Peter

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to