Customizing SMF > Modifications and Packages

location on post

(1/7) > >>

Chaos Dragon:
Link to Mod

This mod will display a member's Location next to their posts

if you theme has its own  display.template.php


find


--- Code: ---// Show the member's gender icon?
if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '')
echo '
', $txt[231], ': ', $message['member']['gender']['image'], '<br />';
--- End code ---

after add


--- Code: ---// Begin modification Location on posts
// Show the member's location
if ($message['member']['location'] != '')
echo '
', $txt[227], ': ', $message['member']['location'], '<br />';
// End modification
--- End code ---

matasanos:
good work!!

C.Jack:
Thanks  :)
 
I edited <li location: to <li Location: so that it matched your Last Login in Post Mod. They're both great additions to the avatar area.

ModelBoatMayhem:
Works for me too!
Nice and simple, thanks wdm2005

Martin - England.

SA™:
 :) thanks

Navigation

[0] Message Index

[#] Next page

Go to full version