Can someone please guide how to get following details from a thread to display on external pages,
1- Thread Title
2- Thread starter ID
3- Thread start time
4- ID of a member who replied last post
5- Thread thumbnail (using thumbanil add-on)
1-4 is actually stored in xf_thread, including user names of first and last poster. Thread thumbnail is something which is not stock, so you would need to ask the addon developer.
How to display threads with latest replies? I can display latest posts on external page but I want to display threads with latest replies instead latest posts because currently when one thread gets replies then each reply displays as a new thread on external page.
I might need to use some distinct post id query. What query should I use?