Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Unable to submit comment - goes to the top of page instead
Pages: [1]   Go Down
  Print  
Author Topic: Unable to submit comment - goes to the top of page instead  (Read 2036 times)
0 Members and 1 Guest are viewing this topic.
twoshedsmcginty
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: October 07, 2010, 20:29:06 »

Whether logged in or posting as a guest, the jcomments 'submit' button on my site just sends the user to the top of the page. The link the form points to has become '#'.

The site uses an Artisteer template. I have read the thread here about Artisteer templates, but the code that it mentions may be missing is NOT missing in my Artisteer template. It's all there, and in the right place. I'm really stuck on this problem - has anyone else here got past it, and how...?

Many thanks.

Site is: www.shadowlocked.com
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: October 07, 2010, 20:48:12 »

This is because some extension what has removed all words JComments on page. For example you site has:

Code:
<script type="text/javascript">
<!--
var =new (666, 'com_content','/index.php?option=com_&amp;tmpl=component');
.setList('comments-list');
//-->
</script>
instead of
Code:
<script type="text/javascript">
<!--
var jcomments=new JComments(666, 'com_content','/index.php?option=com_jcomments&amp;tmpl=component');
jcomments.setList('comments-list');
//-->
</script>

If you want to use JCOmments you'll needed to disable this replacement.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Unable to submit comment - goes to the top of page instead
 
Jump to: