On 2/11/06, Thomas Tschoellitsch ttschoellitsch@gmail.com wrote:
$wgGroupPermissions['sysop']['edit'] = true; $wgGroupPermissions['sysop']['read'] = true;
Tried this. LocalSettings.php now reads (partially, obviously):
$wgShowIPinHeader = false; # For non-logged in users $wgWhitelistRead = array( "Main Page", "Special:Userlogin", "-", "MediaWiki:Monobook.css" );
$wgGroupPermissions['*']['read'] = false; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['sysop']['edit'] = true; $wgGroupPermissions['sysop']['read'] = true;
This doesn't allow logging in at all (no one can access the Special:Userlogin page). Any ideas? :)
Thomas
Thomas Tschoellitsch wrote:
$wgWhitelistRead = array( "Main Page", "Special:Userlogin", "-", "MediaWiki:Monobook.css" );
[...]
This doesn't allow logging in at all (no one can access the Special:Userlogin page). Any ideas? :)
Thomas
You are probably using a non-English interface. Judging by your name, it's probably German. So, if you want that /$wgWhitelistRead/ to work, you have to use German namespace names i.e. instead of Special:Userlogin, use Spezial:Userlogin. This worked in #3902 Cheers, Filip
Hi,
How to set a blank message in Special:Allmessages, in order to remove a string in the UI? When a message page is empty the default value is used.
Thanks, Jej
Depending upon which message it is, setting it to "-" might be an option, or a non-blanking space or something like that. Not all messages can be blanked, however.
Rob Church
On 15/02/06, Jej jejc@free.fr wrote:
Hi,
How to set a blank message in Special:Allmessages, in order to remove a string in the UI? When a message page is empty the default value is used.
Thanks, Jej _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org