Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Attachments 2.1
Hi. I just installed this extension and nothing has happened. I expected a new field to appear in the 'add comment box but nothing. Everything else seems to be working fine. Do I need to switch something else on guys?
0
This discussion has been closed.
Comments
You are not allowed to upload (testing.txt) the requested file type: plain/text
'text/plain' => array('txt', 'TXT'),
*ahem* Typo?
<div id="Attachments_2" class="Attachments"> <ul> <div><img alt="c.jpg" src="/forum/extensions/InlineImages/image.php?AttachmentID=1"/></div>
edit: I found out why its nested wrong. its the Inline image addon that does it to prevent the list-style-image to appear. seems like a bad way to go about it to me. imho.
I had the same issue, and used this post to solve it:
http://lussumo.com/community/discussion/5547/2/attachments/#Comment_65655
in short, replace this line:
'application/download' => array('rar', 'RAR',)
With this line:
'application/download' => array('rar', 'RAR', 'zip', 'ZIP')
Also, main dicussion for this addon is here:
http://lussumo.com/community/discussion/5547/2/attachments/
(yes, i know i kind of necro'd this, but it was the only instance of someone figuring out it was related to firefox issue, and it was the first one i found via google on this topic)