To run the query, you first need to find the appropriate imagecategoryid. This can be done by going into your CP and mousing over the link to the avatar category you want to move the avatars into.
The URL it points to should look something like this:
The part that I bolded is the important part and it might be a different number for you.
The actual query you want to run is:
UPDATE avatar SET imagecategoryid = 3 WHERE imagecategoryid = 0;
Change the 3 appropriately if necessary.
Now, to run a query, you can go down to the
"execute SQL query" section (it's in "import & maintenence"). If you get an error when you go to that section, you need to add your userid to this line in config.php:
Code:
$canrunqueries = '';
Leave a comment: