Forums

[SOLVED] Bug on com_content

sjodda 20 Dec, 2008
I have a bug when i have a page who is in Articles » Category (index.php?option=com_content&view=category&id=40&Itemid=63) the comment is shown in top of page is it possibe too hide it?
sjodda 20 Dec, 2008
ah thank you i thought you mean just the fix:

The fix I found for this problem involved a replacement plugin file (/plugins/content/ChronoComments.php) and can be found at http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11304.


This solved it ...
function plgContentChronocomments( &$row, &$params, $page=0 )
    {
       global $mainframe, $addChronoCommentscripts;
       if(!$row->id)return;

my misstake pretty tierd 😀 thanks for the fast reply
This topic is locked and no more replies can be posted.