Open /plugins/system/jcomments.php, find code:
function onAfterRender()
{
and add next code:
$option = JRequest::getCmd('option');
if ($option == 'com_content') {
$document = & JFactory::getDocument();
if ($document->getType() == 'feed') {
$buffer = JResponse::getBody();
$buffer = preg_replace('#{jcomments\s+(off|on|lock)}#is', '', $buffer);
JResponse::setBody($buffer);
}
}
It DOESN'T WORK. Please, write excatly how to do this. Joomla 2,5.
PS
You even wrote a wrong directory