Export Threads
I need to export the posts of the threads of certain forums in csv, maintaining information such as the name of the author, the date of the post etc. To give you an example, what I need is something like this:
____________________
Forum / Subforum
Title of Thread
Author 1
Date
Post 1
Author 2
Date
Post 2
...
____________________
I've tried to export the post table but then posts are not structured under Threads and Forums.
I imagine I should export the posts table along with something else, but I don't know what.
Can you please help me?
|