![]() |
|
|
#1 | ||
|
Banned
Join Date: Jul 2002
Location: Placerville, CA
|
Posts out of order - why can't we fix this?
The out of order posts problem is getting annoying.
Forgive me if I've missed something regarding the status of this problem, but what gives? Can this be fixed? |
||
|
|
|
|
|
#2 |
|
Morgado's Favorite Forum Fascist
Join Date: Oct 2000
Location: Greensboro, NC
|
Ongoing issue with our database that Ryan has spent a lot of time looking into. I don't think he's given up yet, either.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'! |
|
|
|
|
|
#3 |
|
Grizzled Veteran
Join Date: Jul 2001
Location: Tulsa
|
It is annoying.
|
|
|
|
|
|
#4 |
|
Coordinator
Join Date: Jan 2003
Location: Conyers GA
|
It does get very confusing.
|
|
|
|
|
|
#5 |
|
Pro Starter
Join Date: Oct 2000
Location: Cary, NC
|
It looks like a small sort issue. Nearly every case of this is two posts with identical posting times down to the minute.
__________________
-- Greg -- Author of various FOF utilities |
|
|
|
|
|
#6 | |
|
Hattrick Moderator
Join Date: Jan 2003
Location: Pintendre, Qc, Canada
|
Quote:
but often you'll see a reply, with quotes and it is dated a minute earlier than the post it quotes... FM
__________________
A Black Belt is a White Belt who refused to give up... follow my story: The real life story of a running frog... |
|
|
|
|
|
|
#7 | |
|
Awaiting Further Instructions...
Join Date: Nov 2001
Location: Macungie, PA
|
Quote:
talking about? |
|
|
|
|
|
|
#8 |
|
Awaiting Further Instructions...
Join Date: Nov 2001
Location: Macungie, PA
|
What are you
|
|
|
|
|
|
#9 |
|
Coordinator
Join Date: Jul 2003
Location: Here and There
|
I think it's pretty clear what the problem is. A time traveller living one minute in the future has hacked into our database and is rearranging our posts.
|
|
|
|
|
|
#10 |
|
High School Varsity
Join Date: Sep 2004
|
I just thought I was the fastest poster around here.
|
|
|
|
|
|
#11 | |
|
General Manager
Join Date: Nov 2002
Location: The Town of Flower Mound
|
Quote:
You have much to learn, grasshopper...
__________________
UTEP Miners!!! I solemnly swear to never cheer for TO |
|
|
|
|
|
|
#12 | |
|
Grizzled Veteran
Join Date: Sep 2003
Location: Fresno, CA
|
Quote:
Last edited by Glengoyne : 12-13-2004 at 01:52 PM. |
|
|
|
|
|
|
#13 |
|
Quarterback
Join Date: Oct 2000
Location: London, England
|
I think it has something to do with the clock on the server, but it is difficult to confirm it until I get a response back from Gamespy.
I tried posting at the hosted support forum to find out if anyone else had a similar problem, but that post veered off topic when the first responder told me to stop using a CGI board! If it is not clock related, I have no idea what the problem is, and neither do vBulletin at the moment, so I hope it is clock related. |
|
|
|
|
|
#14 |
|
Hall Of Famer
Join Date: Dec 2001
Location: Catonsville, MD
|
I think it's Cool
-Anxiety
__________________
Check out my two current weekly Magic columns! https://www.coolstuffinc.com/a/?action=search&page=1&author[]=Abe%20Sargent |
|
|
|
|
|
#15 | |
|
Hall Of Famer
Join Date: Dec 2001
Location: Catonsville, MD
|
Quote:
We'll need to come up with a new term for when you Dola post, but it appears prior to your post. Maybe Alod, dola backwards
__________________
Check out my two current weekly Magic columns! https://www.coolstuffinc.com/a/?action=search&page=1&author[]=Abe%20Sargent |
|
|
|
|
|
|
#16 | |
|
Coordinator
Join Date: Jul 2003
Location: Here and There
|
Quote:
I knew you would say that. |
|
|
|
|
|
|
#17 |
|
College Benchwarmer
Join Date: Jan 2001
Location: A sports era long ago when everything didnt require a Nike logo
|
The out of order posts problem is getting annoying.
Forgive me if I've missed something regarding the status of this problem, but what gives? Can this be fixed?
__________________
I think that Rosen will be the best QB in the class. -albionmoonlight |
|
|
|
|
|
#18 |
|
Rider Of Rohan
Join Date: Jul 2001
Location: Port Angeles, WA or Helm's Deep
|
I believe it's a rift in the space-time continuum. Lieutenant Commander Data is working on a solution as we speak. That is all. Dismissed.
__________________
It's not the years...it's the mileage. |
|
|
|
|
|
#19 | |
|
Pro Rookie
Join Date: Oct 2000
Location: Illinois
|
Quote:
I hope the solution has something to do with Multidimensional Scaling Models. Or String Theory. |
|
|
|
|
|
|
#20 |
|
Pro Rookie
Join Date: Oct 2000
Location: Illinois
|
Dola-
It certainly seems that the time assigned to the posts must be off - as in the "Moderation" thread I posted at 3:35pm (local time), but the "Last Post" shows a 3:34 post by sterlingice. |
|
|
|
|
|
#21 |
|
Awaiting Further Instructions...
Join Date: Nov 2001
Location: Macungie, PA
|
Not to be a boob or anything but it is stupid coding. They are obviously sorting by date as opposed to post #. In the DB there has to be an associated post number that is probably an auto-incr number. If they would sort by these numbers the time of the server wouldn't matter and it would only be a problem when looking at the actual times and the order would always be correct.
.02 |
|
|
|
|
|
#22 | |
|
Head Coach
Join Date: Oct 2002
Location: Colorado Springs
|
Quote:
Better way to do it would likely be to add seconds to the datestamp in the database. Wouldn't require a lick of code change (which is probably more of a pain in the ass - I know full well what a coding mess most forum code is), and would theoretically fix the problem with one little modification to the table structure. ...Assuming the sql insert is coded properly in the board code, that is. |
|
|
|
|
|
|
#23 |
|
High School JV
Join Date: Dec 2000
Location: Texas
|
I think the problem is different timestamps, I'm not sure how adding seconds would help. Likely that seconds are already included anyway.
|
|
|
|
|
|
#24 | |
|
Coordinator
Join Date: Jul 2003
Location: Here and There
|
Quote:
Wouldn't you just need to change the row reference from date to the auto-number in the statement? |
|
|
|
|
|
|
#25 |
|
Resident Alien
Join Date: Jun 2001
|
I'm out of order?!? YOU'RE out of order! This whole court is out of order!!!
|
|
|
|
|
|
#26 |
|
Coordinator
Join Date: Jul 2003
Location: Here and There
|
Son, we live in a world that has walls, and those walls have to be guarded by men with guns. Whose gonna do it? You?
|
|
|
|
|
|
#27 | |
|
Awaiting Further Instructions...
Join Date: Nov 2001
Location: Macungie, PA
|
Quote:
On my own site I've created a little news section that is forum like and I simply give each news post or comment its own auto-inc. Each entry of news post or comment is in the same table but comments have the Parent field filled in with the news post to which it is related (the news post has a zero in the Parent field). There is a timestamp field but it isn't used when I query to display. I list them by their auto-inc post numbers which are ALWAYS in order. And, thanks to database geniuses you can't mess with auto-incs by reseting them. (somebody can go into the DB and alter them, but that is a special case) Again, just my .02 worth. |
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|