Quote:
Originally Posted by KirbyDE
This will turn off all current notifications (eg. notifications for existing subscriptions), but not new ones.
IMHO the easisst way to turn of post notifications (or do you want pm notifications turned off as well?) would be to remove the two cron-scripts (digestdaily.php, digestweekly.php) and edit includes/functions_newpost.php: comment out
PHP Code:
exec_send_notification($threadinfo['threadid'], $bbuserinfo['userid'], $post['postid']);
But keep in mind that the GUI will still show the notification-options, so you might to remove them as well.
|
// thx peter
do I have to edit out the } below that line? just the one line commented out is fine?
thanks Kirby, good to see you as a mod now