I could not find a proper way so CV shows some of the main headers expanded by default.
Any advice is very appreciated!
Dominik
I could not find a proper way so CV shows some of the main headers expanded by default.
Any advice is very appreciated!
Dominik
Updated MediaWiki to 1.41.0. Skin: Vector legacy (2010). CollapsibleVector: 0.1.11 (cfc607b) 22:58, 4 February 2024
I cannot get ColappsibleVector to work. It used to work. Wiki is at: https://everquest.fanra.info.
CollapsibleVector works on my other wiki at https://it.fanra.info with MediaWiki 1.39.3. I plan to update that wiki to latest MediaWiki but am keeping it now just to see why CollapsibleVector stopped working, although I am stumped.
If anyone has any help to get CollapsibleVector working or some other way to collapse part of the Main Menu / Navigation it would be appreciated.
I don't know what happened but the latest CollapsibleVector is working!
Thank you, thank you, thank you, whoever fixed it.
Is there a way to disable the ability to click to expand/hide for mobile users (screen max width 999px), perhaps using custom js?
Hello,
I have globally enabled CollapsibleVector but it seems not to work properly. Is there any tutorial?
Is there any tutorial on how to actually use this extension, perhaps with a simple example?
There's nothing in the extension page or git
Hello,
I've updated my mediawiki to 1.39 and also the extension. The arrows are shown but the sections are not collapsible. Section headers are grey and not clickable.
For my user everything is expanded but for others most of the sections are collapsed.
Should the extension work with 1.39 and how is the support of Vector-2022?
Thanks
Thank you for your work! It's great.
Can i insert thin lines above the main headings? like on this page:
waveshare.com/wiki/Main_Page
The right-arrow and down-arrow icons do not show in MediaWiki 1.35 with the Vector skin that is packaged with MW 1.35
I fixed it by using the Vector skin from MW 1.34 - see Topic:Vylqwkx9geua4l7v
Maybe something changed in the Vector skin for MW 1.35 that requires a change in this extension.
I put this in MediaWiki:Vector.css to get it working in 1.35:
.portal h3, .vector-menu-portal h3 { background-size: auto !important; }
the problem seems to come from: h3{ background-size: 100% @border-width-base; in skins/Vector/resources/skins.vector.styles/MenuPortal.less
Thanks T01k,
Unfortunately, your above suggested workaround does not fix the problem on my site.
Adding
.emptyPortlet { display: block; }
as recommended in Topic:Vwvqspp30cgb7olc
Almost fixes it but then the Portlet for the LanguageSelector still does not show. Since I want both the CategoryTree portlet and the LanguageSelector portlet in my sidebar, I reverted back to using the Vector skin from MW 1.34
Additionally your css shows errors in the MW 1.35 editor
Howdy,
the above shown workarounds do solve the problem for our wiki ... partially. The triangle icons are shown on all article pages in all namespaces, also on all special pages. But, they are gone in the user preferences. Would be nice if someone could check why. Not urgent, of course, but I hope someday ...
Kind regards, K.
I was in need to disable the CollapsibleVector feature for anonymous users. I've played with the two configuration options mentioned in the extension's page with no success in order to accomplish this task. Finally I decided to add a third option that can be controlled via LocalSettings.php
:
$wgCollapsibleVectorFeatures['collapsiblenav']['anonymous'] = false;
Here is the patch, and the relevant instructions: https://gist.github.com/pa4080/0e7770dfb497f6ed543c8be8110c0b66
I think it is useful option and probably it could be added in the next release of the extension.
It was once part of Vector, but then was removed (hence why this extension was created :)).