Quote:
Originally posted by James Cridland
Note that there's another "sendnotification" to find. You need to add this to your hack.
Open "mod/moderate.php"
Find sendnotification($thread['threadid'], $thread['userid'], $key);
Replace with sendnotification($thread['threadid'], $thread['userid'], $key, $message);
Otherwise this will cause problems when your moderators try to moderate any postings.
My board is heavily hacked, so check that this is present in your version of moderate.php.
|
Note that you gotta add $message to sendnotification function in admin/functions.php