Closed (fixed)
Project:
filedepot
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 16:18 UTC
Updated:
11 Jun 2012 at 15:01 UTC
Hi guy's,
When I try to download any format of image or a .txt file type it loads a new page with the image/content of the .txt file in.
All other file types give you a download popup window asking if you want to open / save the sile but not images or .txt files.
Is there a huge bug here or is there a reason for this/ fix available??
Thanks
Comments
Comment #1
JCB commentedHi Guys,
Here is how I got my Filedepot to supply popup box to save file instead of opening in same window.
First let me state that I think these 3 posts are all experiencing the same issue.
http://drupal.org/node/1543430
http://drupal.org/node/979482
http://drupal.org/node/966256
Here is my solution (derived from http://drupal.org/node/966256)
1. edit the filedepot.module file
2. Replace
$inline_types = variable_get('filefield_inline_types', array('^text/', '^image/', 'flash$'));with
$inline_types = ''3. Make sure you get both instances in the filedepot.module file
This worked for me.
Comment #2
_timpatrick commentedMoving this to fixed unless any new issues arise