
Code: Select all
/******************************************/
/* EDIT these for custom online settings */
/****************************************/
$session_time = 300;
$default_delay = 15;
//set status
$times = array(
'online' => 0,
'idle' => 300,
'offline' => 1800,
);
//set delay for each status
$delay = array(
'online' => 5,
'idle' => 60,
'offline' => 300,
);
simply… no.soth2k wrote:Sorry for asking a question posted once more before, but can't see a helpful reply. Is there any way to reverse the order of the messages appereance? I mean older go up and newer down...![]()
Thx in advance!
Same here.Handyman` wrote:note: This mod still works with RC7, but the BBcode isn't parsed due to the bbcode changes in RC7.
Code: Select all
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
'U_CHAT' => append_sid("{$phpbb_root_path}chat.$phpEx"),
//-- end mod : AJAX Chat ------------------------------------------------
Code: Select all
'U_RESTORE_PERMISSIONS' => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',
HOT SPOT wrote:I upgraded and all is well with the exception of BBC parsing.
I edited the /phpBB3/includes/functions.php file and got the same results.
BTW, thanks Handyman for a GREAT MOD!!!