Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Mod Requests => Topic started by: lordrene on January 13, 2015, 12:38:33 AM

Title: Remove "Local Time" from the User Profile!?
Post by: lordrene on January 13, 2015, 12:38:33 AM
Is there a mod or code that will remove the "Local Time" from the User's Profile?

(http://i.imgur.com/PXFQAZt.png)
Title: Re: Remove "Local Time" from the User Profile!?
Post by: kat on January 13, 2015, 07:29:21 AM
Keep a copy of the original file, in case I have this wrong, won't you?

Profile.template.php (In the default theme's directory). I believe you want to remove this:

echo '
<dt>', $txt['local_time'], ':</dt>
<dd>', $context['member']['local_time'], '</dd>';

Title: Re: Remove "Local Time" from the User Profile!?
Post by: lordrene on January 14, 2015, 10:41:38 PM
Thanks, It worked!
Title: Re: Remove "Local Time" from the User Profile!?
Post by: kat on January 15, 2015, 06:27:00 AM
(http://www.katzy.dsl.pipex.com/Smileys/c014.gif)