Quote:
Originally Posted by Robru
For example: I want to sent the reminder email after three months, what must I set there?
|
i've updated it so it's easier to modify the settings.
just change
PHP Code:
$inactivity = 7; //How many days must elapse without posting
to
PHP Code:
$inactivity = 90; //How many days must elapse without posting
if anyone can help me convert the settings in the file so they can be easily changed in the admincp i would really appreciate it