- Posts: 21
COMMUNITY FORUM
submit comment behaviour
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
8 years 8 months ago #158236
by PTH
submit comment behaviour was created by PTH
If someone posts a comment an hits the 'submit comment' button nothing happens. At least it looks like that, the comment is processed and will be shown, but the screen does not change, so users will hit the button again. Apparently they are not redirected or so. I suppose it is a setting, but which one?
Please Log in or Create an account to join the conversation.
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
8 years 8 months ago #158238
by PTH
Replied by PTH on topic submit comment behaviour
At first guests were able to comment, but now only registered users can, although the setting is 'enabled for everyone'.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 8 months ago #158245
by Krikor Boghossian
Replied by Krikor Boghossian on topic submit comment behaviour
Can you send me a link to the site please?
Please Log in or Create an account to join the conversation.
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
8 years 8 months ago #158246
by PTH
Replied by PTH on topic submit comment behaviour
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 8 months ago #158249
by Krikor Boghossian
Replied by Krikor Boghossian on topic submit comment behaviour
Have you edited the templates in any way?
Please Log in or Create an account to join the conversation.
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
8 years 8 months ago #158260
by PTH
Replied by PTH on topic submit comment behaviour
No, I have edited nothing.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 8 months ago #158267
by Krikor Boghossian
Replied by Krikor Boghossian on topic submit comment behaviour
The request is being made, the response is coming through but you cannot see the result.
However there are several critical HTML errors in your site.
An entire HTML block has been placed above the doctype and the <head> and <body> tags. This will produce issues as it is invalid. You need to move this block inside the <body> tag.
However there are several critical HTML errors in your site.
An entire HTML block has been placed above the doctype and the <head> and <body> tags. This will produce issues as it is invalid. You need to move this block inside the <body> tag.
Please Log in or Create an account to join the conversation.
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
8 years 8 months ago #158269
by PTH
Replied by PTH on topic submit comment behaviour
Thank you for your reply. Can you tell me which HTML-file you mean?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 8 months ago #158272
by Krikor Boghossian
Replied by Krikor Boghossian on topic submit comment behaviour
Open the site's source (right click -> view source)
Everything above the doctype has to go within the <body> tag.
Everything above the doctype has to go within the <body> tag.
Please Log in or Create an account to join the conversation.
- PTH
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
8 years 8 months ago #158279
by PTH
Replied by PTH on topic submit comment behaviour
Thank you, you were right :), it works now.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 8 months ago #158281
by Krikor Boghossian
Replied by Krikor Boghossian on topic submit comment behaviour
You 're welcome :)
Please Log in or Create an account to join the conversation.