MyBB Community Forums

Full Version: Weird?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Today, I wanted to ban someone for 1 day. Today it's the 22th of March, and when I look at the banning options it says: (ban) 1 day (24th of March) ???

Screeny: [attachment=5736]
Is the rest of your boards date displaying correctly? As it may be the server date is wrong.
Completely correct (except that the time has been set some minutes earlier).
First make sure you set your board date and time correctly: myBB Control Panel ยป Board Settings

Other then that I am not sure how you get that "error".

~Z
Strange, I just checked on my board running on localhost , and I have the same problem:

[Image: attachment.php?aid=5739]

I'm running the following:

MyBB 1.2.3
PHP 5.2.1
MySQLi 5.0.27

EDIT:

Also happens on my live board:
MyBB 1.2.3
PHP 5.2.1
MySQLi 5.0.24
Open ./admin/users.php

Find
$bantimes["1-0-0"] = "1 $lang->day";
above it add
$bantimes["0-0-0"] = "1 $lang->day";

Well you will need to work out the days number manually, like in 1 $lang->day, 2 $lang->days
It this a bug?
Indeed, is it?
I think so. Wink
zaher1988 Wrote:Open ./admin/users.php

Find
$bantimes["1-0-0"] = "1 $lang->day";
above it add
$bantimes["0-0-0"] = "1 $lang->day";

Well you will need to work out the days number manually, like in 1 $lang->day, 2 $lang->days

Uhh, if it's part 12am on a certain day, that ban would essentially be 0 days.
Pages: 1 2