|
Broken |
|
andrew (11:43 22/11/2002) Phlamethrower (12:20 22/11/2002) monkeyson2 (12:30 22/11/2002) rich (14:15 28/11/2002) andrew (14:58 28/11/2002) andrew (14:59 28/11/2002) rich (15:32 28/11/2002) Phlamethrower (15:35 28/11/2002) monkeyson2 (15:38 29/11/2002) rich (15:50 29/11/2002) andrew (16:19 29/11/2002) Phlamethrower (17:07 29/11/2002) monkeyson2 (17:10 29/11/2002) andypoole (18:40 30/11/2002) Iyonix (21:36 30/11/2002) rich (13:36 2/12/2002)
|
|
Andrew |
Message #24779, posted by andrew at 11:43, 22/11/2002 |
Handbag Boi
Posts: 3439
|
http://www.iconbar.com/news/viewcomments.php3?item=952710610
|
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #24785, posted by Phlamethrower at 12:20, 22/11/2002, in reply to message #24779 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
That's because the URL has changed, silly! They're now like this:
http://www.iconbar.com/comments/view.php?id=273&type=n
*checks something*
Ah, it's the RSS feeds that are throwing out old format URLs. You could have mentioned that in your post, AW |
|
[ Log in to reply ] |
|
Phil Mellor |
Message #24793, posted by monkeyson2 at 12:30, 22/11/2002, in reply to message #24785 |
Please don't let them make me be a monkey butler
Posts: 12380
|
The news archive does it too. |
|
[ Log in to reply ] |
|
Richard Goodwin |
Message #25370, posted by rich at 14:15, 28/11/2002, in reply to message #24785 |
Dictator for life
Posts: 6828
|
That's because the URL has changed, silly! They're now like this:
http://www.iconbar.com/comments/view.php?id=273&type=n
*checks something*
Ah, it's the RSS feeds that are throwing out old format URLs. You could have mentioned that in your post, AW Now fixed. Had to backtrace it through two perl CGIs, a couple of PHP pages and finally to an XML template thing. Then fix four other CGIs. ________ Cheers, Rich.
|
|
[ Log in to reply ] |
|
Andrew |
Message #25376, posted by andrew at 14:58, 28/11/2002, in reply to message #24785 |
Handbag Boi
Posts: 3439
|
That's because the URL has changed, silly! They're now like this:
http://www.iconbar.com/comments/view.php?id=273&type=n
*checks something*
Ah, it's the RSS feeds that are throwing out old format URLs. You could have mentioned that in your post, AW Didn't want to confuse you. |
|
[ Log in to reply ] |
|
Andrew |
Message #25377, posted by andrew at 14:59, 28/11/2002, in reply to message #25376 |
Handbag Boi
Posts: 3439
|
http://www.iconbar.com/news/viewcomments.php3?item=952710610 |
|
[ Log in to reply ] |
|
Richard Goodwin |
Message #25392, posted by rich at 15:32, 28/11/2002, in reply to message #25377 |
Dictator for life
Posts: 6828
|
http://www.iconbar.com/news/viewcomments.php3?item=952710610 From where?!? As bug reports go this is about as useful as a chocolate teapot. ________ Cheers, Rich.
|
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #25393, posted by Phlamethrower at 15:35, 28/11/2002, in reply to message #25392 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
He's probably complaining about the fact that the old system doesn't work, and so should:
a) Be fixed or b) Be removed
But because it's AW he's leaving it up to us to guess what he means |
|
[ Log in to reply ] |
|
Phil Mellor |
Message #25588, posted by monkeyson2 at 15:38, 29/11/2002, in reply to message #25393 |
Please don't let them make me be a monkey butler
Posts: 12380
|
Home -> News archive -> Pick a month -> View comments -> ERROR. |
|
[ Log in to reply ] |
|
Richard Goodwin |
Message #25603, posted by rich at 15:50, 29/11/2002, in reply to message #25588 |
Dictator for life
Posts: 6828
|
Home -> News archive -> Pick a month -> View comments -> ERROR. The whole news archive is in the old system - it needs replacing completely. TIIIIIM! ________ Cheers, Rich.
|
|
[ Log in to reply ] |
|
Andrew |
Message #25620, posted by andrew at 16:19, 29/11/2002, in reply to message #25392 |
Handbag Boi
Posts: 3439
|
From where?!? As bug reports go this is about as useful as a chocolate teapot.
Just a semi-joke as if to imply that every little thing should work however unimportant it may seem! |
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #25652, posted by Phlamethrower at 17:07, 29/11/2002, in reply to message #25620 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
Couldn't you write a temporary script to convert the old IDs into new URLs? It must have some kind of link between news postings, new IDs and old IDs... |
|
[ Log in to reply ] |
|
Phil Mellor |
Message #25655, posted by monkeyson2 at 17:10, 29/11/2002, in reply to message #25652 |
Please don't let them make me be a monkey butler
Posts: 12380
|
Couldn't you write a temporary script to convert the old IDs into new URLs? It must have some kind of link between news postings, new IDs and old IDs... A NEWSTwister! |
|
[ Log in to reply ] |
|
Andrew Poole |
Message #25725, posted by andypoole at 18:40, 30/11/2002, in reply to message #25652 |
Posts: 5558
|
Couldn't you write a temporary script to convert the old IDs into new URLs? It must have some kind of link between news postings, new IDs and old IDs... That would seem logical ________ |
|
[ Log in to reply ] |
|
Censored |
Message #25728, posted by Iyonix at 21:36, 30/11/2002, in reply to message #25725 |
Member
Posts: 235
|
Something a bit like what I use in one of my .htaccess files on http://www.mysober.co.uk/ :
RewriteEngine on # View Forum RewriteCond %{REQUEST_URI} ^/staff/([0-9]*).forum RewriteRule ^(.*) /staff/viewforum.php?forum=%1 [L] # View Topic RewriteCond %{REQUEST_URI} ^/staff/([0-9]*).topic RewriteRule ^(.*) /staff/viewtopic.php?t=%1 [L] # View Post RewriteCond %{REQUEST_URI} ^/staff/([0-9]*).post RewriteRule ^(.*) /staff/viewtopic.php?p=%1 [L] |
|
[ Log in to reply ] |
|
Richard Goodwin |
Message #25828, posted by rich at 13:36, 2/12/2002, in reply to message #25652 |
Dictator for life
Posts: 6828
|
Couldn't you write a temporary script to convert the old IDs into new URLs? It must have some kind of link between news postings, new IDs and old IDs... No, because AFAIK there's no correlation. The old system used the UNIX timestamp as the ID; the new system uses where the news item is in the database (e.g. the 275th message). Although possibly there's a UNIX timestamp function in the database so you could write some code to do a search and match them up, it's not as easy as a straight conversion, so you might as well write the new code properly in the first place. ________ Cheers, Rich.
|
|
[ Log in to reply ] |
|
|