I just tested this on a fresh phpBB 2.0.17 (latest) install and it seems to work fine.
All I can suggest is that you use clean files (assuming you have no mods, which incidently, may be the cause of the problem) and follow the instructions carefully.
This freeze mod only works one way. If the users places a post the postcount isn't increased, but if you remove a post the postcount will well decrease. How can I stop this behavour. Indeed you are correct. If an entire topic is removed and a user who has posted in that topic has had their postcoun...
This MOD prevents phpBB from updating the database ('user_posts' in the users table) when a user makes a post/post is deleted etc. Essentially this means the display of the users post count on the forum will remain "frozen", and stay the same until they are unfrozen again from the admin cp...
Description: Allows the forum administrator to 'freeze' a user's post count. Features: - Stop user's post count from increasing. - Stop user's post count from decreasing. (Wow what a lot of features :D ) 10/06/2003 - Beta Download: http://myhost.users.btopenworld.com/freeze_postcount_beta.zip http:...
Yeah thats why I was wondering and said (above) thats I wasnt shure on the phpbb_users bit, as it could be something different depending on what the user puts.
Ok I was wondering if this is correct for putting into my MOD Template: # #-----[ SQL ]------------------------------------------ # ALTER TABLE phpbb_users ADD user_posts_frozen TINYINT(1) DEFAULT '0' NOT NULL AFTER user_posts I wasn't sure about the phpbb_users part. Also, what is the best way of g...