Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

CurtisOdenHotBlackJohnD5esttc74422 +8 guests

Email notification on user comment

Hi,

The "Notify me when people comment on a discussion." option does not work. In file applications/vanilla/models/class.commentmodel.php, line 785: $Data = $this->SQL->GetWhere('UserMeta', array('Name' => 'Preferences.Email.NewDiscussion'))->ResultArray(); must be changed by $Data = $this->SQL->GetWhere('UserMeta', array('Name' => 'Preferences.Email.NewComment'))->ResultArray();

With this change, option work, but notifications are sended twice. The line 818 should be removed because notification is sended just before on line 811. $ActivityModel->QueueNotification($ActivityID);

Comments

Sign In or Register to comment.