Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Email Digest does not check the user status: enabled or disabled

7 years 9 months ago
Licenses:
JomSocial Expired

ISSUE SUMMARY:
I activated the Email Digest and everybody receive the e-mail. The module does not check the user status: enabled or disabled

7 years 9 months ago
Licenses:

Hi,

I confirmed, it's a bug.
Thank You for reporting this :)

Regards.

7 years 9 months ago
Licenses:

Hi,

here the fix:
edit /components/com_community/libraries/cron.php around line 1051, find this code

." AND (last_sent <= DATE_SUB(CURDATE(), INTERVAL ".$inactiveDays." DAY) OR d.last_sent IS NULL)"
after that code, put this new code
." AND u.".$db->quoteName('block')."="."0 "
so the code will be like this:
." AND (last_sent <= DATE_SUB(CURDATE(), INTERVAL ".$inactiveDays." DAY) OR d.last_sent IS NULL)"
." AND u.".$db->quoteName('block')."="."0 "
." AND a.".$db->quoteName('params')." NOT LIKE ".$db->quote('%"etype_system_reports_threshold":0%')
." AND a.".$db->quoteName('params')." NOT LIKE ".$db->quote('%"etype_system_reports_threshold":"0"%');

Regards

7 years 9 months ago
Licenses:
JomSocial Expired

Thank you, I inserted the code, let's see the result on next digest. I will give you a feedback.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW