Current time: 05-23-2012, 09:20 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] [Bug] - Admin CP -> Users & Groups
08-05-2008, 11:35 AM
Post: #1
Bug [F] [Bug] - Admin CP -> Users & Groups
When you edit the timezone of a user through the Admin CP it won't have any effect.

Note: I've uploaded that modules/user/user.php from Chris of the thread with the search bug.

Regards,
Manuel

Don't ask me for support over PM, please.
Find all posts by this user
08-07-2008, 09:17 AM
Post: #2
[F] [Bug] - Admin CP -> Users & Groups
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Visit this user's website Find all posts by this user
08-07-2008, 09:40 AM
Post: #3
RE: [F] [Bug] - Admin CP -> Users & Groups
So how can we fix it? Smile

UKDivers.com
Visit this user's website Find all posts by this user
08-07-2008, 09:56 AM
Post: #4
RE: [F] [Bug] - Admin CP -> Users & Groups
In admin/modules/user/users.php find:
PHP Code:
"timezone" => $mybb->input['timezoneoffset'], 
replace with:
PHP Code:
"timezone" => $mybb->input['timezone'], 

also find:
PHP Code:
"<label for=\"timezone\">{$lang->time_zone}:</label><br />".build_timezone_select("timezone"$mybb->user['timezone']), 
replace with:
PHP Code:
"<label for=\"timezone\">{$lang->time_zone}:</label><br />".build_timezone_select("timezone"$mybb->input['timezone']), 
Visit this user's website Find all posts by this user
08-07-2008, 10:42 AM
Post: #5
RE: [F] [Bug] - Admin CP -> Users & Groups
Thanks, its nice to keep uptodate.

UKDivers.com
Visit this user's website Find all posts by this user
08-07-2008, 10:51 AM
Post: #6
RE: [F] [Bug] - Admin CP -> Users & Groups
very nice and very thanks for report this bug and thanks Zinga for fix this problem
have a good end week
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication