The Arcive of vBulletin Modifications Site. |
|
How to clear a single user's history? Details »»
|
|||||||||||||||||||||||||
I see how to do it for everyone...is there a way to clear a single person, either through the front end or the DB?
And deleting all rows with their userid from vbp_itemhistory doesn't work, already tried that. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Try running a query like...
Code:
UPDATE (TABLE_PREFIX)user SET vbp_history = '' WHERE userid = X; |
![]() |
|
|