Question How to reset avatars and start over again?

Status
Not open for further replies.

Ferruzo

Customer
Ok this is what i want to do:

What i want is add massive points to my users to test vbavatars and learn about the system, but after this stage, what i want is restart the system and delete all avatars and all points and all users start from the begining again.

Could you please tell me how to do that?
 
There's currently no restart switch.

If you want to let users test the script, you should set all prices to 0 - this means they don't need to buy the pieces they want to use, it's always available in their inventories.

Then, once testing is done, you can
Code:
UPDATE user SET dbtech_avatars_configuration = NULL
(remember to add your table prefix).
 
Ok i am kind new on this, as i said i am not an expert on this stuff, it is a procedure right? where i have to put this and what is prefix tables for god sake :(
 
You can find your table prefix in config.php :)

You'd append it before your table name, so if your prefix was vb_ the table would be vb_user.

The query can be executed in the "Execute SQL Queries" part of the AdminCP's Maintenance area :)
 
Status
Not open for further replies.

Legacy vBAvatars

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
152
Customer rating
0.00 star(s) 0 ratings
Back
Top