Note!
Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!afterDisplayContent
-
ResolvedHi,
i use follow Code in my Main Template to display "Comments" and other Stuff that should displayed after Text:
But Kumento parse his code output before this code,or? Because the Comments will not Display inside the div with id comments.
So it is a problem for me to style the joomla theme i like.
Accepted Answer
-
Selected answer for this questionHello Markus,
You can do a quick fix on the following file:
joomla_root\components\com_komento\komento_plugins\com_content.php
Around line 139 find and add a new line so it looks the below:
if( $options['view'] == 'entry' )
{
//$article->text .= $html;
return $html;
}
Hope these helps
*edited to fix typo, my bad*Markus likes this post.
2 responses Add a reply
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.