Freeze Users Postcounts
This modification is in the archives.
This is a tiny little hack that even the simplest folk should be able to install.
What it does Allows you to freeze a user's postcount from the Admin CP. How to install First off, you need to make a new profile field on your forums. Type: Single Selection Radio Buttons Title: Post Count Frozen? Description: Selecting "Yes" Will stop this user's postcount from increasing. Options: No Yes Set Default: Yes Field Required: No Field Editable by user: No Private Field: Yes Searchable on members list: No Show on members list: No Display Page: Edit Profile (dont worry it wont show to your members) Once you have done that, make a note of the field number (this is shown on the profile field manager as the "name"), then open includes/functions_newpost.php and make the following edit. Find. PHP Code:
$doposts = 'posts = posts + 1,';
PHP Code:
if ($bbuserinfo['fieldXX']=="Yes")
ive attached an image of where it will appear on the user manager screen. Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
3.6.X Anti-Freeze | vBulletin 3.6 Styles |
Post Freeze For Specified Users | vBulletin 2.x Full Releases |