Do you mean:
// Email users who we're declining.
if ($day >= 7 AND $avg < 7)
Or
// Email users who we're declining.
if ($day >= 8 AND $avg < 8)
As you state below?
Also, how do you change the rating side of things from 7?
Laters
Quote:
Originally Posted by LBSources
edit /forums/includes/cron/maf_cron.php
find
Code:
// Email users who we're declining.
if ($day >= 14 AND $avg < 7)
and
Code:
// Email users who we're shortlisting.
if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")
and modify as needed .. i have mine set to 7 days with a <8 & 8> for average rating.. then re-upload the file
then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team
|