PDA

View Full Version : Query for deleting all messages with Specific title


koorosh1
12-09-2010, 05:23 PM
<font color="RoyalBlue">hello .

i want to delete all 70000 welcome private messages from all 70000 users of my forum

what is your Solution for this ?

i think it is not bad if we use queries

for example a Query for deleting all messages with a specific title (for example : "welcome dear user")

could you please help me ?

</font>

koorosh1
12-10-2010, 05:50 AM
can anyone help me ?

is it possible to do what i want ?

Lynne
12-10-2010, 01:52 PM
You would have to do this from the database and there are a few tables that you would have to delete stuff from and then update. I'd suggest looking at the private.php file to see what actions are taken when a user deletes a PM.