Page 1 of 1

Phoca Download Plugin not working in a category

Posted: 28 Feb 2013, 12:43
by cyberseed
Hi I can’t get the plugin to work in a category, it works fine in an article but when I use the phoca download button in a category the front end displays the code not the link.

I have recently migrated Joomla from 1.5.26. The plugin worked as expected in this installation.

Joomla! 2.5.9 - migrated using Jupgrade
Phoca Download Plugin 2.1.6

Help yes please! :D

Re: Phoca Download Plugin not working in a category

Posted: 28 Feb 2013, 19:39
by Jan

Re: Phoca Download Plugin not working in a category

Posted: 04 Mar 2013, 13:38
by cyberseed
Thanks Jan :)

Just to clarify just in case anyone else has the same problem.
I changed code in 2 files in the templates override folder:
template/html/com_content/category/default.php
template/html/com_content/category/ blog.php

Change this code:

Code: Select all

echo $this->category->description;
To this:

Code: Select all

echo JHTML::_('content.prepare', $this->category->description);
Simple when you know how!

Re: Phoca Download Plugin not working in a category

Posted: 07 Mar 2013, 01:06
by Jan
Ok