Posted 4 years ago
·
Author
IMVU has a hide location option in IMVU Next, but it only works in IMVU Next. Mobile and desktop users can still view your location.
To get around this and hide your location in all IMVU Clients:
Go here: https://www.imvu.com/catalog/web_myaccount.php
Combine a state in the US with a country other than the US, the system freaks the fuck out and sets your location to blank.
For the location, I used: 254_AL
Which translates to: Sint Maarten, Alabama
Alabama is in the US, not in Sint Maarten, so IMVU's server chokes on the value.
Right click on the location drop down and inspect element.
Expand <select name="user_from"> if it is not already expanded.
Replace "<option value="223_AL">United States - Alabama</option>" with "<option value="254_AL">254_AL</option>"
Then choose "254_AL" in the drop down and click "update profile".
Your location within IMVU's systems should now be a blank value.
This will also work with other country numbers other than 254. Replace 254 with another number less than 255, not 223. Add an underscore after the number, followed by a state abbreviation in in caps.
To get around this and hide your location in all IMVU Clients:
Go here: https://www.imvu.com/catalog/web_myaccount.php
Combine a state in the US with a country other than the US, the system freaks the fuck out and sets your location to blank.
For the location, I used: 254_AL
Which translates to: Sint Maarten, Alabama
Alabama is in the US, not in Sint Maarten, so IMVU's server chokes on the value.
Right click on the location drop down and inspect element.
Expand <select name="user_from"> if it is not already expanded.
Replace "<option value="223_AL">United States - Alabama</option>" with "<option value="254_AL">254_AL</option>"
Then choose "254_AL" in the drop down and click "update profile".
Your location within IMVU's systems should now be a blank value.
This will also work with other country numbers other than 254. Replace 254 with another number less than 255, not 223. Add an underscore after the number, followed by a state abbreviation in in caps.