0

Option to add quickly a imgur image from other users to our allbums.

Álvaro Gorjeando 10 років тому 0
0

don't like new changes

Theodore Grabowsky 12 років тому оновлено Sarah 12 років тому 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. 
Відповідь
Sarah 12 років тому
Fixed
0
Є відповідь

bulk uploader:

heffalump 13 років тому оновлено Sarah 13 років тому 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?
Відповідь
Sarah 13 років тому
You cannot drag and drop folders, but you can highlight all 50+ images and drag and drop them at once. 
0
Under review

Hey Imgur

Eddie Mkryan 12 років тому оновлено Sarah 12 років тому 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
Є відповідь

Embed imgur uploader/plugin into a website

Oshri Shomrony 12 років тому оновлено Sarah 12 років тому 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.

Відповідь
Sarah 12 років тому

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

0
Not a bug

Can't seem to edit pictures since last week.

YaoZi 12 років тому оновлено Sarah 12 років тому 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.
Відповідь
Sarah 12 років тому
The editor is working normally. Try disabling add-ons and making sure your browser is fully updated. 
0
Fixed

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 14 років тому оновлено Alan Schaaf (Founder) 13 років тому 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.
Відповідь
Alan Schaaf (Founder) 14 років тому
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
Planned

Usernames / Points / Notifications

Zach Bach 13 років тому оновлено Sarah 13 років тому 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

Відповідь
Sarah 13 років тому
We have plans for 2 and 3. I'll put a request in for one. 
0
Not a bug

london boy one is NOT display

Jon Gallo 13 років тому оновлено Sarah 13 років тому 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 11 років тому 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