Thanks for this great mod!
I've made an enhancement to the code, to ensure that the user who posts doesn't get an email-notification of his own post.
In group_autoemail.php @ line 40 add
ps: at line 60, there is a reference to $user_id , but $user_id isn't declared before (at least not until my addition ;-) )
I've made an enhancement to the code, to ensure that the user who posts doesn't get an email-notification of his own post.
In group_autoemail.php @ line 40 add
$user_id=$PHORUM["user"]["user_id"]; $sql.=" AND user_id!=$user_id";before
$res = mysql_query($sql, $conn);
ps: at line 60, there is a reference to $user_id , but $user_id isn't declared before (at least not until my addition ;-) )