0

Sidebar vote colour

Alex Cranfield vor 10 Jahren 0
I don't know id it's a bug or not, but the colours of my votes on the sidebar are no longer visible. I hope this is only a temporary thing as it's my favorite UI feature on imgur.
0
Fertiggestellt

How do I link my Facbook Account to existing Imgur account?

Gabriel Chan vor 12 Jahren aktualisiert von Alan Schaaf (Founder) vor 12 Jahren 1
Antwort
Alan Schaaf (Founder) vor 12 Jahren
Your Facebook and Imgur accounts need to share the same email. Once they do, just click the Facebook button and it should work.
0

Hitting s while in my own album conflicts with Google Chrome's "search by image" hotkey feature.

RayRay Avid Lebon vor 10 Jahren 0
In Chrome if you hover over an image, press s then right click your mouse it will search using that image. However, Imgur has it's own hotkey assigned to "s" while in my own album, preventing me from looking up information about photos/landmarks/sources/art/objects. I can't turn it off under settings and it is incredibly frustrating. I want to turn hotkeys off!
0

SUPER weird... I keep getting logged in as username: Vexal? What the heck.

Paula C vor 12 Jahren 0
SUPER weird... I keep getting logged in as username: Vexal? What the heck.
0

The delete button on the image view don't seem to work.

Samantha White vor 9 Jahren 0
Selected a few images in my image view, pretty sure I clicked delete and not hide. But the image is not deleted, the direct link is still working. Tried on a few image and it is the same.
0

That is priceless! You are so blessed to have such a thoughtful and loving father.

Tom Sargeant vor 12 Jahren 0
0
Beantwortet

Where are the bad comments going?

David Ryder vor 13 Jahren aktualisiert von Alan Schaaf (Founder) vor 13 Jahren 0
If two trolls downvote a comment it has no chance to survive.
Antwort
Alan Schaaf (Founder) vor 13 Jahren
I'm really sorry about that. It was a bug in a recent update, but everything is fixed now. Please let me know if you continue to have problems with it.
0
Beantwortet

Refresh idle timer for image deletion in PHP

ephestione vor 13 Jahren aktualisiert von Alan Schaaf (Founder) vor 13 Jahren 2
To prevent auto image deletion by imgur, would a simple PHP code like:

fclose(fopen("http://i.imgur.com/xxxxx.jpg"))

be enough to reset the "idle timer"? My freecycling website uses your API, and if users renew listings (each 60 days) I would also like to refresh images... if listings expire (no renewal after 60 days) or users ask for deletion, I always call the deletion URL of pictures with this method, so I just want to make sure images stay on imgur as long as listings are on my website :)
Antwort
Alan Schaaf (Founder) vor 13 Jahren
Yep, that will work. However, you could also use cURL and grab only the headers. This would be much faster because you wouldn't have to wait for PHP to grab the whole file.
-1

Please remove the upvote/downvote buttons from your comments when viewed on your profile. I recently made a light hearted post about downvote fairies, and have received over 130 downvotes from trolls going to my profile and downvoting everything

Chris Phillips vor 9 Jahren 0
I recently made a light hearted post about downvote fairies, and have received over 130 downvotes from trolls going to my profile and downvoting everything. Yes they're 'just' internet points, but most people like getting upvoted (and so most people don't like getting downvoted). It's disheartening to be punished by trolls when you make legitimate posts to try and engage with the imgur community.
-1
Abgelehnt

there are many websites that do not support upper case letters, so when i give a imgur link the users can't see the picture. i wish imgur would give only lower case links.

learningtofeel vor 13 Jahren aktualisiert von hdwap vor 9 Jahren 1
only lower case please.
Antwort
Alan Schaaf (Founder) vor 13 Jahren
Uppercase letters are completely valid in URLs. In fact, most websites have case-sensitive URLs - including Imgur.

Allowing uppercase letters means that there are many many more filename permutations which means we won't have to extend the length of our filenames for a long time.

There are no plans to make the URLs lowercase. This is not a problem with Imgur, it's a problem with sites that ignore uppercase filenames.