L Lile New member Oct 5, 2014 #1 How to start from scratch with the contents of location field. All users' location fields should be emptied. Any advice, please?
How to start from scratch with the contents of location field. All users' location fields should be emptied. Any advice, please?
Chris D XenForo developer Staff member Oct 5, 2014 #2 Run the below query on your database: Code: UPDATE xf_user_profile SET location = '' That will empty all current location fields. Upvote 0 Downvote
Run the below query on your database: Code: UPDATE xf_user_profile SET location = '' That will empty all current location fields.