Page 1 of 1

Phoca Download Plugin Options for description?

Posted: 19 Aug 2014, 15:48
by designinside
I tried this in a K2 item:

Code: Select all

{phocadownload view=file|id=8|target=b|detail=1|displayname=1|displaydetail=1|displaydownload=1}
Actually I only have this code so far and it works:

Code: Select all

{phocadownload view=file|id=8}
But now as I want to display at least the description I noticed that all other params dont do anything actually.

I tried this in usual Joomla article but its not working there too.

I actually have to update some custom code in the K2 override:

From:

Code: Select all

<?php echo JHTML::_('content.prepare', '{phocadownload view=file|id='.$extrafields[11].'}'); ?>
to something like:

Code: Select all

<?php echo JHTML::_('content.prepare', '{phocadownload view=file|id='.$extrafields[10].'|detail=1|displayname=1|displaydetail=1|displaydownload=1}'); ?>
Whats the problem?

My Sys:
Joomla! 3.3.3 Stable [ Ember ]
Phoca Download 3.0.5
Phoca Download Plugin 3.0.1
Phoca Download Button Plugin 3.0.1
K2 2.6.8

Re: Phoca Download Plugin Options not working?

Posted: 20 Aug 2014, 23:23
by Jan
Hi, see:
https://www.phoca.cz/documents/51-phoca- ... oad-plugin

there is no parameter like:
detail
displayname
displaydetail
displaydownload


Jan

Re: Phoca Download Plugin Options not working?

Posted: 21 Aug 2014, 12:25
by designinside
I cant find the page again but I found the params on your page.
So any possibilities to achive displaying the description?

Re: Phoca Download Plugin Options not working?

Posted: 21 Aug 2014, 16:44
by Benno
Hi,
I think you mean this site: https://www.phoca.cz/documents/14-phoca- ... ery-plugin But this is for Phoca Gallery Plugin.. :(

Kind regards,
Benno

Re: Phoca Download Plugin Options not working?

Posted: 26 Aug 2014, 17:28
by designinside
Yeah, bad luck! :cry:

Any way to get this worked out by you?

I´m asking because a client maybe must have this option. So what would it cost if you implement this option?

Re: Phoca Download Plugin Options for description?

Posted: 26 Aug 2014, 18:14
by Jan
Hi, yes, this needs to be customized :-( There is no cost problem but time problem to making such customization so I think you need to find someone with php skills who can customize it :idea:

Jan