Quote:
Originally Posted by DJ5A
Hello:
I would also like to know if it works with version 2.3.0 & which 60 is the 60 days because I would like to change it to 30 Days!
|
If you are still interested to change the days, I modifed the first 60 and it seemed to work on my v2.3.2 test forum. So your code for 30 day limit would look like this:
PHP Code:
$time = time() - (30 * 24 * 60 * 60);