I installed Jcomment for Joomla 1.5
It successfully installed, went through the settings, etc.
I put it on one page in only one category (on a blog). So it was right where I wanted it to be, at the end of an article.
I assumed it would work, until someone told me they had put in a comment, but I hadn't seen it and neither had they.
So I tried it. Click on the link (add a comment) and it comes up, you can type in a comment, etc.
The problem is when you click 'send' the comment disappears, never to be seen again.
I set it up so that there would be an email notification, but there was none.
I looked on your site, and it says something like this about displaying a comment:
$comments = JPATH_SITE . DS .'components' . DS . 'com_jcomments' . DS . 'jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($id, 'com_mycomp', $title);
}
But I'm not sure about where one would place that (inside of an existing php file?!? (if so where?) and that doesn't explain the no email notification.
I'm not using Beez, Milky Way or any of the standard templates, if that makes any difference?


