D DirtRider Guest Jul 30, 2013 #1 How do I delete one of my conversation on my forum or at least remove those that are part of it?
P Paul B XenForo moderator Staff member Jul 30, 2013 #2 It requires manually editing the database. Code: delete from xf_conversation_recipient where conversation_id = x and user_id = y I'm not sure if other queries are required, that is from memory and I'm busy cooking dinner Upvote 0 Downvote
It requires manually editing the database. Code: delete from xf_conversation_recipient where conversation_id = x and user_id = y I'm not sure if other queries are required, that is from memory and I'm busy cooking dinner
D DirtRider Guest Jul 30, 2013 #3 Oh boy I don't need to do that, not a great idea for me at all but thanks Upvote 0 Downvote
DRE Well-known member Jul 30, 2013 #4 Create an addon request. http://xenforo.com/community/forums/resource-and-add-on-requests.68/ Ask Syndol: http://xenforo.com/community/resources/conversation-essentials.275/ Upvote 0 Downvote
Create an addon request. http://xenforo.com/community/forums/resource-and-add-on-requests.68/ Ask Syndol: http://xenforo.com/community/resources/conversation-essentials.275/