Additional Info
Type
Package ID
wdm2005:LocationOnPosts
First Created
September 14, 2008, 02:18:46 AM
Last Updated
July 23, 2009, 02:09:10 AM

location on post v1.0

location on post
Compatible With 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 2.0 Beta 4, 2.0 RC1, 2.0 RC1-1, 2.0 RC1.2
Latest version v1.0
Downloads 32,105
Reviews 0
Rating 0/5
Subscribers 16
License (View License)
Author(s)
Screenshots
This mod will display a member's Location next to their posts

if you theme has its own  display.template.php


find

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


after add

// Begin modification Location on posts
// Show the member's location
if ($message['member']['location'] != '')
echo '
', $txt[227], ': ', $message['member']['location'], '<br />';
// End modification
Manual installation info
You have to register or login to be able to leave a review
There are currently no reviews on this customization
Advertisement: