Phoca Download Plugin Target parameter not working

Phoca Download - download manager
cognoquest
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 22 Jun 2009, 15:04

Phoca Download Plugin Target parameter not working

Post by cognoquest »

I am not convinced that the target parameter is working.

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

Re: Phoca Download Plugin Target parameter not working

Post by Jan »

Hi, sorry I don't understand? Do you mean external download link parameter?
If you find Phoca extensions useful, please support the project
cognoquest
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 22 Jun 2009, 15:04

Re: Phoca Download Plugin Target parameter not working

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Download Plugin Target parameter not working

Post 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
If you find Phoca extensions useful, please support the project
cognoquest
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 22 Jun 2009, 15:04

Re: Phoca Download Plugin Target parameter not working

Post 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.
Post Reply