I am using a database plugin to try to extract topic entries from the database. It can find the table wp_wpforo_posts and view the html it contains, but those rows don't include the custom topic fields and their data. What table in the database contains that information? Thank you.
Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Sep 17, 2024 1:02 am
2 Replies
Sep 17, 2024 1:11 pm
I'll aks the developers and get back to you soon.
Sep 19, 2024 1:01 pm
Hi,
These can be found in the wp_wpforo_postmeta table.
Please note that the 'wp_' is just a prefix, and it may be different in your case