MyBB Community Forums

Full Version: Post Counter Request.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Uhm, I have a game called "The Count to the Infinity". And I want it to be like, If a user make a post there, They can make a post. But, Post Counter will not count on the specific Forum or Thread.

Could you provide me a sql command that it will automatically update it for example:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
Force users to use Classicpostbit and classicpostbit in UserCP does not exist or not editable.


Thanks in advance!
forum settings (through forum management) consists of a setting in the miscellaneous options
Yes, posts in this forum should count towards user post counts

you can un-tick that & save the settings so that users posts are not counted in that specific forum
Ohh. Thanks!