The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Recent Visitors
I would like to reset the number of visits given in an individual's RV block. What queries should I run to reset their profile views?
|
#2
|
|||
|
|||
Bump, the answer would be nice to know
|
#3
|
|||
|
|||
No one ?
|
#4
|
||||
|
||||
probably just:
[sql]Update user set profilevisits=0 [/sql] try it on a test board first cuz I'm not sure about that. |
#5
|
|||
|
|||
Dont have a test board.
|
#6
|
||||
|
||||
Well then, close your forums, do a backup of your database, run the query, test the site, reopen the forums.
I highly recommend everyone have a test board. |
#7
|
||||
|
||||
The query Lynne posted should work - but make a backup of your database anyway!
Also, make sure you place a prefix in front of "user" (if you have one). [sql]UPDATE user SET profilevisits = 0[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|