PDA

View Full Version : No update notification


CGarson
06-20-2002, 07:06 PM
Is there a way to turn that update notification in the AdminCP off?

Logician
06-21-2002, 10:01 AM
you cant turn it off via Admin CP but a tiny edit does the trick:

Edit newreply.php and find:

sendnotification ($threadinfo['threadid'], $bbuserinfo['userid'], 0);

Replace it as:

// sendnotification ($threadinfo['threadid'], $bbuserinfo['userid'], 0);