You mus comment this/* $akocpversion = "<p align='center'><span class='small'>Powered by AkoComment Tweaked <a href='
http://www.visualclinic.fr' target='_blank' >Special Edition[/url] v." . _AKOCOMMENT_TW_SE_VERSION;
$akocpversion .= "
AkoComment © Copyright 2004 by Arthur Konze - <a href='
http://www.mamboportal.com/' target='_blank'>www.mamboportal.com[/url]
All right reserved</span></p>";*/
and to keep it working, then comment this block of code../* # If we are not on the content page
} else {
$replacementlink = ($ac_openingmode) ? "<a class=\"\" href=\"javascript:void window.open('".sefRelToAbs("index2.php?option=com_content&task=view&id=$row->id&pop=1&page=0")."', 'win2', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');\">" : "<a class=\"\" href='".sefRelToAbs("index.php?option=com_content&task=view&id=$row->id$Itemid")."'>";
if ($ac_mainmode == "0") {
$row->text = str_replace( "{moscomment}", "<p><img src='".$mosConfig_live_site."/components/com_akocomment/images/comment.gif' hspace='2' style='vertical-align:middle;' alt='' />$replacementlink"._AKOCOMMENT_COMMENTS." ($total)[/url]".$showextralinks."</p>", $row->text );
} elseif (in_array ($row->sectionid, $seclistarray)) {
$row->text = str_replace( "{moscomment}", "", $row->text );
// Changed by Arnaud Bonneville, 25/08/2005
// If Zero comments are posted we dont show "0 comments"
if ($total>0) {
$row->text = $row->text."<p><img src='".$mosConfig_live_site."/components/com_akocomment/images/comment.gif' hspace='2' style='vertical-align:middle;' alt='' />$replacementlink"._AKOCOMMENT_COMMENTS."[/url] ($total)";
} else {
$row->text = $row->text."<p><img src='".$mosConfig_live_site."/components/com_akocomment/images/comment.gif' hspace='2' style='vertical-align:middle;' alt='' />$replacementlink"._AKOCOMMENT_WRITEFIRSTCOMMENT."[/url]";
}
// End of change
// END ADDING OPTIONS BY Bernard Gilly
$row->text .= $showextralinks""."</p>";
}*/
Should work fine