Phoca Download Plugin Options for description?
Posted: 19 Aug 2014, 15:48
I tried this in a K2 item:
Actually I only have this code so far and it works:
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:
to something like:
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
Code: Select all
{phocadownload view=file|id=8|target=b|detail=1|displayname=1|displaydetail=1|displaydownload=1}
Code: Select all
{phocadownload view=file|id=8}
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].'}'); ?>
Code: Select all
<?php echo JHTML::_('content.prepare', '{phocadownload view=file|id='.$extrafields[10].'|detail=1|displayname=1|displaydetail=1|displaydownload=1}'); ?>
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