Note!

Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!

afterDisplayContent

  • Resolved
    Tuesday, May 08 2012, 03:39 PM
    Posted by Markus
    0
    Hi,

    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 question
    Tuesday, May 08 2012, 05:32 PM
    Posted by Jewei - #permalink
    1
    Hello 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*

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.

Register Now →

Please Login Forgot your password?