I have just installed JCOmments and enabled it on a category
At the foot of the article I get an Add Comment link which does nothing when I click on it.
Looking at the source of the page the code is like this:
<script type="text/javascript">
var jcomments=new JComments(9, 'com_content','
http://localhost:8080/BOCA_Joomla/index.php?option=com_jcomments&tmpl=component');jcomments.setList('comments-list');
</script>
<div id="jc">
<div id="comments"></div>
<div id="comments-form-link">
<a id="addcomments" class="showform" href="#addcomments" onclick="jcomments.showForm(9,'com_content', 'comments-form-link'); return false;">Add comment</a>
</div>
<div id="comments-footer" align="center"><a href="
http://www.joomlatune.com" title="JComments" target="_blank">JComments</a></div>
<script type="text/javascript">
jcomments.setAntiCache(1,1,1);
</script>
</div>
</div>
</div>
</div>
When I click on the link Firebug shows the following:
http://localhost/BOCA_Joomla/index.php?option=com_jcomments&tmpl=componentand no response at all.
Any help appreciated!
THanks