By gokhan on Wednesday, 27 April 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 798
Votes 0
Hi,

I was looking for reminder frequency config file, i am thinking to change reminder frequency.

Which file responsible for frequency? Must be in administrator/comoponents/easysocial/controller or includes but couldnt find it
Hello Gokhan,

You can find it in this file: ../administrator/components/com_easysocial/includes/cron/hooks/reminder.php in this function: processUserReminder().
·
Wednesday, 27 April 2016 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nik,

Thanks for reply, there is a setting for reminder on admin area, please look at attached image on my first post.

There are durations 2 weeks, 1-2 month, i need to decrise this to 2-3 days.

and not releated to ../administrator/components/com_easysocial/includes/cron/hooks/reminder.php in this function: processUserReminder().
·
Saturday, 30 April 2016 02:35
·
0 Likes
·
0 Votes
·
0 Comments
·
What you see in the settings are purely just settings. The real code is in the file that Nik has pointed out above. You need to alter the code at line 46 of that file,


$days = $config->get('users.reminder.duration', '30');
·
Saturday, 30 April 2016 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post