abdfahim Well-known member Nov 13, 2015 #1 I want to export all the posts from my XF database. Is only xf_post table is enough?
abdfahim Well-known member Nov 13, 2015 #2 Also, if I want to match a post from post_id/thread_id with the node name, which table I should look up?
Also, if I want to match a post from post_id/thread_id with the node name, which table I should look up?
Marcus Well-known member Nov 13, 2015 #3 You need xf_thread as it contains the node_id You need xf_node as it contains the node_name
P Paul B XenForo moderator Staff member Nov 13, 2015 #4 What are you trying to do? Edit: Is it related to this https://xenforo.com/community/threads/restore-from-database.108234/ ? If so, you can't do what you are trying to do. Last edited: Nov 13, 2015
What are you trying to do? Edit: Is it related to this https://xenforo.com/community/threads/restore-from-database.108234/ ? If so, you can't do what you are trying to do.