Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Yes, i think its to do with the tracking/updating of the latest post read within a thread, as its still sometimes still taking me to the "previous" latest post.
I think that's another one of those things where they rely on some bit of JavaScript rather than just keeping track of it server-side when generating the page. If so, I can probably wedge something in there to do it the old way that worked rather than the new way that doesn't because it's dumb
I'm curious, quite a lot of IT types run using Noscript or whatever, is the new forum is utterly unusable without all that guff? Or does it fall-back to something more old-fashioned?
That's on the list to fix. I don't know exactly why, but some users have the "thumb" version generated while most don't, and if it can't find the thumbnail version it falls back to the default avatar, rather than doing something sensible like falling back to the full-size one. This is one of the very few bits of code that's the same as it was on the old version, but the old version didn't use the "thumb=1" option anywhere, or not anywhere people looked
And they include that "thumb=1" in places where they don't even want the thumbnail version. As there are strict limits on the sizes (both dimensions and bytes) of avatars and neither of them are huge, I don't think it's an issue to just use the normal version and let the browser scale it.
and possibly swap the border 1px with a padding 1px; to remove a pointless border. The avatar forces the browser to rescale so it does all the hard work.
"I can put any old tat in my sig, put quotes around it and attribute to someone of whom I've heard, to make it sound true."
- Voltaire/Benjamin Franklin/Anne Frank...
Don't like the way you can't see the paging control of a tgread in mobile view. You have to go into the thread and then click to go to the last post.
Also the advanced search doesn't allow you to diplay resukts as posts and it doesn't order them. I like to ordee by date in descending order but that isn't happening.
Comment