View Single Post
Old October 4th, 2005, 01:50 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Remove posts after deleting user

You could do it with a query..

DELETE FROM adv_gallery_posts WHERE userid = X;

Then just use the 'Update Counters' option in the Maintenance link afterwards.
  Reply With Quote