Page 1 of 1
Download button for external link to open in a new windows
Posted: 11 Aug 2011, 00:45
by ofinet
How do you set the phoca download button to open external link in a new windows or new windows tab? Is it possible? Help from any one please
Re: Download button for external link to open in a new windo
Posted: 12 Aug 2011, 11:21
by Jan
Hi, if you are using IE, this depends on your settings in browser, not in the component
target _blank means new window or new tab but depends on settings in browser.
Jan
Re: Download button for external link to open in a new windo
Posted: 27 Oct 2011, 22:58
by MissEmmaLee
I am actually having a hard time finding that option.
Some files open in the parent window, and others download the file -
It's odd..
Re: Download button for external link to open in a new windo
Posted: 28 Oct 2011, 01:39
by MissEmmaLee
Okay, I need to point out in the php that needs to be checked.
This also works in the back link in Explorer as well.
So, edit the php:
com_phocadownload/views/file/view.html.php
on line 79
$tmpl['download_external_link'] = $params->get( 'download_external_link', '_self' );
Change to:
$tmpl['download_external_link'] = $params->get( 'download_external_link', '_blank' );
Then - in the Phoca File Editor for each file, Drop down "Direct Link" - No
In the Phoca Download Control Panel, Options, I have External Download Link set to "Blank"
Thanks for a great component! I hope this helps
Re: Download button for external link to open in a new windo
Posted: 02 Nov 2011, 00:35
by Jan
Hi, thank you for the guide.
Jan