TheInsaneManiac
06-27-2009, 01:25 AM
I was told to run this query on VBulletin.com:
update userlist set friend='' where userid='3';
update user set friendcount='';
Since I had over 3000 member I wished to remove just my friends and remove me from my friends profiles. However this query messed up and now it shows NO one has any friends, but when I go in to accept new friends, there are ALL of my friends shown there.
So my question is there a query to reset everything to make it so no one has ANY friends at all?
update userlist set friend='' where userid='3';
update user set friendcount='';
Since I had over 3000 member I wished to remove just my friends and remove me from my friends profiles. However this query messed up and now it shows NO one has any friends, but when I go in to accept new friends, there are ALL of my friends shown there.
So my question is there a query to reset everything to make it so no one has ANY friends at all?