Re: Loadposition does not work in phocadowload categories/se
Posted: 29 May 2010, 21:02
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:
(this is not a code from Phoca Download, it is only example code)
Jan
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);Jan