Templates

From Tweeki
Revision as of 16:50, 2 January 2016 by Thai (talk | contribs) (Created page with "== Wiki-as-a-Website == add the following lines to LocalSettings.php # Make your wiki editable to registered users only $wgGroupPermissions['*']['createaccount'] = false;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wiki-as-a-Website

add the following lines to LocalSettings.php

# Make your wiki editable to registered users only
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgTweekiSkinHideAll = array( 'footer-info' );
$wgTweekiSkinHideAnon = array( 'EDIT-EXT' );

suggested message texts:

Two-sidebars