Quote:
Originally Posted by Maverickrd
Now my question, can i copy forum categories to other forums.
|
That's not possible, sorry.
You only could use phpMyAdmin to update more than one forum with the same categories:
UPDATE forum SET category = "Category 1\r\nCategory 2\r\nCategory 2\r\n" WHERE forumid IN (
1,2,3,4)
1,2,3,4 = forum ids
After that you have to save the display order of your forums to update the forum cache.