2.Fix – substr() -> mb_substr(, ‘UTF-8’)
in the file forum.php line 526
return substr($string, 0, $length) . ' ...';
replace
return mb_substr($string, 0, $length, 'UTF-8') . ' ...';
1.a question about SEO <title> “description” does not work
there is a solution?