The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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?
|
#2
|
|||
|
|||
![]()
check server error logs if any errors post here
|
#3
|
||||
|
||||
![]()
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: Code:
?> Code:
define('DISABLE_HOOKS', true); 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: Code:
//define('DISABLE_HOOKS', true); Then you will have to go through your mods one by one until you find the one that is causing the conflict. |
Благодарность от: | ||
ozzy47 |
#4
|
||||
|
||||
![]()
Or in setting up the forums, the OP set Count Posts Made in this Forum Towards User Post Counts to No instead of Yes.
![]() ACP --> Forums & Moderators --> Forum Manager --> Edit Forum |
#5
|
||||
|
||||
![]()
Good point that also maybe a problem if its set to No.
|
#7
|
||||
|
||||
![]() Quote:
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. |
#8
|
||||
|
||||
![]()
in the title he said "Post Count not working in case of unmoderated posts" .
|
#9
|
||||
|
||||
![]()
Right, unmoderated, meaning that posts that are not moderated are not counting towards users post count.
|
#10
|
|||
|
|||
![]()
Is there any way to count all submitted post (no matter it is moderated or not) by a Registered user?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|