Great hack, thanks. Might it be possible to not display the warning information unless it is greater than zero? Despite a very obvious news item, I'm getting my forum members panicing thinking they are being warned.
[
Update: edit functions_warning.php and find
PHP Code:
$Bits = array();
and after it add
PHP Code:
if ($Current == 0 and $showlinkage == false) {
return "";
}