When a member here on XenForo adds a post to a Resource discussion, I will see it on the New Posts results page, but when I click on the link, it always takes me to the first discussion post instead of the first unread discussion.
When a member here on XenForo adds a post to a Resource discussion, I will see it on the New Posts results page, but when I click on the link, it always takes me to the first discussion post instead of the first unread discussion.
I saw this on the thread Post Content Find / Replace now when using New Posts, when I clicked I got to the first post. It seemes the link is wrong please see attached file from the New Posts list:
This is still not directly related to Resources, although it is feasible it may crop up there more frequently due to how resource threads are used, e.g. for one-off, occasional support more so than ongoing discussion.
In thread lists, a thread is considered new / unread based on this setting:
So ultimately it seems that this won't be Resource Manager exclusive and working as designed IMO.
Maybe something to do with the 'isNew' and 'haveReadData' sub-variables in the 'thread_list_item' template?
The system takes the visitor to the oldest unread post when the '/unread' action is added... and its not getting added to any resource related thread for some reason?
Yeah, as Chris said, this is mostly down to the read marking data. Once the data is removed, we don't know if you've read the thread. Keeping more data is a trade off of performance/data usage vs correctness.