Page 1 of 1
Phoca Download Plugin Target parameter not working
Posted: 09 Aug 2009, 03:37
by cognoquest
I am not convinced that the target parameter is working.
P.
Re: Phoca Download Plugin Target parameter not working
Posted: 10 Aug 2009, 14:22
by Jan
Hi, sorry I don't understand? Do you mean external download link parameter?
Re: Phoca Download Plugin Target parameter not working
Posted: 21 Aug 2009, 00:06
by cognoquest
Yes
Code: Select all
{phocadownload view=category|id=2|target=b}
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.
Re: Phoca Download Plugin Target parameter not working
Posted: 21 Aug 2009, 00:26
by Jan
Yes, see e.g.:
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
Re: Phoca Download Plugin Target parameter not working
Posted: 21 Aug 2009, 03:13
by cognoquest
Hmm strange, no target attribute here:
Code: Select all
<div class="phocadownloadcategory32"><a href="/en/documents-forms/category/2">Racing Documents</a></div>
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.