Posting in specific forums you specify deducts or adds to post count
This modification is in the archives.
Posting in specific forums you specify deducts or adds to post count
This is a fairly simple hack, but it can be useful for certain forums. Feel free to expand or modify this to suit your forums. How to use: 1) If you have a spam forum, you may want to deduct 1 from the post count each time a member posts there. 2) If you have a special forum, you may want to add more than 1 to the post count each time a member posts there. 3) Any combination of the above. Installation: In includes/functions_newpost.php: Find: PHP Code:
$doposts = 'posts = posts + 1,';
PHP Code:
if ($foruminfo['forumid']==66 OR $foruminfo['forumid']==67)
Change -1 to +2 or +5 if you want to ADD to the member's post count for whatever reason. Play around with the code - this hack is meant to be customized in many ways for your forum. Download No files for download. |