Additional Info |
---|
Type
|
Package ID
daniel15:AgeLocationOnPosts
|
First Created
January 23, 2007, 03:48:51 AM
|
Last Updated
August 06, 2007, 02:47:37 AM
|
echo '
', $txt[231], ': ', $message['member']['gender']['image'], '<br />';
// ===== Begin modification - Display Age and Location next to posts =====
// Show the member's age
if (isset($message['member']['age']))
echo '
', $txt[420], ': ', $message['member']['age'], '<br />';
// Show the member's location
if ($message['member']['location'] != '')
echo '
', $txt[227], ': ', $message['member']['location'], '<br />';
// ===== End modification =====