I know I can find out which post is the last one in the thread by using $thread[replycount] and $post[postcount] in postbit/postbit_legacy, but does anyone know of a way to figure out which is the last post on each page?
That seems to return a timestamp in epoch seconds of the last post in the entire thread which really does me no good. I'm looking to find a way to figure out the last post on each page of a thread, even if the thread spans multiple pages...