Hutchy68 / pivot

A MediaWiki mobile skin which "Pivots" seamlessly to any size display.
https://pivot.wikiproject.net
BSD 2-Clause "Simplified" License
37 stars 18 forks source link

Visual editor button is missing #44

Closed innosflew closed 6 years ago

innosflew commented 7 years ago

Setup

Issue

The button for the visual editor doesn't seem to show up when I click on the Actions tab. I only see the source editor. Is this a bug or is visual editor not supported yet?

Hutchy68 commented 7 years ago

Do you have visual editor enabled for pivot skin. Check settings of visual editor as you must specify the skins which can use it.

innosflew commented 7 years ago

Where can I do that? I went to the page of the VisualEditor extension on mediawiki.org but I didn't find any section talking about how can I enable it for specific skins. The only part which talks about skins there is the Skin compatibility section, but that only says "it should be compatible with any skin that uses the required HTML structure".

innosflew commented 7 years ago

Oh never mind. I found a sub page briefly mentioning $wgVisualEditorSupportedSkins. I added this to my LocalSettings.php and now it works:

$wgVisualEditorSupportedSkins = array(
    'vector',
    'pivot'
);
Hutchy68 commented 6 years ago

Closing and marking solved