Quote:
Yesterday at 12:16 PM Parker Clack said this in Post #31
On my board it doesn' take you to the last post but the 1st new post in the thread since you last logged on. Anyway around this?
Parker
|
This kinda shouldn't happen, err, sorta. I'm confused about how Jelsoft has a users lastvist and lastactivity. The query for goto=newpost grabs the postid where the dateline is greater than the users lastvist. For some reason lastvisit isn?t updated all the time like lastactivity is. I have no idea why they have two fields, lastactivity and lastvisit?!?
Like Erwin said, change:
goto=newpost
To:
goto=lastpost
The query for goto=lastpost simply finds the last post in the thread (The one you posted).
My text file in the original post has been updated.