Quote:
Originally Posted by sharjah
Great hack .. I've been looking for this hack for sometime ... Thank you.
Is it possible to modify this hack to limit the number of replies per day?
|
Yes, in includes/function_newpost.php find this:
Code:
$temps_restant = time() - 604800;
604800 is the number of seconds that must elapse before the user can post again. You can change this value to whatever you want. There are 3600 seconds in one hour, so a 24 hour day is 86400.
However, remember to update your phrases to reflect if the limit is for an hour, a day, a week, etc., so your users don't get confused.