- Posts: 9
COMMUNITY FORUM
When comment-button is being pushed, it stays active
- Ulrik van der Laan
-
Topic Author
- Offline
- New Member
Less
More
14 years 4 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?
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.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 4 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
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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 4 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:
<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>
<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='';" /> <label class="formUrl" for="commentURL">Website URL</label> <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='';" /> <input type="submit" class="button" id="submitCommentButton" value="Plaats reactie" /> <span id="formLog"></span> <input type="hidden" name="option" value="com_k2" />
<input type="hidden" name="view" value="item" /> <input type="hidden" name="task" value="comment" /> <input type="hidden" name="itemID" value="6" /></form>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
I turned on the errorlevel but no error's.
Here is the form-source:
<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>
<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='';" /> <label class="formUrl" for="commentURL">Website URL</label> <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='';" /> <input type="submit" class="button" id="submitCommentButton" value="Plaats reactie" /> <span id="formLog"></span> <input type="hidden" name="option" value="com_k2" />
<input type="hidden" name="view" value="item" /> <input type="hidden" name="task" value="comment" /> <input type="hidden" name="itemID" value="6" /></form>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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 3 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
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.