Test Page: Difference between revisions

From Calontiri Wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tags: Blanking Manual revert
 
(146 intermediate revisions by the same user not shown)
Line 1: Line 1:
Testing stuff...


Fixing account creation and editorial access in LocalSettings.php
<nowiki>##</nowiki> User Group Settings
$wgGroupPermissions['*']['edit'] = true;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
<nowiki>##</nowiki> Login Message
function efLoginFormMessage( &$template ) {
$template->set( 'header', "For an account to create articles, contact Sofya la Rus on Facebook or sofya at heraldshill dot org ");
return true;
}
$wgHooks['UserLoginForm'][]='efLoginFormMessage';

Latest revision as of 11:42, 17 December 2022