Hello,
I would like to receive an email when a user create a new page. I add these lines at the end of my LocalSettings.php :
$wgEnotifWatchlist = true; # Declare this twice so it works for all versions $wgUsersNotifiedOnAllChanges = $wgUsersNotifedOnAllChanges = array( 'jonathan' );
But this, activate a notification for every changes in the wiki, also creation of a new page. So, do you know how I can enable just the notification for the creation of a new page ?
Thank a lot,
Sincerely,
Jonathan
How about subscribing to the RSS feed produced by Special:NewPages?
No, I prefer receive an email for every new page, do you know how I can do that ?
Daniel Barrett a écrit :
How about subscribing to the RSS feed produced by Special:NewPages?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org