0

don't like new changes

Theodore Grabowsky il y a 12 ans mis à jour par Sarah il y a 12 ans 0
I hate the new changes, one of my favorite parts of imgur, was the ability to control click on thumbnails, and open multiple windows to show my wife later.  Now if I open in a new tab, it is just the thumbnail. 
Solution
Sarah il y a 12 ans
Fixed
0
Résolu

bulk uploader:

heffalump il y a 13 ans mis à jour par Sarah il y a 13 ans 2
I  know you can drag and drop several images at once, but is there a way to do that with a whole file of say 50+ images?
Solution
Sarah il y a 13 ans
You cannot drag and drop folders, but you can highlight all 50+ images and drag and drop them at once. 
0
À l'étude

Hey Imgur

Eddie Mkryan il y a 12 ans mis à jour par Sarah il y a 12 ans 0

So recently I've been posting some pictures to the new gallery and they have been getting very positive attention (Here is the album if you'd like to see as well http://imgur.com/a/aiyTs#0 ) and even a few fans. My idea would be to have a feature to subscribe/follow another users activity and lets you choose what about a certain user you would like to be updated about such as updating an album, posting a comment, achieving a new rank, gallery posts etc so my "fans" can be updated about a new picture I've created and uploaded. Thank you in advance for any consideration you give to this idea and good luck with the site been using it for a while and enjoy it every day :)

0
Résolu

Embed imgur uploader/plugin into a website

Oshri Shomrony il y a 12 ans mis à jour par Sarah il y a 12 ans 2

Hello, is there  a way to embed imgur uploader into a website? 

For example, add <iframe> or some other plugin to forum posting page, so users can upload images when they write posts and copy the image link to their post.

Solution
Sarah il y a 12 ans

This is not a feature now, but I'll add it to the suggestions. 

0
Pas un bug

Can't seem to edit pictures since last week.

YaoZi il y a 12 ans mis à jour par Sarah il y a 12 ans 0
Well as my title has stated, the photo editing tool included on imgur doesn't seem to appear anymore. Whenever I press 'advanced' and wait for the tools to load, it'll just stop loading with a black screen. Refreshing doesn't help though. Was working fine previously.
Solution
Sarah il y a 12 ans
The editor is working normally. Try disabling add-ons and making sure your browser is fully updated. 
0
Corrigé

hyperdesktop has a win 32 trojan, is this what I am to expect from your website? I am a new user and will wait for your response. I am at khransdell@hotmail.com. KHR

Kenneth Ransdell il y a 14 ans mis à jour par Alan Schaaf (Founder) il y a 13 ans 4
Immunet caught the trojan, a win32 trogan which is quarantined now.
Please advise as to what you know of this. I download all the time and this is the very first time Immunet has caught a trojan for me.
Solution
Alan Schaaf (Founder) il y a 14 ans
Hyperdesktop is not infected with a trojan. It's safe to say that your anti-virus is giving you a false positive.

This is my scan report: http://i.imgur.com/kd0F2.png
0
Prévu

Usernames / Points / Notifications

Zach Bach il y a 13 ans mis à jour par Sarah il y a 13 ans 1

Hello,

 

3 things:

1. Is there a way to make people have a uniqiue ID? That way even if someone changes their username you can still get to their page?
2. Can we have some more categories above Glorious?
3. Is there anyway to make a notification if someone says @username "Insert Comment." Maybe a pop-up on your page, etc.



If you want me to upload these all seperately, I can.

 

Thanks,

 

Zach

Solution
Sarah il y a 13 ans
We have plans for 2 and 3. I'll put a request in for one. 
0
Pas un bug

london boy one is NOT display

Jon Gallo il y a 13 ans mis à jour par Sarah il y a 13 ans 0
Hello,

First of all GREAT pictures!!!  The one with Ann Frank really hit home to me.  (I'm Jewish.  My Rabbi's father was a holocaust survivor.)

I would like to point out the picture of the boy from the bombing of London is not appearing but instead the same picture of Lincoln.

Take care,   
0

Upload image to imgur from another URL

Uglješa Erceg il y a 11 ans 0

Hi folks,


I am writing app in C# which should provide to user imgur link of picture which already exists on some other URL (so, not from local machine). I have implemented app so far (dummy) that app downloads image from its original URL and then local copy of image is being uploaded to imgur server and I get my imgur URL. I set image property in this way:

{ "image", Convert.ToBase64String(File.ReadAllBytes(localFileName)) }

So, basically, I read image locally from machine and pass that byte stream converted to base string in my request.


My question is: Is there a way not to do that, but to send URL where image is located and that I become imgur URL of that image without saving it locally on machine before making request to imgur server?


Many thanks in advance for any kind of answer.


Best regards.
UE