I am not convinced that the target parameter is working.
P.
Phoca Download Plugin Target parameter not working
-
- Phoca Newbie
- Posts: 8
- Joined: 22 Jun 2009, 15:04
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Download Plugin Target parameter not working
Hi, sorry I don't understand? Do you mean external download link parameter?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 22 Jun 2009, 15:04
Re: Phoca Download Plugin Target parameter not working
Yes
Following the documentation https://www.phoca.cz/documents/51-phoca- ... oad-plugin. I was under the impression that this should open the category in a new window.
P.
Code: Select all
{phocadownload view=category|id=2|target=b}
P.
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Download Plugin Target parameter not working
Yes, see e.g.:
https://www.phoca.cz/phocadownload-plugin - Download Section - the target="_blank" will be added to the url:
Check your link, if it contain target="_blank" attribute
Jan
https://www.phoca.cz/phocadownload-plugin - Download Section - the target="_blank" will be added to the url:
Code: Select all
<a href="/download" target="_blank">Download Sections</a>
Check your link, if it contain target="_blank" attribute
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 22 Jun 2009, 15:04
Re: Phoca Download Plugin Target parameter not working
Hmm strange, no target attribute here:
Tried with sections instead of category, tried with IE 7, Firefox 3.0.13, tried by turning off in the Joomla Global configuration: Search Friendly URLs, Apache mod_rewrite. Always missing the target attribute.
I noticed you now have a new Phoca Download Plugin version since I logged the problem. I am using version: plg_phocadownload_v1[1].0.0_beta and com_phocadownload_v1[1].1.0 Could this be the problem?
P.
Code: Select all
<div class="phocadownloadcategory32"><a href="/en/documents-forms/category/2">Racing Documents</a></div>
I noticed you now have a new Phoca Download Plugin version since I logged the problem. I am using version: plg_phocadownload_v1[1].0.0_beta and com_phocadownload_v1[1].1.0 Could this be the problem?
P.