|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization How to hide user location? (Turning off doesn't work) |
How to hide user location? (Turning off doesn't work) |
The user location of my users show on the their profile pages. I have turned off State, City and Coutry in the Users > Module Settings and removed the code from the User's Personal Page, yet it keeps showing...
I read that you can remove your location from your ucoz id as well, but there is no option on my uid.me to change this at all. Help? |
Elvalianon, You need to go to Control panel > Design management (Templates) > Users > Personal page
and delete this code from the template and save. Code <?if($_COUNTRY$)?> <div id="block18" class="udtb"><div class="udtlb"><?if($_UID$)?>Location<?else?>Country<?endif?>:</div> $_COUNTRY$</div> <?endif?> <?if($_STATE$)?> <div id="block19" class="udtb"><div class="udtlb">State:</div> $_STATE$</div> <?endif?> <?if($_CITY$)?> <div id="block20" class="udtb"><div class="udtlb">City:</div> $_CITY$</div> <?endif?> It will fix the issue and not show location on User's profile page. My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio |
| |||
| |||