By Ian Anderson on Wednesday, 16 September 2015
Posted in General Issues
Replies 1
Likes 0
Views 572
Votes 0
Hi,

Every time a discussion is edited, it sends out a new notification email to all our users. I only want the notification to be sent out ONCE - after a discussion is first created - NOT after every time it is edited.

Is this possible please?

Thanks
Hey lan,

I am really sorry for the delay of this reply as it is a public holiday for us here.

Try open this file JoomlaFolder\components\com_easydiscuss\controllers\posts.php :

			
// LINE 1314
if (!$post->private && $category->canAccess()) {

//Replace with
if (!$post->private && $category->canAccess() && $isNew) {



Hope this help.
·
Wednesday, 16 September 2015 12:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post