Please refer to Copyright Policy as well as the Media Upload Policy for Chrono Wiki. If there are any questions, please direct them into the discussion page. As always, please refer to the Manual of Style when editing.

User talk:Prod: Difference between revisions

From Chrono Wiki, a database for the Chrono series that anyone can edit
Latest comment: 9 April 2012 by SilverCrono in topic Default Skin
Jump to navigation Jump to search
m (→‎Default Skin: new section)
Line 18: Line 18:


Just put this in LocalSettings.php and the problems should be solved. Thanks bro. --{{SC/Sig}} 13:10, 10 December 2011 (UTC)
Just put this in LocalSettings.php and the problems should be solved. Thanks bro. --{{SC/Sig}} 13:10, 10 December 2011 (UTC)
== Default Skin ==
Can you make Monobook the default skin, please? --{{SC/Sig}} 10:26, 9 April 2012 (UTC)

Revision as of 10:26, 9 April 2012

User-rights

Hey there! I think we've decided that we want to edit user rights so that only autoconfirmed-s can create pages. We think that'll help out with some of the spam we've been having. Would do it myself, but I'm pretty sure we need someone with bureaucratic rights to make the change! Thanks in advance! --— Radical D (bother \ stalk) 04:06, 20 November 2011 (CST)

Done. -- Prod 07:16, 20 November 2011 (CST)

Ending the spam, once and for all

$wgHooks['AbortNewAccount'][] = 'noMailinator'; 

function noMailinator( $user, $message ) { 
if( preg_match( '/@(mailinator|binkmail|zippymail|devnullmail|mailinator2|bobmail|safetymail|tradermail|thisisnotmyrealemail|suremail|spamherelots|dispostable)/i', $user->getEmail() )) { 
$message = 'One-time-use email services are forbidden on Chronopedia'; 
return false; 
} 
return true; 
}

Just put this in LocalSettings.php and the problems should be solved. Thanks bro. --—SilverCrono[T/C] 13:10, 10 December 2011 (UTC)Reply[reply]

Default Skin

Can you make Monobook the default skin, please? --—SilverCrono[T/C] 10:26, 9 April 2012 (UTC)Reply[reply]