- Posts: 15
COMMUNITY FORUM
Refreshing comments page
- Janet Fazio
-
Topic Author
- Offline
- New Member
Less
More
14 years 6 months ago #89948
by Janet Fazio
Refreshing comments page was created by Janet Fazio
Is there a setting to refresh the comments after posted. It just sits on the page with your comment has been submitted.
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 6 months ago #89949
by Jiliko.net
Replied by Jiliko.net on topic Refreshing comments page
Hi Janet,
The page is only refreshed if K2 comment auto publish is set to yes. If no, the message indicates a 'waiting for approval'.
If you've activated autopublish in K2, may be you have a js error that avoids page refreshing.
Olivier
The page is only refreshed if K2 comment auto publish is set to yes. If no, the message indicates a 'waiting for approval'.
If you've activated autopublish in K2, may be you have a js error that avoids page refreshing.
Olivier
Please Log in or Create an account to join the conversation.
- Jean-michel Essaitier
-
- Offline
- New Member
Less
More
- Posts: 12
13 years 10 months ago #89950
by Jean-michel Essaitier
Replied by Jean-michel Essaitier on topic Refreshing comments page
Hello,
I have the same problem. Ihave the cache (pannel configuration and plugin activated). But when i try the 2nd method in the link of admin they don't work.
I have the same problem. Ihave the cache (pannel configuration and plugin activated). But when i try the 2nd method in the link of admin they don't work.
Please Log in or Create an account to join the conversation.
- Jean-michel Essaitier
-
- Offline
- New Member
Less
More
- Posts: 12
13 years 9 months ago #89951
by Jean-michel Essaitier
Replied by Jean-michel Essaitier on topic Refreshing comments page
anyone have the same problem?
Please Log in or Create an account to join the conversation.
- Francesc Llorens
-
- Offline
- New Member
Less
More
- Posts: 8
13 years 9 months ago #89952
by Francesc Llorens
Replied by Francesc Llorens on topic Refreshing comments page
I had the same problem; it was originated by a conflict between MooTools and Jquery.
(See this post for insights about the problem:preventing-jquery-and-mootools )
I put a line calling JQuery 1.4.2 on the index.php of my template. Then, the familiar error of the blank page with the "refreshing" tex after k2 comment showed.
Also, the error console showed an error from k2.js, "$("comment-form").addEvent is not a function".
So I've ripped off the line calling the jquery, installed the JB Library plugin from Joomla Baboo (JB Library) and on the plugin parametres I chose the JQuery I was trying to load. The remove parameters and Mootools parameters weren't changed.
Now my template works perfect.
So, the problem is a JQuery conflict, search carefully what javascript libraries you load.
(See this post for insights about the problem:preventing-jquery-and-mootools )
I put a line calling JQuery 1.4.2 on the index.php of my template. Then, the familiar error of the blank page with the "refreshing" tex after k2 comment showed.
Also, the error console showed an error from k2.js, "$("comment-form").addEvent is not a function".
So I've ripped off the line calling the jquery, installed the JB Library plugin from Joomla Baboo (JB Library) and on the plugin parametres I chose the JQuery I was trying to load. The remove parameters and Mootools parameters weren't changed.
Now my template works perfect.
So, the problem is a JQuery conflict, search carefully what javascript libraries you load.
Please Log in or Create an account to join the conversation.