Which theme are you using?
Also since you're on IE, which version, and is Compatability Mode on?
Also since you're on IE, which version, and is Compatability Mode on?
// Otherwise, we have to delete and insert.
if (empty($_SESSION['log_time']))
{
if ($do_delete || !empty($user_info['id']))
$smcFunc['db_query']('', '
DELETE FROM {db_prefix}log_online
WHERE ' . ($do_delete ? 'log_time < {int:log_time}' : '') . ($do_delete && !empty($user_info['id']) ? ' OR ' : '') . (empty($user_info['id']) ? '' : 'id_member = {int:current_member}'),
array(
'current_member' => $user_info['id'],
'log_time' => time() - $modSettings['lastActive'] * 60,
)
);
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'shoutbox')
{
continue;
} else {
$smcFunc['db_insert']($do_delete ? 'ignore' : 'replace',
'{db_prefix}log_online',
array('session' => 'string', 'id_member' => 'int', 'id_spider' => 'int', 'log_time' => 'int', 'ip' => 'raw', 'url' => 'string'),
array($session_id, $user_info['id'], empty($_SESSION['id_robot']) ? 0 : $_SESSION['id_robot'], time(), 'IFNULL(INET_ATON(\'' . $user_info['ip'] . '\'), 0)', $serialized), array('session')
);
}
}
You're a year too late on this.Topper1 said:On the profile pages, some text is unreadable. For example, white text on white background.
A reply that isn't in Activities, a Blog, or Forum Games. I think that's all.Tracey Sketchit said:I only have a post count of 2, what counts as a post here? A reply to a thread or the creation of a topic or both?
That's not an error. The admins changed your look and layout settings. Wait a while before you can change it back.Gilligan said:My background is set as Green, but it shows up as the regular Mario Party Legacy background.
I'm sure the admins are already aware.Zack said:The theme is farked up. No chat, or logo..