Jump to content

Extension talk:HidePageTabs

Add topic
From mediawiki.org
Latest comment: 5 years ago by Johnywhy in topic Still Seeing "View Source" Tab

Still Seeing "View Source" Tab

[edit]

We prevent anonymous edits with

$wgGroupPermissions['*']['edit'] = false;

Yet non-logged-in users are still seeing the "View Source" tab.

Any fix? Johnywhy (talk) 02:04, 21 June 2018 (UTC)Reply

WgGroupPermissions belongs to mediawiki not to this extension.
With $wgGroupPermissions['*']['edit'] = false; you forbid users to edit not to "read"
Have you tried with this extension to configure:
$hideTabsPageList['Main Page'][views] = array('view'); Michele.Fella (talk) 16:00, 17 August 2018 (UTC)Reply
Does this extension work with mw 1.35?
thx! Johnywhy (talk) 08:14, 3 February 2021 (UTC)Reply