Quote:
Originally Posted by Reg Car
Great Hack guys.
Is there a way to decrease the amount of time that must elapse before a reminder comes up asking people to post. I would like to have it set at two weeks.
Thanks
Reg
|
search for this in the xml file:
Code:
<if condition="$headerstime - 1209600 > $bbuserinfo[lastpost]">
The 1209600 is 14 days worth of seconds. To get how many days you want to have it wait, multiply that number by 86400. Simply change that in the XML file, and it should work. In fact, I'll try it when I get home, because I'd like to change that as well.