Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=2493)
This mod will show the location of user in his/her profile in posts if filled in user profile
Before
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2F20rvi1h.png&hash=67ccc5720aced5c6866d55cc85dcbf3f46d6a346)
After
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi40.tinypic.com%2F1znpjlh.png&hash=308f017517b872dc4481d0601319a4d18ce135a1)
Works perfect
Thanks
glad u liked it ;)
Is it possible that I can add field in my search option for example if i want to search members from India, then how can i select this option in my search.
best regards
Khurrum
Do you have a way to only show this part if the member has entered their location? Tried to do it myself but not getting it.. I don't want this to show
Location:
If nothing is entered for that member..
Nevermind.. I got it..
For those that want to know, find this in Display.template.php: //Show there location
echo '
<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';
Replace with: //Show there location
if ($message['member']['location'] != '')
echo '
<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';
Quote from: Hoodie on April 21, 2010, 12:05:46 AM
Do you have a way to only show this part if the member has entered their location? Tried to do it myself but not getting it.. I don't want this to show
Location:
If nothing is entered for that member..
sorry for the late response ... but im stuck in my examinations , so im not coming online that much regularly these days ...
I'll surely add this in next update .
Thanks for the update and glad I could help with the mod..
thanx for your help also ;)