DarkReaper
21 Oct 2001, 00:22
I've run into the problem where post counts become b0rked several times while tinkering with my vBulletin, and always was annoyed when I went to update the counters and they didn't fix it. So I went and took a look at the file, and guess what! It doesn't update post counts! Doh!
In /admin/misc.php, find this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add this before it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now whenever you update the counters for users, it will update their post counts as well!
In /admin/misc.php, find this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add this before it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now whenever you update the counters for users, it will update their post counts as well!