Also it doesn't affect me:
I'm using MySQL/MariaDB.It only takes effect on new installs using SQLite.
Moderators: Hacker, petermad, Stefan2, white
I'm using MySQL/MariaDB.It only takes effect on new installs using SQLite.
LOL, I could look for myself, https://www.ghisler.ch/wiki/skins/Vector/skin.jsonwhite wrote: 2023-01-20, 14:51 UTC What are the values of VectorLanguageInHeader and VectorLanguageInMainPageHeader in skins/Vector/skin.json?
No, you definitely don't need an extension. Why? Because it works now, but is hidden. You can make it visible in Developer tools (Ctrl+Shift+I) like this:ghisler(Author) wrote: 2023-01-23, 14:30 UTC I couldn't find a way to re-enable language links. All I found is a description of the new variable $wgVectorLanguageInMainPageHeader, which would tell the Wiki to show the language link in the header. I have enabled that now in the English wiki, but this does not seem to work:
1. No language link appears
2. On the main page, there is now again a Languages section containing "On this TotalcmdWiki the language links are at the top of the page across from the article title. Go to top.".
The page linked above mentions an extension "UniversalLanguageSelector", maybe I need to install that? However, it's listed as "optional", so I'm reluctant to install it because it's hard to keep track of extension updates.
Code: Select all
$wgVectorLanguageInHeader = [
'logged_in' => true,
'logged_out' => true,
];
$wgVectorLanguageInMainPageHeader = [
'logged_in' => true,
'logged_out' => true,
];
$wgVectorLanguageAlertInSidebar = [
'logged_in' => false,
'logged_out' => false,
];
I checked various sites that use the phpbb software. It doesn't seem to be version dependent.ghisler(Author) wrote: 2023-02-13, 10:41 UTC No, the search is unchanged. Either they fixed something in 3.3.10, or they modified it themselves for their board.
It's already a week later and you said the same for MediaWiki which still isn't updated. It's fine by me if you wait longer, but you say you wait a few days..ghisler(Author) wrote: 2023-02-13, 10:41 UTC Btw, I'm always waiting a few days before installing a new release because they often break things, so I better wait whether there is a hotfix a few days later...