1) Open functions_warning.php and search for the terms "Temporarily banned" and "Permanently banned". Change them to whatever you want.
2) When you warn someone and you are NOT using "Predefined comments", the program allows you to enter a comment each time you enter a warning.
3) Edit your functions_warning.php and find:
PHP Code:
if ($level >= $vboptions['warn_pmcutoff'])
Replace that with:
PHP Code:
if ($level >= $vboptions['warn_pmcutoff'] AND $vboptions['warn_pmcutoff']!=0)
Obviously a bug! I'll post a new version correcting that.
3) I guess you are right, I never thought of that.
Rgds