LMimo
11-08-2007, 05:42 PM
I am adding a reply to a certain thread via a form. The code is like this...
build_new_post('reply', $foruminfo, $threadinfo, $postinfo, $newpost, $errors);
However when I add a new post to this thread via the form, it will not make the thread appear as the latest one updated.
It is the latest post in terms of time, but it doesnt recognise it as being the latest in terms of bumping the thread.
Is there a line of code that I can add that will correct this?
Thanks
build_new_post('reply', $foruminfo, $threadinfo, $postinfo, $newpost, $errors);
However when I add a new post to this thread via the form, it will not make the thread appear as the latest one updated.
It is the latest post in terms of time, but it doesnt recognise it as being the latest in terms of bumping the thread.
Is there a line of code that I can add that will correct this?
Thanks