941 Posts in 272 Topics by 292 members
Forum Module
SilverStripe Forums » Forum Module » Export a Forum Page
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 456 Views |
-
Export a Forum Page

6 August 2010 at 10:11am
Is there a way to export all the information under a forum page? I have a forum page called "openfire" with several threads that I'd like to export to a file or some kind of backup. Thanks
-
Re: Export a Forum Page

6 August 2010 at 4:21pm
Well you can backup the forum page via your database. The module itself does not have anything specific to backing up but if you want to back up your mysql database you will want to backup the following tables...
* SiteTree - Stores all the live page data of all your pages, to back up just your forum you want to backup any records which have a ClassName of 'ForumHolder' or 'Forum'
* ForumHolder - Stores information about your forum holder (access rights, settings)
* Forum
* Post - Posts in the forumAnd if you're using trunk you'll need the 'ForumThread' table.
Lots of tutorials on how to backup mysql online (eg http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/)
| 456 Views | ||
|
Page:
1
|
Go to Top |


