BurtAnderson Posted August 25, 2011 Share Posted August 25, 2011 Ok I've fixed the comment bug in IE8 (at least I think I have...it works for me!). Really dumb reason why it wasn't working. I hate IE. The "need to login" even though you're logged in issue is because IE8 is caching the "not logged in" page. So if you go to a file without being logged in, try to download it, get the "need to login" page, login, go to download again, you'll see a cache page rather than the proper page. Not sure about a fix for that. I'm an ASP guy, but I rooted around for a PHP equivalent of some code I use, and found this: <? //Set no caching header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); ?> Placed at the top of a page, it's supposed to prevent caching - for what it's worth. From what I gather from my admittedly minimal research, PHP is supposed to send a "no cache" command to the browser automatically, but it couldn't hurt to specify. I guess I should break out a PHP for Dummies book and edumacate myself some more. Link to comment Share on other sites More sharing options...
buddah Posted August 25, 2011 Share Posted August 25, 2011 Easier to get the problem fixed, I think. But the uploader would have to report the file in case he disabled them intentionally. Buddah Link to comment Share on other sites More sharing options...
nivea Posted August 25, 2011 Share Posted August 25, 2011 Image share sure is acting bleh, I cant see half the pictures the thumbnails are all out of whack... Is that just me or for anyone else? Link to comment Share on other sites More sharing options...
KDStudios Posted August 25, 2011 Author Share Posted August 25, 2011 Imageshare is completely fine for me, what browser you on? My only problem with it is the fact endorsements are separate from the comment :( I always thought it was a nice touch haha. Link to comment Share on other sites More sharing options...
nivea Posted August 25, 2011 Share Posted August 25, 2011 Hmm firefox is what I use, damn. :\ Link to comment Share on other sites More sharing options...
Secondrow Posted August 25, 2011 Share Posted August 25, 2011 This has probably already been mentioned. For me on IE the TESNEXUS is the only one that seems to have major problems the other four Nexus look and seem to be working fine. I must admit that I haven’t tried to download anything from them as I am not playing these games at the moment. Vista using IE9 Link to comment Share on other sites More sharing options...
Dark0ne Posted August 25, 2011 Share Posted August 25, 2011 This problem should now be fixed, KD. Please confirm. Link to comment Share on other sites More sharing options...
KDStudios Posted August 25, 2011 Author Share Posted August 25, 2011 I can confirm it has been fixed!Many thanks Dark0ne :) Link to comment Share on other sites More sharing options...
Dark0ne Posted August 25, 2011 Share Posted August 25, 2011 Good good! :) Link to comment Share on other sites More sharing options...
KDStudios Posted August 25, 2011 Author Share Posted August 25, 2011 Feel free to lock this now, many thanks to the staff for dealing with this swiftly :D http://www.thenexusforums.com/public/style_emoticons/dark/psyduck.gif Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now