XF 2.0 xenforo private message

wakon5544

Active member
does this code support 2.0? what should I do?


I want to delete all private messages in my forum, need shortly way like this.

Code:
TRUNCATE TABLE xf_conversation_master;
TRUNCATE TABLE xf_conversation_message;
TRUNCATE TABLE xf_conversation_recipient;
TRUNCATE TABLE xf_conversation_user;
UPDATE xf_user SET conversations_unread = 0;

@Chris D @Mike
 
Top Bottom