By Norman Wensky on Wednesday, 09 August 2017
Replies 0
Likes 0
Views 752
Votes 0
{loadmodule ...} doesn't get parsed in the entry view. You should really support Joomla's native articles functions in the entry view.

Fixed the point above with a tmpl override and added this line to the blogs/entry/default.php:


$content = JHtml::_('content.prepare',$content);
View Full Post