Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 11:45 PM, Platonides wrote: > Clayton wrote: >> Ok, this is the exact code I've added to the end of the >> LocalSettings.php file: >> >> ### >> $wgHooks['AbortNewAccount'][] = 'noMailinator'; >> >> function noMailinator( $user, $message ) { >> if( !preg_match( '/@

[Mediawiki-l] Toolbar not displaying

2010-12-09 Thread Dennis A Smith
Greetings all (I'm new to MediaWiki but enjoying opening up the hood a little) I've modified the latest install of Vector skin but have trouble enabling the EDITOR TOOLBAR (it doesn't display in the browser). How do I enable this? I see in the page source code the output has a script. Perhaps the

Re: [Mediawiki-l] Remove me

2010-12-09 Thread Jerry Van Suchtelen
Some people are too dumb or need attention so must broadcast their need for removal so everyone knows. On Dec 8, 2010 3:43 PM, "Jeremy Baron" wrote: You can unsubscribe through web interface[0] (see under "To unsubscribe from MediaWiki-l, get a password reminder, or change your subscription opti

Re: [Mediawiki-l] Fratman_enhanced layout

2010-12-09 Thread Ekompute .info
Hi Platonides, I tried using another free layout called Cavendish for my http://johor-bahru-insurance.com and seems to be also facing the same problem. It cannot link to common.css and cavendish.css, even though I set $wgUseSiteCss = true; in LocalSettings. Apparently, this layout which I download

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Platonides
Clayton wrote: > Ok, this is the exact code I've added to the end of the > LocalSettings.php file: > > ### > $wgHooks['AbortNewAccount'][] = 'noMailinator'; > > function noMailinator( $user, $message ) { > if( !preg_match( '/@(mailinator|binkmail).com$/', $user->getEmail() ))

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Jim Laurino
On 12/09/2010 04:49:42 PM, Clayton - ccorn...@openoffice.org wrote: > On 12/09/2010 10:27 PM, Jim Laurino wrote: > > On 12/09/2010 01:49:56 PM, Clayton - ccorn...@openoffice.org wrote: > > [snip] > > Is there any practical way of blocking new users from using specific > > services like Mail

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 10:27 PM, Jim Laurino wrote: > On 12/09/2010 01:49:56 PM, Clayton - ccorn...@openoffice.org wrote: > [snip] > Is there any practical way of blocking new users from using specific > services like Mailinator? Is there a better way of dealing with > situations like this? > [

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Jim Laurino
On 12/09/2010 01:49:56 PM, Clayton - ccorn...@openoffice.org wrote: [snip] > >>> Is there any practical way of blocking new users from using specific > >>> services like Mailinator? Is there a better way of dealing with > >>> situations like this? [snip] > Ok, this is the exact code I've added to

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/04/2010 12:39 AM, Platonides wrote: [snip] >>> Is there any practical way of blocking new users from using specific >>> services like Mailinator? Is there a better way of dealing with >>> situations like this? >>> >> http://www.mediawiki.org/wiki/Manual:Hooks/AbortNewAccount >> >> might work

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Chad
On Thu, Dec 9, 2010 at 12:10 PM, wrote: > Please post the full section of code that you currently have > ___ > MediaWiki-l mailing list > MediaWiki-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > Please post context w

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 06:01 PM, Alexis Moinet wrote: > Clayton wrote : >> On 12/04/2010 12:39 AM, Platonides wrote: >>> if( !preg_match( '/@(mailinator|binkmail).com$/', $user->getEmail() ) { > >> Seems straight forward, so I added the code (with and without the& in >> front of the $message variable)

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread WJhonson
Please post the full section of code that you currently have ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Alexis Moinet
Clayton wrote : > On 12/04/2010 12:39 AM, Platonides wrote: >> if( !preg_match( '/@(mailinator|binkmail).com$/', $user->getEmail() ) { > Seems straight forward, so I added the code (with and without the & in > front of the $message variable) to my LocalSettings.php... and it didn't > work so

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/04/2010 12:39 AM, Platonides wrote: [snip] >>> Is there any practical way of blocking new users from using specific >>> services like Mailinator? Is there a better way of dealing with >>> situations like this? [snip] > $wgHooks['AbortNewAccount'][] = 'noMailinator'; > > function noMailinator

Re: [Mediawiki-l] Size of edit box

2010-12-09 Thread Ekompute .info
Sorry for the trouble caused. When I set $wgDefaultUserOptions['editwidth'] = 1 ; instead of 0 in LocalSettings.php, I managed to get it working with the Cavendish layout. On Thu, Dec 9, 2010 at 10:16 PM, Ekompute .info wrote: > > Hi, I know that the size of the edit box can be set under Preferen

[Mediawiki-l] Size of edit box

2010-12-09 Thread Ekompute .info
Hi, I know that the size of the edit box can be set under Preference but I would like to set the default at full width. Which file should I access? -- PM Poon ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailm