Yes, I do.
I thought that may be the problem too. I'll need to edit it right, and include my table prefix? Which code would I edit? But there again, it's added my table prefix above -- it's just saying it can find it.
EDIT: I see this in the .php file:
Code:
$vbulletin->db->query_write("DELETE FROM visitormessage");
I believe I need to add my prefix at the beginning so it looks like this:
Code:
$vbulletin->db->query_write("DELETE FROM prefix.visitormessage");
Correct?
Regards Jason