PDA

View Full Version : How to create a forum directly via SQL command


xnewman
12-16-2008, 03:29 PM
Hello,
How can I create a new forum directly in database using SQL/PHP commands?

Thx for help

Dismounted
12-17-2008, 02:34 AM
You shouldn't use SQL queries to do this as there is more to adding a forum than just a row inside the table. vBulletin has data managers which handle this. Look it up in the manual.