User talk:WikiSysop

From FollowTheScore
Revision as of 03:44, 20 September 2010 by Redekopmark (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I'm not sure of any extensions that would help block them but this bit of code in local settings might help:

$wgGroupPermissions['user']['createpage']       = false;
$wgGroupPermissions['autoconfirmed']['createpage']       = true;
$wgAutoConfirmCount = 1

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 Redekopmark 01:42, 20 September 2010 (UTC)