03-07-2020, 09:34 AM
The subject line issue is a MyBB wasn't aware of I can make that change asap with a fix for that.
if($subject_length > 85)
{
// Subject is too long
$this->set_error('subject_too_long', my_strlen($subject));
return false;
}
if($subject_length > 85)
{
// Subject is too long
$this->set_error('subject_too_long', my_strlen($subject));
return false;
}
Like what I do? Support me at https://www.patreon.com/vbgamer45/

