View Full Version : Post Count not working in case of unmoderated posts
ravik1214
12-24-2014, 03:14 PM
In my forum, post count is not working properly. When any user submit any post, user count column (user.posts in mysql) doesn't update. How to fix this issue?
ForceHSS
12-24-2014, 03:35 PM
check server error logs if any errors post here
HM666
12-24-2014, 11:21 PM
Might be related to a mod you have installed. Have you tried to globally disable them and then see if you have the same problem?
Global disable: open your includes>config.php file and find:
?>
and under place:
define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.
If you find that it works after someone who is supposed to be moderator then re-enable the plugins by putting // in front of the code so it looks like this:
//define('DISABLE_HOOKS', true);
Save and upload again.
Then you will have to go through your mods one by one until you find the one that is causing the conflict.
ozzy47
12-24-2014, 11:26 PM
Or in setting up the forums, the OP set Count Posts Made in this Forum Towards User Post Counts to No instead of Yes. :confused:
ACP --> Forums & Moderators --> Forum Manager --> Edit Forum
HM666
12-24-2014, 11:31 PM
Good point that also maybe a problem if its set to No.
bridge2heyday
12-25-2014, 03:36 AM
It is not an issue .. it is the default behavior ... pending posts are not counted until approved .
ozzy47
12-25-2014, 09:28 AM
It is not an issue .. it is the default behavior ... pending posts are not counted until approved .
So their site moderates admin posts as well??
In my forum, post count is not working properly. When any user submit any post, user count column (user.posts in mysql) doesn't update. How to fix this issue?
Looks to me like it is a site wide issue, not that posts need approval, unless of course admins posts are moderated as well as every other usergroup.
bridge2heyday
12-25-2014, 10:26 AM
So their site moderates admin posts as well??
Looks to me like it is a site wide issue, not that posts need approval, unless of course admins posts are moderated as well as every other usergroup.
in the title he said "Post Count not working in case of unmoderated posts" .
ozzy47
12-25-2014, 10:28 AM
in the title he said "Post Count not working in case of unmoderated posts" .
Right, unmoderated, meaning that posts that are not moderated are not counting towards users post count.
ravik1214
12-26-2014, 09:05 AM
It is not an issue .. it is the default behavior ... pending posts are not counted until approved .
Is there any way to count all submitted post (no matter it is moderated or not) by a Registered user?
ozzy47
12-26-2014, 09:11 AM
Did you read any of the above suggestions? In post #2 #3 #4
And no, moderated posts can not count towards a users post count, as it is not a valid post till it is un-moderated. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.