8 May 16:21
Re: enable email but disable email change.
From: Alexis Moinet <alexis.moinet@...>
Subject: Re: enable email but disable email change.
Newsgroups: gmane.org.wikimedia.mediawiki
Date: 2008-05-08 14:21:28 GMT
Subject: Re: enable email but disable email change.
Newsgroups: gmane.org.wikimedia.mediawiki
Date: 2008-05-08 14:21:28 GMT
GF wrote : > IS there any way for doing what I need (apart modifying brutally the > specialPreferences.php? I would suggest to add the appropriate Hook (http://www.mediawiki.org/wiki/Hook) in LocalSettings.php. Someone with more experience with hooks and SpecialPreferences.php might tell you which hook to use. my guess would be the "InitPreferencesForm" Hook (with something like $foo->mUserEmail = $wgUser->getEmail(); )
RSS Feed