Keyword

When comment-button is being pushed, it stays active

  • Ulrik van der Laan
  • Ulrik van der Laan's Avatar Topic Author
  • Offline
  • New Member
More
13 years 8 months ago #92136 by Ulrik van der Laan
When comment-button is being pushed, it stays active was created by Ulrik van der Laan
Hello,

 

When I want to add comment to an item, there is no reaction when I push the comment-button.

A cycling pointer appears below the button, and stays active. Below a screenshot of the comment-part.



anyone who recognises it?

 

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #92137 by william white
Replied by william white on topic When comment-button is being pushed, it stays active
If you navigate away from the page and back to the item, is the comment there or not?

try turning error reporting on highest and see if it throws any errors

Please Log in or Create an account to join the conversation.

  • Ulrik van der Laan
  • Ulrik van der Laan's Avatar Topic Author
  • Offline
  • New Member
More
13 years 8 months ago #92138 by Ulrik van der Laan
Replied by Ulrik van der Laan on topic When comment-button is being pushed, it stays active
When I open the item again, there is no comment added.

I turned on the errorlevel but no error's.

 

Here is the form-source:

 

&lt;form action="www.natuurzijn.nl/index2.php" method="post" id="comment-form" class="form-validate"> <label class="formComment" for="commentText">Bericht *</label> <textarea rows="20" cols="10" class="inputbox" onblur="if(this.value=='') this.value='vul uw bericht hier in...';" onfocus="if(this.value=='vul uw bericht hier in...') this.value='';" name="commentText" id="commentText">vul uw bericht hier in...</textarea> <label class="formName" for="userName">Naam *</label> <input class="inputbox" type="text" name="userName" id="userName" value="vul uw naam in..." onblur="if(this.value=='') this.value='vul uw naam in...';" onfocus="if(this.value=='vul uw naam in...') this.value='';" /> <label class="formEmail" for="commentEmail">E-mail *</label>
&lt;input class="inputbox" type="text" name="commentEmail" id="commentEmail" value="vul uw e-mailadres in..." onblur="if(this.value=='') this.value='vul uw e-mailadres in...';" onfocus="if(this.value=='vul uw e-mailadres in...') this.value='';" /&gt; &lt;label class="formUrl" for="commentURL"&gt;Website URL&lt;/label&gt; &lt;input class="inputbox" type="text" name="commentURL" id="commentURL" value="vul uw website URL in..." onblur="if(this.value=='') this.value='vul uw website URL in...';" onfocus="if(this.value=='vul uw website URL in...') this.value='';" /&gt; &lt;input type="submit" class="button" id="submitCommentButton" value="Plaats reactie" /&gt; &lt;span id="formLog"&gt;&lt;/span&gt; &lt;input type="hidden" name="option" value="com_k2" /&gt;
&lt;input type="hidden" name="view" value="item" /&gt; &lt;input type="hidden" name="task" value="comment" /&gt; &lt;input type="hidden" name="itemID" value="6" /&gt;&lt;/form&gt;How can I check the corresponding post is received by the module com_k2?grts,Ulrik van der Laan
William White said:

If you navigate away from the page and back to the item, is the comment there or not?

try turning error reporting on highest and see if it throws any errors

Please Log in or Create an account to join the conversation.

  • Ulrik van der Laan
  • Ulrik van der Laan's Avatar Topic Author
  • Offline
  • New Member
More
13 years 8 months ago #92139 by Ulrik van der Laan
Replied by Ulrik van der Laan on topic When comment-button is being pushed, it stays active
Problem solved....

 

index2.php was somehow disappeared from the root.

 

I put it back and now it works.

 

Thanks and Greetings

 

Ulrik

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum