Page 1 of 1

Re: Loadposition does not work in phocadowload categories/se

Posted: 29 May 2010, 21:02
by Jan
Hi, check your plugin, if this is a content plugin, you can use it only in Article.

Or you can change the description field in Phoca Download code to accept content plugins ...


FROM:
Changing e.g. variable $description to:

Code: Select all

JHTML::_('content.prepare', $description);
(this is not a code from Phoca Download, it is only example code)

Jan