I have set up some php pages on our webdav site access that will export our network's forum topics, but would like help getting the rest of the content in our forum so we can easily look at data, contents etc and do some analysis.
I would like to know...
1. Does anyone have an example get command that will export forum replies / comments?
I'm assuming I can just export these in a similar way to the topics, most recent 100 comments etc, but don't know the syntax.
2. Has anyone been able to export all data from their forum (both forum topic and replies) and successfully thread all the pieces back together so comments are associated with their parent topics in some kind of handy file (csv, xls etc)?
If so, would you share how you did this?
Thanks for any and all help ~
Tags: comments, export, forum, php, replies, topics
Share