basiccTV Jun 26, 2020 @ 10:21am
Country>Do not display is now gone?
When i edit my profile i try to find (country)"do not display" but is that option now gone or am i just blind?
< >
Showing 1-15 of 16 comments
Blargo Jun 26, 2020 @ 10:37am 
Yeah, it does seem to be gone.
Same with the state/province and city options.

What's up with that?
Contact support to let them know
basiccTV Jun 26, 2020 @ 10:59am 
Originally posted by Dxpress:
Yeah, it does seem to be gone.
Same with the state/province and city options.

What's up with that?
Yeah seems weird....
basiccTV Jun 26, 2020 @ 11:00am 
Originally posted by Muppet among Puppets:
Contact support to let them know
Just sended ticket to support, now lets wait what they say.
basiccTV Jun 30, 2020 @ 12:52pm 
So i just got generic answer from support to tell me how to change country in profile, sended reply to ask if Valve removed "do not show" option from profile country, lets see what they answer. Plot thickens.
Sk4riot Jul 7, 2020 @ 7:38am 
hi, got support response?
basiccTV Jul 7, 2020 @ 7:46am 
Originally posted by Donald Trump:
hi, got support response?
Nope, been 6 days since my last message to support and haven't gotten response yet.
Originally posted by HistoriiaChill:
Originally posted by Donald Trump:
hi, got support response?
Nope, been 6 days since my last message to support and haven't gotten response yet.
It is not high on their priority list to respond to you about the issue. They will get to you when they can. https://store.steampowered.com/stats/support

My personal opinion on this matter is it will get fixed soon. Its not something that they would leave out intentionally. Chances are they just forgot to add it in during their development of the new update which can happen to anyone and program.
Last edited by The HopelessGamer™; Jul 7, 2020 @ 7:54am
basiccTV Jul 7, 2020 @ 7:56am 
Originally posted by Falafel Basha:
Deselect/hide your Country:

  1. Open Big Picture Mode.
  2. Click on your avatar > Edit Profile.
  3. Ensure the Country field is blank, then scroll down and select Save Changes.

Deselect/hide your Badge:

  1. Open your browser (Google Chrome or Firefox).
  2. Then go to https://store.steampowered.com/points/shop or https://steamcommunity.com/my/edit/info.
  3. Press F12 and go to the Console tab, paste the code below in it, and press enter. now check your steam profile.

The Code

var access_token = ""; var badgeid = 0; if (window.location.href.indexOf("steampowered") > -1) { access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token; } else if(window.location.href.indexOf("steamcommunity") > -1) { access_token = JSON.parse($J("#profile_edit_config").attr("data-profile-edit")).webapi_token; SetFavoriteFeaturedBadge(access_token, badgeid); } else { console.log("go to: https://store.steampowered.com/points/shop or https://steamcommunity.com/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( 'https://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }

Thanks to Ogami and Steam Support for the first solution, and MalikQayum for the second.

Yeah can confirm i just removed country from my profile using big picture mode. Thanks so much for posting that.
basiccTV Jul 7, 2020 @ 10:53am 
Also i just got message from support and they said that Valve removed "do not show" option in latest patch so that sucks i guess, if you want get rid of your country in your profile use that big picture mode method.
Blargo Jul 7, 2020 @ 10:59am 
Originally posted by HistoriiaChill:
Also i just got message from support and they said that Valve removed "do not show" option in latest patch so that sucks i guess, if you want get rid of your country in your profile use that big picture mode method.
Surely this is not an intentional change, because it makes absolutely no sense to remove the option to not display your country/city/state.

I was under the impression that this was a bug introduced whey they updated user profiles.
basiccTV Jul 7, 2020 @ 11:07am 
Originally posted by Dxpress:
Originally posted by HistoriiaChill:
Also i just got message from support and they said that Valve removed "do not show" option in latest patch so that sucks i guess, if you want get rid of your country in your profile use that big picture mode method.
Surely this is not an intentional change, because it makes absolutely no sense to remove the option to not display your country/city/state.

I was under the impression that this was a bug introduced whey they updated user profiles.
Here is answer i got.
---------------------------------------------------------------------------------------------------------------------------
I understand that you don't want to show your country or a featured badge on your account.

The ability to not show these was removed in the most recent profile update.

With that said, Steam values feedback from the Steam community, so I highly suggest that you share any opinions, suggestions, or ideas on the Suggestions/Ideas section of the Steam Discussion forums.

This forum is regularly read by Valve's development team.

Take care,
Mitchell
lastninjagamer Jul 7, 2020 @ 4:21pm 
To remove country flag and location, editing my profile in big picture mode worked for me.
MalikQayum Jul 8, 2020 @ 5:44am 
here is another fix for the country code / flag:

setting your country code / country flag back to none.
go to: https://steamcommunity.com/my/edit/
open console (chrome f12)
paste the below request.

$J.post( "https://steamcommunity.com/profiles/"+g_rgProfileData.steamid+"/edit/", { sessionID: g_sessionID, type: "profileSave", weblink_1_title: "", weblink_1_url: "", weblink_2_title: "", weblink_2_url: "", weblink_3_title: "", weblink_3_url: "", personaName: g_rgProfileData.personaname, real_name: $J("input[name=real_name]").val(), customURL: g_rgProfileData.url.split('/')[4], country: "", state: "", city: "", summary: $J("textarea[name=summary]").val(), json: 1 });

https://steamcommunity.com/sharedfiles/filedetails/?id=2241771269
Last edited by MalikQayum; Jan 6, 2021 @ 4:52pm
Dasgun21 Jul 12, 2020 @ 10:17am 
Ok
< >
Showing 1-15 of 16 comments
Per page: 1530 50

Date Posted: Jun 26, 2020 @ 10:21am
Posts: 12