wodering if other can see this... :rolleyes:
in post http://www.vbforums.com/showthread.php?t=531465
On main page i see my name(Page1.jpeg) tough OP is the Last person (Page2.jpeg) to reply this thread?
Printable View
wodering if other can see this... :rolleyes:
in post http://www.vbforums.com/showthread.php?t=531465
On main page i see my name(Page1.jpeg) tough OP is the Last person (Page2.jpeg) to reply this thread?
I see it too and thanks for pointing it out. I'll have someone look into the problem. BTW I've closed the thread until we find out what's wrong.
seems out timing of post was exact :D
Yes, that could be the reason.
let's see what happens if I rebuild forum information
no, that didn't fix it. Those two posts must have been submitted at precisely the same time.
While I know it's not serious and obviously very rare, is it worthwhile reporting to vBulletin?
no, it's not worth telling them about, especially since we're not even running the latest version.
@riteshjain1982, its a design flaw where a post may not be included in the query results for determining paging calculations if it is made after the page query but it is included in the later post query.
thanks robdog for info :)
from that post it looks like query to fetch total post column must be select count(datetime) from table where postID = 531465 and to show who posted last must be select top 1 Name from table where postID = 531465 order by datetime desc,Name desc
Note quite as there is a last post id field in the threads table which tells that but its all pointless as its still the same design in 3.7.x