Internet Explorer 11 Download Problem

Phoca Download - download manager
derben
Phoca Member
Phoca Member
Posts: 19
Joined: 09 May 2014, 12:23

Re: Internet Explorer 11 Download Problem

Post by derben »

Hi Jan,

Thanks. You are right, ACL works inside the htdocs/Joomla//phocadownload directory as well. Not sure why I didn't try it.
I' ve copied all files to htdocs/Joomla/phocadownload/... and the problem is solved now.


Thanks,

Ben.
Last edited by derben on 28 Jun 2014, 15:48, edited 1 time in total.
derben
Phoca Member
Phoca Member
Posts: 19
Joined: 09 May 2014, 12:23

Re: Internet Explorer 11 Download Problem

Post by derben »

Ok, now all files do open as expected. But unfortunately the problem arises again if I upload a new file. Then the links create trouble with IE11 again.
After looking into it, I found that the switch "Direct-Link" was set to "No" by default. With Direct-link set to "Yes" it works fine. Is there a way to set Direct-link to "Yes" by default (while uploading a file) ??
Last edited by derben on 28 Jun 2014, 23:04, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Internet Explorer 11 Download Problem

Post by Jan »

Hi, no, there is no such option, this needs to be set directly in the code :idea:

Jan
If you find Phoca extensions useful, please support the project
derben
Phoca Member
Phoca Member
Posts: 19
Joined: 09 May 2014, 12:23

Re: Internet Explorer 11 Download Problem

Post by derben »

Hi Jan,

Thanks for your reply. Could you give me a hint where I have to edit the code ?

Ben.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Internet Explorer 11 Download Problem

Post by Jan »

Hi, if you mean in frontend, the model in frontend needs to be customized:

components\com_phocadownload\models\user.php

method _save()

Code: Select all

$data['directlink']		= 1;

(but not tested)

Jan
If you find Phoca extensions useful, please support the project
derben
Phoca Member
Phoca Member
Posts: 19
Joined: 09 May 2014, 12:23

Re: Internet Explorer 11 Download Problem

Post by derben »

Thanks Jan !!! :)
I do need it for the backend too. Would be great if i could use it for single and multiple uploads.

Thanks mate !

:twisted:
derben
Phoca Member
Phoca Member
Posts: 19
Joined: 09 May 2014, 12:23

Re: Internet Explorer 11 Download Problem

Post by derben »

I have found it myself. Now the issue is solved for me.


Thanks again !
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Internet Explorer 11 Download Problem

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
genr8r
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 03 May 2013, 18:51

Re: Internet Explorer 11 Download Problem

Post by genr8r »

Greetings Jan,

I have a website with the same issue described in this topic. Is there any chance you can more more explicit instructions for setting the "direct link" default to "yes" for the frontend and the backend?

Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Internet Explorer 11 Download Problem

Post by Jan »

Hi, did you search this forum, there were guides for it. You can set it in components/com_phocadownload/models/user.php - by changing the _save method, add:

Code: Select all

$data['directlink']		= 1;
Jan
If you find Phoca extensions useful, please support the project
Post Reply