XenForo
Administrative
- Thread starter
- Admin
- #1
Sometimes it would be really nice to export and import a complete thread.
But how we can do that, what sould be exportet/importet?
1. The thread itself.
Select by thread_id, no problem
2. All the posts with thread_id; problem could be if the users here do not exist at the target forum
3. attachment, content_type post, content_id = post_id; watch data_id
3.1 attachment_data with data_id from above
And we have to copy the attachments itself to the new forum with new data for dir and name...
Read more
ادامه مطلب...
But how we can do that, what sould be exportet/importet?
1. The thread itself.
Select by thread_id, no problem
2. All the posts with thread_id; problem could be if the users here do not exist at the target forum
3. attachment, content_type post, content_id = post_id; watch data_id
3.1 attachment_data with data_id from above
And we have to copy the attachments itself to the new forum with new data for dir and name...
Read more
ادامه مطلب...