Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Admin/Moderator
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
19 Jun 2007 at 14:19 UTC
Updated:
25 Jul 2007 at 08:31 UTC
How do I reset the forum and start from scratch with no containers or forums in root or on page?
Andrew
http://www.AdvisorGarage.com
Comments
Comment #1
daniel.hunt commentedDELETE FROM F_Forums;
DELETE FROM F_Posts;
DELETE FROM F_Threads;
that should do it for you.
Comment #2
daniel.hunt commented