On thread listing page, I can see the mysql query use something like this for paging purpose on Page-2.
(post.position >= 25 AND post.position < 50)
I'm bit of wondering why is that so? The issue is that I've deleted some posts having position column value 25 to 50. Now it 'll display blank thread page, since there are records in xf_post with that position.
Any ideas?
(post.position >= 25 AND post.position < 50)
I'm bit of wondering why is that so? The issue is that I've deleted some posts having position column value 25 to 50. Now it 'll display blank thread page, since there are records in xf_post with that position.
Any ideas?