ILX 2.2

Message Bookmarked
Bookmark Removed

OK - think it's sorted now. Might be a few more things we need to do over the course of the night.

For now, here's a list of new stuff. Sorry about the funny formatting.

- Image links hidden correctly for admins and users electing not to show images
- Skip to the 'show more posts' link when you click it

-- Keith, Sunday, 1 April 2007 21:13 (3 weeks ago) Link

- Fixed the bug where the x post message was including the link to expand the thread.

-- Keith, Sunday, 1 April 2007 21:03 (3 weeks ago) Link


- Switched the search around to default to the ILX search but give you the option of using the Google search.

-- Keith, Sunday, 1 April 2007 21:06 (3 weeks ago) Link


Changed all the '&' characters in URLs to '&'.

-- Keith, Sunday, 1 April 2007 21:40 (3 weeks ago) Link


Switched all <br/> tags to <br />.

-- Keith, Sunday, 1 April 2007 22:24 (3 weeks ago) Link


Added in a batch scheduler, to run jobs at certain times of the day, but as of yet, no batch jobs.

-- Keith, Monday, 2 April 2007 17:37 (3 weeks ago) Link


Wrote a statistics batch job, and a page to show the stats.

-- Keith, Wednesday, 4 April 2007 11:11 (2 weeks ago) Link


Wrote a message that gets displayed at the top of the screen when batch processes are running, to warn users of potentially slower responses.

-- Keith, Wednesday, 4 April 2007 11:12 (2 weeks ago) Link


Replaced the auto-linking code to cope with more cases and stop over word boundaries.

Fixed the issue where it was leaving a hanging <em> tag.

-- Keith, Friday, 6 April 2007 16:58 (2 weeks ago) Link


Fixed the problem where you couldn't use regular expression characters, like $ and ( inside markup.

-- Keith, Friday, 6 April 2007 23:19 (2 weeks ago) Link


Added new batch processes to get the top posters, and the number of threads per board.

-- Keith, Friday, 6 April 2007 23:20 (2 weeks ago) Link


Remove unnecessary whitespace

-- Keith, Saturday, 7 April 2007 18:26 (2 weeks ago) Link


Limit the number of images in a single post

-- Keith, Saturday, 7 April 2007 18:26 (2 weeks ago) Link


Changed the logout process to ensure no XSS stuff

-- Keith, Saturday, 7 April 2007 18:27 (2 weeks ago) Link


Changed the escaping routines to allow higher than 0x7f unicode.

航空産業は温暖化にどのような影響を与えるかなど

-- Keith, Saturday, 7 April 2007 18:29 (2 weeks ago) Link


Wrote stuff to allow you to look through threads by month. You can see it here, but on the test site, only 2007/03 has any threads - the first page is set up for the main site; hence it goes back to July 2000.

It's work in progress this, as the main point is to allow Google to index the whole site, as it gives access to the whole site through hyperlinks. In time, I'll do something that lets you hone down the search a bit better than just by month.

-- Keith, Sunday, 8 April 2007 19:44 (2 weeks ago) Link


Wrote code to use Tomcat to simulate http://www.ilxor.com/thread.php?msgid=x so that we can get rid of Apache, but still support old links.

What this means for users is that we lose the 8080 and the proxy server, so if anyone's still having trouble getting through at work, this should disappear.

-- Keith, Sunday, 8 April 2007 19:49 (2 weeks ago) Link


Wrote a statistics job to produce a list of the top 50 most popular threads in the past week and put the results on the stats page.

-- Keith, Sunday, 8 April 2007 21:30 (2 weeks ago) Link


Did a newanswers.php to fulfil the same function as thread.php too. At least, servlets that masquerade as these.

-- Keith, Monday, 9 April 2007 22:17 (2 weeks ago) Link


Support BBCode in poll items by user request.

-- Keith, Sunday, 15 April 2007 13:59 (1 week ago) Link


In an effort to support longer user sessions for logged in users, changed the default session length to the minimum for the site (1 minute), and when users log in, programmatically set their session to be much longer to keep them logged in.

Avoids us having a memory overhead for random googlers, when they don't need a session.

-- Keith, Sunday, 15 April 2007 16:03 (1 week ago) Link


Added rudimentary support for bookmarks. You can bookmark a particular message and the bookmarks page keeps a list of these. Clicking on the bookmark will display only the messages from the bookmark onwards.

I need to add in support for removing bookmarks later.

-- Keith, Saturday, 21 April 2007 21:44 (2 days ago) Link


Added in support for GZIP compression, which will take place on responses greater than around 100K in size. This will only happen if you are logged in.

This will mean that large threads will appear far more quickly in your browser.

-- Keith, Saturday, 21 April 2007 21:45 (2 days ago) Link


<p>Posts are now marked up with<br />
paragraph formatting</p>

<p>This is in response to user request.</p>

-- Keith, Saturday, 21 April 2007 22:58 (2 days ago) Link


Link in to create a permanent link to a message.

-- Keith, Sunday, 22 April 2007 09:42 (Yesterday) Link


Added in the black stylesheet, as submitted by a user.

-- Keith, Sunday, 22 April 2007 09:56 (Yesterday) Link


Think I've figured out how to get MySQL to index text with words of 3 letters. Should help the search, if it works OK.

Not installed yet as I'll need to restart MySQL. This will happen on the sandbox site as well as the main site at the same time, when I install the new software on the main site.

-- Keith, Sunday, 22 April 2007 10:50 (Yesterday) Link


Thread searching has been changed to support + and - operators, wildcards, using *, and searching for phrases, using "my phrase" notation.

-- Keith, Sunday, 22 April 2007 18:48 (Yesterday) Link


-- Keith, Tuesday, 24 April 2007 18:18 (3 weeks ago) Link

Please note that right now, the statistics page, shows out of date statistics for ILX. The page will be updated at 0030 BST.

-- Keith, Tuesday, 24 April 2007 18:29 (3 weeks ago) Link


Added in a preference to support using absolute times, rather than relative times.

-- Keith, Saturday, 28 April 2007 15:42 (2 weeks ago) Link



Libcrypt has written code to support checking to see if your BBCode is correct and warns you if it's not.

-- Keith, Sunday, 13 May 2007 21:59 (4 days ago) Link


Changes to support banning individuals from specific boards.

-- Keith, Wednesday, 16 May 2007 15:02 (2 days ago) Link


Added support for deleting bookmarks and a preference setting to display your bookmarks at the top of your screen on the boards, new answers and thread pages for easy access.

-- Keith, Wednesday, 16 May 2007 15:03 (2 days ago) Link


Bookmarks now tell you whether there's been activity on the thread since you bookmarked it (assuming you bookmark it at the end!). It's not 100% accurate, in that if something falls out the cache, it won't tell you (too costly to read the database all the time for potentially thousands of users), but it should work reasonably well; hence, it notifies you if a thread has been 'updated recently'.

-- Keith, Wednesday, 16 May 2007 19:11 (2 days ago) Link


Automatically substitute thread titles for links, when I can do this, so for example:

New Features

-- Keith, Friday, 18 May 2007 13:50 (5 hours ago) Link


'Fixed' the apostrophe problem (not strictly a problem; just working around a bug in IE).

-- Keith, Friday, 18 May 2007 13:50 (5 hours ago) Link


Keith, Friday, 18 May 2007 19:50 (nineteen years ago)

Thanks very much as always -- had to login a few times, though. The two-hour limit didn't revert by accident, did it?

Ned Raggett, Friday, 18 May 2007 19:53 (nineteen years ago)

No, it's just been restarting a lot, which will force a relogin

stet, Friday, 18 May 2007 19:55 (nineteen years ago)

Don't think so... In fact, I think I upped it. Were you on the sandbox, that can mess with yo' cookies.

Incidentally, the stats page won't work correctly until the job runs at 0030 GMT to populate it.

Keith, Friday, 18 May 2007 19:55 (nineteen years ago)

Searching for "EMF" works.

Keith, Friday, 18 May 2007 19:58 (nineteen years ago)

All is well.

Ned Raggett, Friday, 18 May 2007 20:02 (nineteen years ago)

Kenan, hope you like the bookmarks; Rock Hardy, hope you enjoy telling the time in an absolute fashion.

Keith, Friday, 18 May 2007 20:03 (nineteen years ago)

Äž

Curt1s Stephens, Friday, 18 May 2007 20:05 (nineteen years ago)

And hope you like Unicode, Curtis.

日本語

Keith, Friday, 18 May 2007 20:07 (nineteen years ago)

how do i shot display name on ILX 2.2?

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

g®▲Ðұ, Friday, 18 May 2007 20:12 (nineteen years ago)

Rock Hardy, hope you enjoy telling the time in an absolute fashion.

I do! Thanks for adding the feature, esp. for making it a user pref to turn on or off.

Rock Hardy, Friday, 18 May 2007 20:29 (nineteen years ago)

No problem. I did a bunch of stuff to make storing users' preferences easier than it was before, so should be easier in future.

Keith, Friday, 18 May 2007 20:32 (nineteen years ago)

The full archive link is here btw

stet, Friday, 18 May 2007 20:33 (nineteen years ago)

http://img.worsethanfailure.com/Images/200705/error

Catsupppppppppppppp dude ‫茄蕃‪, Friday, 18 May 2007 20:34 (nineteen years ago)

how do i shot display name on ILX 2.2?

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

-- g�▲�ұ, Friday, May 18, 2007 8:12 PM (2 hours ago) Bookmark Link

g®▲Ðұ, Friday, 18 May 2007 22:56 (nineteen years ago)

Thanks for all the hard work.

Zora, Friday, 18 May 2007 22:58 (nineteen years ago)

I'm searching for EMF right now.

Alba, Friday, 18 May 2007 23:09 (nineteen years ago)

Stats up:

http://www.ilxor.com/ILX/StatsControllerServlet

Keith, Friday, 18 May 2007 23:35 (nineteen years ago)

bookmarks looks great and i had one working, deleted it, and now i can't get any new ones??

Alan, Saturday, 19 May 2007 00:10 (nineteen years ago)

Are there improvements to searching in the works and/or will we ever get links to the database by month/year as in the old days?

milo z, Saturday, 19 May 2007 00:13 (nineteen years ago)

Searching is improved. You can see by month here, too:
http://www.ilxor.com/ILX/Pages/viewthreadsbymonth.jsp

stet, Saturday, 19 May 2007 00:15 (nineteen years ago)

Alan: what does it say when you try to make new ones? (They're kept in cookies, so you can delete yr cookies to start afresh)

stet, Saturday, 19 May 2007 00:16 (nineteen years ago)

i get the 'please confirm', click the button and that takes me back to the list of boards. click on bookmarks link (my prefs set not to show in page) and i get the "You currently have no bookmarks set" page

Alan, Saturday, 19 May 2007 00:18 (nineteen years ago)

Alan, can you have a look in your browser's cookies; it should set a cookie called 'bookmarks' under www.ilxor.com.

Keith, Saturday, 19 May 2007 00:19 (nineteen years ago)

could it be a safari cookies issue?

Alan, Saturday, 19 May 2007 00:19 (nineteen years ago)

You're right, it is Safari. Was working for me in Firefox, not Safari.

stet, Saturday, 19 May 2007 00:20 (nineteen years ago)

:-) x post.

i have a named 'bookmarks' cookie path /ILX and another /ILX/. that'll be doing it.

Alan, Saturday, 19 May 2007 00:21 (nineteen years ago)

Great - losing the 8080 means I CAN'T get here via work (which is probably a blessing).

David R., Saturday, 19 May 2007 00:21 (nineteen years ago)

the first /ILX is empty, but the /ILX/ has stuff in it...

i manually delete the first, and bingo.

Alan, Saturday, 19 May 2007 00:22 (nineteen years ago)

Alan,

Yeah, been here before tonight already! I'll set the path to /ILX explicitly.

Keith, Saturday, 19 May 2007 00:22 (nineteen years ago)

and i can go round the cycle again, add, delete, and i end up with a blank cookie on /ILX, but bookmarks data is in /ILX/

hope this is all helping!

Alan, Saturday, 19 May 2007 00:24 (nineteen years ago)

It's cool - I've fixed it.

I'll deploy it shortly.

Keith, Saturday, 19 May 2007 00:26 (nineteen years ago)

groovy. er must catch some kip now. well done and all that!

Alan, Saturday, 19 May 2007 00:26 (nineteen years ago)

Great - losing the 8080 means I CAN'T get here via work (which is probably a blessing).
I want to get all the 8080 URLs out of google, cos they're making the search results diverge, so it's set to force them back to here.

You might be able to get into here at http://sandbox.thehold.net/ILX/ which is pointing to real ILX for the time being.

stet, Saturday, 19 May 2007 00:27 (nineteen years ago)

Should be it now, Alan.

You'll need to scrub the two cookies that were sitting there, though.

Keith, Saturday, 19 May 2007 00:38 (nineteen years ago)

seems that the frequent logout problem is back, at least for me

s1ocki, Saturday, 19 May 2007 00:39 (nineteen years ago)

Err.. Hopefully, it is away again...

Keith, Saturday, 19 May 2007 00:39 (nineteen years ago)

woohoo!

s1ocki, Saturday, 19 May 2007 00:49 (nineteen years ago)

how hard is it to bring back the fun characters so my display name looks like it should?

g®▲Ðұ, Saturday, 19 May 2007 01:38 (nineteen years ago)

u a lil bich grady

▒█▄█ ▄▄ ▒█▄█, Saturday, 19 May 2007 02:00 (nineteen years ago)

check yr email grady

stet, Saturday, 19 May 2007 02:18 (nineteen years ago)

thanks stet!

g®▲đұ, Saturday, 19 May 2007 03:12 (nineteen years ago)

it seems that when you log back in now, you start at the top of all threads now, rather than jumping to (more or less) the last read message? does this mean i should bookmark every thread i read at the last message read?

cheers

mookieproof, Saturday, 19 May 2007 04:30 (nineteen years ago)

Top posters of all time:

1. Ned Raggett (Ned) 91500
2. jaymc (jaymc) 37030

libcrypt, Saturday, 19 May 2007 04:41 (nineteen years ago)

That's one hell of a lead Ned's got.

libcrypt, Saturday, 19 May 2007 04:42 (nineteen years ago)

I estimate Ned has spent at least 2 continuous months of his life just typing posts on ILX.

libcrypt, Saturday, 19 May 2007 04:43 (nineteen years ago)

That describes a typical summer at my workplace.

Ned Raggett, Saturday, 19 May 2007 04:52 (nineteen years ago)

Remove unnecessary whitespace

-- Keith, Saturday, 7 April 2007 18:26 (2 weeks ago) Link


{o,o}
|)__)
-”-”-
O RLY

am0n, Saturday, 19 May 2007 05:09 (nineteen years ago)


______________________________
| |
| "HI U R ELIGIBLE 4 FREE IPOD" |
|_______________________________|
/
,,,))) _____________
\ (, ,) | '\\\\\\
c\ >' | ' ____|_
)o_/ | + '||::::::
___/ /___ | '||_____|
'--/ \_/ ) \'_______|_____|
|'/'. / =' \ ___/____|___\___
_|/__!___:___|/_\| _ ' <<<:|
/ _________ |_________'___o_o|
/ /:::::::::|
'=========='

am0n, Saturday, 19 May 2007 05:15 (nineteen years ago)

Tintin buys a PC.

libcrypt, Saturday, 19 May 2007 05:21 (nineteen years ago)

Ned this is the week of walloginas.jpeg.

I trust no one.

BIG HOOS aka the steendriver, Saturday, 4 August 2007 03:26 (eighteen years ago)

MODS PLEASE GOOGLEPROOF L0u1s J@gger BY USING WALLOGINAS

Curt1s Stephens, Saturday, 4 August 2007 03:27 (eighteen years ago)

Check out a recent build and STFU already.

libcrypt, Saturday, 4 August 2007 04:05 (eighteen years ago)

Can we have the "later" link back, so we can leave a thread without finishing it and still come back to where we left off?

Mark C, Saturday, 4 August 2007 10:39 (eighteen years ago)

And can we have the random button back please?

ailsa, Saturday, 4 August 2007 10:47 (eighteen years ago)

i would like a cornetto.

CarsmileSteve, Saturday, 4 August 2007 10:54 (eighteen years ago)

mmm, sticky moon...

CarsmileSteve, Saturday, 4 August 2007 11:32 (eighteen years ago)

Another request: since I usually check out ILX first thing I do when I get up (such is the responsibilities of a board mod) and before I go to work, I demand a button that makes me a nice cup of tea (black with two sugars).

King Boy Pato, Saturday, 4 August 2007 12:30 (eighteen years ago)

Can we have the "later" link back, so we can leave a thread without finishing it and still come back to where we left off?

the bookmarks are a decent enough replacement for that, surely?

grimly fiendish, Sunday, 5 August 2007 22:59 (eighteen years ago)

doesn't it jump to the last post you loaded when you click back on the thread anyway (as long as you're already logged in)?

blueski, Sunday, 5 August 2007 23:02 (eighteen years ago)

What are the chances of the RSS feed for new answers coming back?

BIG HOOS aka the steendriver, Sunday, 5 August 2007 23:05 (eighteen years ago)

Jagger Louis

Pleasant Plains, Sunday, 5 August 2007 23:15 (eighteen years ago)

Jew is lagger

Stevie D, Sunday, 5 August 2007 23:30 (eighteen years ago)

eleven months pass...

Revive! I'm still having this problem w the "7648596109056869822: Failed To Insert Message" bug. I'm getting this in Firefox 2 and 3 and IE. The above-suggestion about nuking cookies didn't work.

Has anyone else figured this out?

Naive Teen Idol, Monday, 4 August 2008 17:04 (seventeen years ago)

That's it checking the referrer and finding that when you post a message, that the post request doesn't come from www.ilxor.com. Are you coming in from a different URL?

Keith, Monday, 4 August 2008 17:07 (seventeen years ago)

Posting from another site you mean? No. Just ilxor.com. At home, this works on my Mac -- but not on my XP machine.

Naive Teen Idol, Monday, 4 August 2008 17:15 (seventeen years ago)

Well, it would fail if the request looks as though it doesn't come from there. I dunno about all these browser plugins you can get that do funny stuff, or something that might actually remove the referer HTTP header before you post (some sort of super-paranoid security plugin, perhaps) that would cause this problem.

Keith, Monday, 4 August 2008 17:17 (seventeen years ago)

All I have is Foxmarks and adblock -- and turning them off does nothing...

Again, I also get this problem on IE, so I wonder what's going on...

Naive Teen Idol, Monday, 4 August 2008 17:26 (seventeen years ago)

Wonder if his ISP is rewriting refers which would be mental. Also this -- http://www.eff.org/testyourisp/switzerland

Catsupppppppppppppp dude 茄蕃, Monday, 4 August 2008 17:38 (seventeen years ago)

Wouldn't expect so if the Mac is working and it's using the same ISP.

NTI, I can't really say much more on the grounds that I've no idea what's going on, on your computer. Maybe your firewall does something perhaps? It doesn't seem browser specific, but it is only happening on Windows, so that might be a guess. Try turning the firewall off for a bit and have a go.

Other than that, I don't know. Literally, all it does, is look for an HTTP header called "referer" and throws that error if it doesn't find it, or finds it and it's set to something other than www.ilxor.com, to reduce the likelihood of submissions of forms from anywhere.

Whatever's happening on your machine is either removing, or changing what's in that header, but I've no idea why or how.

Keith, Monday, 4 August 2008 18:12 (seventeen years ago)

GET RID OF TRACKMENOT

El Tomboto, Monday, 4 August 2008 20:36 (seventeen years ago)

What does that mean, Tom?

Keith, Monday, 4 August 2008 20:57 (seventeen years ago)

We're going to have animated avatars, I just know it.

kingfish, Monday, 4 August 2008 20:58 (seventeen years ago)

Tom wants him uninstall the bugmenot extension

Catsupppppppppppppp dude 茄蕃, Monday, 4 August 2008 21:45 (seventeen years ago)

I just looked at RetailMeNot and it actually looks like it doesn't call out remotely -- it keeps a copy of the site's db locally.

Catsupppppppppppppp dude 茄蕃, Monday, 4 August 2008 21:46 (seventeen years ago)

lol Keith you have to reach back in your memories
or click on the red bar and ctrl+f "referrer" etc

El Tomboto, Tuesday, 5 August 2008 00:23 (seventeen years ago)

Let's see if this works...

Naive Teen Idol, Tuesday, 5 August 2008 13:20 (seventeen years ago)

Yay -- it was the Symantec firewall.

Naive Teen Idol, Tuesday, 5 August 2008 13:28 (seventeen years ago)

Wow, so it must've been stripping out the referer. What a cheeky monkey.

Keith, Tuesday, 5 August 2008 13:40 (seventeen years ago)

Is it an SGS?

Jarlrmai, Tuesday, 5 August 2008 13:41 (seventeen years ago)

For future reference:

http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2002072516260948

Keith, Tuesday, 5 August 2008 13:44 (seventeen years ago)

While we're at it, I've noticed this bug in ILX: when I accidentally mistype the BBcode, the site is nice enough to tell me I've mistyped the code, and gives me the chance to correct it. But when I do that and try to repost what I've written, I always get an error message and the post doesn't go through, even though the BBcode is now corrected. This happens with both IE and Firefox.

Tuomas, Tuesday, 5 August 2008 13:44 (seventeen years ago)

The error message is like this:

HTTP Status 403 - Access to the requested resource has been denied

--------------------------------------------------------------------------------

type Status report

message Access to the requested resource has been denied

description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.

Tuomas, Tuesday, 5 August 2008 13:46 (seventeen years ago)

yeah i get that a lot as wel

akm, Tuesday, 5 August 2008 14:10 (seventeen years ago)

Thirded

Anyway, great stuff keith, thanks!

Tracer Hand, Tuesday, 5 August 2008 14:12 (seventeen years ago)

This is a bug. It may be fixed some time.

Nice to meet you on Sunday, Tracer. Sorry I didn't get more of a chance to chat. I stupidly thought that it would get quieter, later! Some other time.

Keith, Tuesday, 5 August 2008 14:21 (seventeen years ago)

Only recently noticed the tidy little AJAX. It's so subtle! Awesome!

fields of salmon, Tuesday, 5 August 2008 22:19 (seventeen years ago)

Yeah, I looked around for you but it was kinda.. crazy.

Tracer Hand, Tuesday, 5 August 2008 23:30 (seventeen years ago)

Yeah, it was a great laugh. Saw loads of people I haven't seen for ages.

Fields of salmon... Waht? There is no AJAX... This site is guaranteed pure Windows 3.1 shit.

Keith, Wednesday, 6 August 2008 11:04 (seventeen years ago)

Enh? But now when you post a comment it doesn't redraw the entire page! How does that work.

fields of salmon, Wednesday, 6 August 2008 12:15 (seventeen years ago)

It does... It just does it really quickly!

Keith, Wednesday, 6 August 2008 13:21 (seventeen years ago)

Waht? There is no AJAX... This site is guaranteed pure Windows 3.1 shit.
Ahem "convert simple HTML to BBcode" cough cough we up to date with all modern techniques and that

stet, Wednesday, 6 August 2008 14:16 (seventeen years ago)

That's more like SJA, but yes, it is certainly Javascript.

Keith, Wednesday, 6 August 2008 14:28 (seventeen years ago)

Though Javascript's really up there with Windows 3.1 shit I suppose.

Keith, Wednesday, 6 August 2008 14:28 (seventeen years ago)

four months pass...

Sorry if this isn't the right thread for this, but if I look at this poll thread:
PIXIES Poll: The best track on Trompe le Monde
with images turned off in my ILX preferences, the first post just appears like this:

http://i36.tinypic.com/280tvua.jpg, Monday, 15 December 2008 01:55 (3 days ago) Bookmark

all on one line, so the text before the image, the poll options list and the post attribution have all disappeared. Thought I'd raise it here in case any other polls-with-images are also broken.

(Also I was logged out when I first clicked on an option to vote, and after the login page I got some kind of error message which I've now lost which basically told me there was an unspecified error and try again in a minute, but I don't know if this is related or if I did something else wrong. Might've typed my password wrong, I often type my old ILX password in by mistake still)

(PS I'm using a slightly old version of Opera on XP, if that's of any relevance, but I've viewed source and the missing stuff really is missing, not just been eaten by an unclosed tag or anything)

britisher ringpulls (a passing spacecadet), Thursday, 18 December 2008 14:01 (seventeen years ago)

It's the same with me: I have images turned of, and the first post is totally invisible, I see only the same thing as Spacecadet. I'm at work, so I'm using IE.

Tuomas, Thursday, 18 December 2008 14:07 (seventeen years ago)

These polls both have images in the starting thread and still work for me with Show Images off, so I've no idea what the problem with the Pixies one is.

everybody has their own opinion: the jane's addiction NOTHING'S SHOCKING poll
jay reatard matador singles '08

Can't find anything else of the form [internal ILX link, text, image, poll] like the Pixies poll yet so maybe it's something about that combination which does it.

britisher ringpulls (a passing spacecadet), Thursday, 18 December 2008 14:12 (seventeen years ago)

I'd suggest starting a thread on the mod request forum or something about this.

grimly fiendish, Thursday, 18 December 2008 14:14 (seventeen years ago)

Will do, thanks. Wasn't sure if it was just "please edit this, thanks" requests there but now I see there are some other code/bug-related queries too.

britisher ringpulls (a passing spacecadet), Thursday, 18 December 2008 14:26 (seventeen years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.