Hi, I was wondering if it were possible to delete all threads from my vbulletin database, except those in a specific forum. I have the forum IDs of the sections I have threads in I want to keep but I need to delete all the other threads which aren't in the specified forums. Is it possible to do this through a SQL command? I've been manually deleting for the past 15 minutes and seem to be getting no where!
You probably want to do it from the admin... Threads & Posts -> Prune Doing it direct in the database will cause problems with numbering of things like post counts.
Or you can move all the posts in the forums that you want to delete to one forum, then prune all the posts in that one forum.