i digged some posts on smf forum and i found that this was done intentially because back-link that mambot made in forum was leading to frontpage and not to article .... i commented out some lines from mosbot and now i got comments on frontpage but i dont know how to make them work properly... you have to comment those lines in smf.discussbot.php
//if (($_REQUEST['option'] !="com_content" && $_REQUEST['option'] !="com_frontpage" ))
//{
/// return;
//}
//else
//{
and then commend trailing } in code just before JavaScript
return $showlink;
}
//} -- this is what you got to comment out
?>
<script language="JavaScript">
function send_form(form_id)
{
document.getElementById(form_id).submit();
}
</script>
and it will work - but with bugs
i think that bot should have make the comment links different for every article on frontpage... maybe i will look into this
bye