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?
Forums
[SOLVED] Bug on com_content
Hi, is it the same problem as here :
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11999
Max
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=17&t=11999
Max
nope it does not solve the problem here its an url http://www.rbh1.se/index.php?option=com_content&view=category&id=40&Itemid=63 if you whant too lock at it your self
ah thank you i thought you mean just the fix:
This solved it ...
my misstake pretty tierd 😀 thanks for the fast reply
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.