danielbidala VIP
Total posts: 153
27 Jul 2016 21:12

Hi Sergey!

In section settings (Events Parameters) registred users are set to get notifications and email alerts when record deleted or expired. My test registred user follow section and all records in it. Also auto subscribed for new records. Email alerts are turned on.

When other users delete record or record is expired test user doesn't get notification or email alert. Special users also are not notified or alerted when record deleted.

Any idea or seggustion?

Last Modified: 12 Oct 2016


Sergey
Total posts: 13,748
04 Oct 2016 03:42

How did you name file? And wheer have you stored it?


danielbidala VIP
Total posts: 153
06 Oct 2016 08:16

Ok, sorry. It works now, there was a problem in my code block. Is it possible to use cron secret in this url too?


Sergey
Total posts: 13,748
12 Oct 2016 12:54

danielbidala Is it possible to use cron secret in this url too?

Yes, add to URL &secret=123

and then in the code

if(JFactory::getApplication()->input->get('secret') != '123') exit;

inside the function.

Powered by Cobalt