News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

To Show user Location on Posts

Started by Joker™, April 10, 2010, 12:30:18 PM

Previous topic - Next topic

Joker™

Link to Mod

This mod will show the location of user in his/her profile in posts if filled in user profile

Before



After
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Garry1953


Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

khurrum

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

Hoodie

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..

Hoodie

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>';

Joker™

#6
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 .
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Hoodie

Thanks for the update and glad I could help with the mod..

Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Advertisement: