Difference between revisions of "User:WikiSysop"

From FollowTheScore
Jump to: navigation, search
(New page: I'm not sure of any extensions that would help block them but this bit of code in local settings might help: <pre> $wgGroupPermissions['user']['createpage'] = false; $wgGroupPermiss...)
 
(Removing all content from page)
 
Line 1: Line 1:
I'm not sure of any extensions that would help block them but this bit of code in local settings might help:
 
  
<pre>
 
$wgGroupPermissions['user']['createpage']      = false;
 
$wgGroupPermissions['autoconfirmed']['createpage']      = true;
 
$wgAutoConfirmCount = 1
 
</pre>
 
 
it makes it so that to create a new page a user has to be autoconfirmed and this happens as soon as they have 1 edit on the site.  So anybody who really wants to make a legitiment new page can do so without too much extra trouble.  I haven't looked too closely at the history of spam here but i think that those 3 lines should put a stop to it [[User:Redekopmark|Redekopmark]] 01:42, 20 September 2010 (UTC)
 

Latest revision as of 03:44, 20 September 2010