Please or Register to create posts and topics.

Download discussions of forum users for scientific text analysis

Hallo,

we are running a small real world laboratory, in which we help consumers reducing their carbon footprint. We also offer a closed forum for questions and discussions. For pure social science purpose with official allowance from all users, we would like to export all discussion threads from our forum to run a text analysis. How is this possible? Would be great to have any suggestion on this.

Hello @lutzmo

An export from inside the Asgaros Forum plugin is not possible at the moment. But if you have access to a database-management tool like phpMyAdmin on your server, some simple kind of sql-query should do the trick.

As an example a sql-query which selects all posts and author-IDs ordered by the author-ID in ascending order:

SELECT text, author_id FROM wp_forum_posts ORDER BY author_id ASC;

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!