Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Attachments 2.0 and Inline Images 1.1
This discussion has been closed.
Comments
(Also if it's not an image (e.g. PDF), mouseover gives the number in the URL preview.)
Is it possible to get the number displayed after an image has been uploaded? Perhaps to the right of the "Browse..." button. That would allow one to know how to place the image into the message, without having to post it, edit it (to find the number), repost it.
Just can't wait for the Thickbox/Lightbox version of this.
Now that would impress me!
I did not get very far did I?
Is there a read-me somewhere, surely upload permissions need to be set somewhere?
*sigh* It's so beautiful. Plus, now it has support for imagesets/galleries! Been waiting for that since day 1. ^_^
They fixed that Firefox overlay error, added support for more files, fixed the caching issues, and optimized the whole package down to 27k total. Their changelog is huge.
I see that you've disabled the inline images. Can you activate it again so I can see what's wrong? :P Also.. try using [Image_4] and [Image_5] in your comments. Does this work?
EDIT: Mmm.. I just downloaded the images, and I can't view them.
Now if I can specify how many to upload all at one time instead of wash/rinse/repeat.
The thing is: I'm using the discussion/comment form for uploading attachments. The normal encoding-type is just text. I use javascript to change the encoding type to multipart/form-data:
<script type="text/javascript" language="javascript"> var f = document.getElementById(\''. $this->FormName .'\'); f.encoding = \'multipart/form-data\'; </script>
My guess is, it doesn't work on all browsers... I'll look into it. Maybe I can find another way. For now, try Firefox and see if it works!
(Also, nice way of showing the error with those screenshots :P)