The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could use Maintenance -> General Update Tools -> Update Post Counts to recalculate it for all users.
If you want to do it manually for one user you could use this query: Code:
SELECT COUNT(*) AS posts FROM post INNER JOIN thread ON (thread.threadid = post.threadid) WHERE post.userid = ID AND thread.visible = 1 AND post.visible = 1 I should mention that I looked at the code in admincp/misc.php that recalculates user post count when you do it form the maintenance menu, and it accounts for any forums marked as not included in user post counts, while the query above doesn't. So if you have any forums like that you probably just want to use the maintenance menu. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|