Iam not fully sure, I also think so. Dont have the code here in front of me. Best way to know is to try itWhiteWolfSix wrote:Paul, great MOD! I have only one question concerning 'Expiration time for automatic bans'. Is the time set up to 0 minutes for permanent ban? I guess so, but I would need to be sure.
No.MrJacky wrote:Do you have a demo available?
Code: Select all
user_ban('user', array($user_row['username']), $config['warnings_ban_expire'], false, 0, $user->lang['AUTO_WARN_BAN']);
Code: Select all
user_ban('user', array($user_row['username']), $config['warnings_ban_expire']*60, false, 0, $user->lang['AUTO_WARN_BAN'], $user->lang['AUTO_WARN_BAN']);
Code: Select all
'warnings_ban_expire' => array('lang' => 'WARNINGS_BAN_EXPIRE', 'validate' => 'int', 'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['MINUTES']),
Code: Select all
'warnings_ban_expire' => array('lang' => 'WARNINGS_BAN_EXPIRE', 'validate' => 'int', 'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['HOURS']),