The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PM indicator count inaccurate?
The indicator count of how many "unread" PM's exist seems to have got out of balance?
I logged onto the PM's area and deleted two of them without reading them. Now, I have no unread PM's showing, except the count on the main forum home page still shows as having one (1) unread PM? How can I manually reset that counter to zero? Thanks for any help, or posting a simple piece of code I can execute to do this.... Regards, Badger |
#2
|
|||
|
|||
Code:
UPDATE user SET pmunread = 'X' WHERE userid = 'X'; replace X with the user id. |
#3
|
|||
|
|||
Thanks.... :up:
I assume I need to set-up direct access to the database from someplace other than the AdminCP function, as provided by vBulletin's standard software? I'd also like to reset the "Threads" counter to zero as shown below: Quote:
Appreciate your help.... Regards, Badger |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|