Takara,
Is there any way that you can make it so it will follow however we have the date and time set up on our boards individually? I went in and tried to edit the date and time in the php file but it wouldn't wrap the date right when I did. Also, in order to make the RED color appear for the YES option on Inactive?, I had to move the font color to just before the YES word. Like this:
$yninactive="<a href=\"user.php?s=$session[sessionhash]&action=remove&userid=".$row["userid"]."\" target='_blank'><font color=\"#FF0000\">YES!</a></font>";
or it wouldn't show YES in red. Just thought you might want to know.
And thanks for the fix! It works great now!