Phoca Download Plugin not working in a category

Phoca Download - download manager
cyberseed
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 Feb 2013, 12:25

Phoca Download Plugin not working in a category

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

Re: Phoca Download Plugin not working in a category

Post by Jan »

If you find Phoca extensions useful, please support the project
cyberseed
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 Feb 2013, 12:25

Re: Phoca Download Plugin not working in a category

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

Re: Phoca Download Plugin not working in a category

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply