Re: Button Download Plugin error (Joomla 1.6)
Posted: 27 Mar 2011, 13:07
Hi!
It is most important, to find an easy way to make jumps from articles into a PD-category or single file. Most in case a site has a part for downloads, but each article should join with their own downloads or download category.
I made a simple modification in plg_editors-xtd_phocadownload_v1.3.5.zip in phocadownlad.php at line 20
So the Phoca Download Link button apears, but in the apearing iFrame (at the second step in the frame) there are more errors.
As I see these errors in PD component 2.0.0 RC2. For example it tries using Sections but there is no Sections in RC2.
I dont want to change your code in RC2. Because I've in time trouble like You.
Hope I helped.
Regards,
CsIP
It is most important, to find an easy way to make jumps from articles into a PD-category or single file. Most in case a site has a part for downloads, but each article should join with their own downloads or download category.
I made a simple modification in plg_editors-xtd_phocadownload_v1.3.5.zip in phocadownlad.php at line 20
Code: Select all
function onDisplay($name) {
// global $mainframe;
$mainframe = JFactory::getApplication();
As I see these errors in PD component 2.0.0 RC2. For example it tries using Sections but there is no Sections in RC2.
I dont want to change your code in RC2. Because I've in time trouble like You.
Hope I helped.
Regards,
CsIP