I’m not a fan of the throbber that shows when a user removes an attachment or chooses to add another item. I have PECL upload progress installed and am a fan of that but how can I get rid of the throbber when a user wants to remove an item or add another item? Thank you very much.

Comments

vm’s picture

looks like it may take some hacking of the filefield_widget.inc file

may give you something to work with until such time as somene can give you a full answer.

quicksketch’s picture

I'd suggest putting a display: none or other CSS in you theme's style.css to simply hide the functionality.

quicksketch’s picture

Status: Active » Closed (fixed)