It would be very helpful to have some kind of guide as to what datatable does what. You will then have more people write converters for popular forums, which in turn will help more people use your plugin. If one of these exists, could you point me in that direction?
Thanks!
Thank you potomacbeat,
Somehow I miss your post. The names for tables already say a lot. Here is the quick information regarding to wpForo tables:
wp_wpforo_forums
Forum table, includes all forum data and parent/child relationship
wp_wpforo_languages
wp_wpforo_phrases
These are for XML phrase system, no need if you use Po/Mo file translation
wp_wpforo_likes
Log information of post likes
wp_wpforo_posts
All data of posts
wp_wpforo_profiles
Profile data. The userid is wp_users table ID
wp_wpforo_subscribes
forum/topic subscription information
wp_wpforo_topics
All data of topics (doesn't include first post, it's in _wpforo_posts table)
wp_wpforo_usergroups
Usergroup name, and permissions
wp_wpforo_views
User specific topic/forum view logging
wp_wpforo_votes
Used for Q&A layout vote logging
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.