Every link to this plugin now shows up a dead link. Is the plugin gone?
]]>To fix Comment-Rating to update without having to refresh the page put the following on line 52 in ck-karma.js:
response[0] = response[0].replace(‘\r\ndone’,’done’);
When you’re done it should look like:
function ckratingHandleResponse(){
if(ckratingXhr.readyState == 4){
var response = ckratingXhr.responseText.split(‘|’);
response[0] = response[0].replace(‘\r\ndone’,’done’);
Count doesn’t update instantly. It takes refreshing the page several times in order to see the new count.
]]>Error line 194..not work guys..i see votes so it must be me maybe.
]]>Hello everyone, just wondering if anyone else had the problem of the thumb images being on top of each other instead of to the left and right…
Any tips? ??
]]>Apparantly I’m not the only one with this problem. Looks like a great plugin & I hope it’s fixed soon!
]]>After the WordPress 3.2 update the plugin stopped working and when the thumbs are clicked nothing happens. – https://equalz.tk/2011/06/19/welcome/, is anyone else having this problem and how can I fix it?
]]>Installed this plugin a few nights ago and it was working very well. Now suddenly it has stopped working. I’ve deactivated all plugins but it still doesn’t work. When I look at the code it’s clear that the icons for rating the comment up or down is completely missing (kinda answers why the roll-over doesn’t work either).
I have now clue as to why this plugin would suddenly stop wrapping the necessary link tags around the thumbs icons to rate comments.
Local server so I can’t offer a URL for testing.
]]>Hi,
Your plugin is broken if you use symbolic links.
In ck-processkarma.php, these lines 18-19 are broken:
require_once('../../../wp-config.php');
require_once('../../../wp-includes/functions.php');
This is not the location of my wordpress install because my site is a symbolic link.
Here is how to replicate:
Install WordPress blog to:
/public/mysite/
create a directory called:
/private/plugins
create a symbolic link called plugins in /public/mysite/ that points to /private/plugins.
You should be able to install the plugin to /private/plugins and have it work. However, the ../../.. relative directory does not exist, so your plugin is broken.
Other plugins handle this problem correctly.
]]>I want the rating option to only show up on the initial posts, not any replies to them. Does anyone have any idea how one would go about doing this?
]]>Topic title says it all.
Have screwed around with settings until I’m blue in the face. It simply doesn’t work.
So if this doesn’t work, why would I waste more hours with PRO?
]]>https://d.pr/85op illustrates a problem one of our users is having: the images disappear when mousing over them, so he can’t vote.
Any suggestions?
]]>Some classes would have helped on images, text… pretty much everything so we can edit the design.
]]>Hi,
I use this Comment Rating-plugin on my blog, but the like/dislike icons are shown either above or below the comment text. How can I code the icons to be right next to the date and time?
Like this site: https://captionwit.com/
I have tried inserting this code "if(function_exists(ckrating_display_karma)) { ckrating_display_karma(); }"
in both my comments.php and funcions.php, but the it just shows up as normal text.
/Tobias
]]>After activating the plug in I was getting an error, function ckratingKarma not defined. All you need to do is call the ck-karma.js file to fix that. Now the rating system worked.
Thanks,
Wade
just like in youtube tho 2(or set by admin) most debated comments are attached just behind the post …
(like youyube)
or
(luke yahoo … user selected answer)
you need it fe. when you are talkin about a cure for sth. than you want read through the whole 500 comments but the most rated are the best choices are attached behind the post !!!
]]>pls make this work and you are the best …
poor comments
Style hotly-debated comments with: background-color:#FFF0F5 !important
background-color:#FFF0F5 !important
can this be edited to make the comment hide ? (totaly also awatar / just the text .. as fe. youtube and message was reported as spam)
and than just after the post there would be a choice show all !!
]]>SEE URL
https://exercisexequipment.com/blog/post-template#comment-2
When I click thumbs up or thumbs down, nothing happens.
]]>how do i get it to the bottom right?
]]>I got this message when I installed the plugin: The plugin generated 29 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
When I tested it, it displayed properly, but clicking on the Like or Dislike images did nothing.
]]>The plugin generated 29 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
]]>Hi,
This is a great plugin and works as expected.
A small issue is with nested comments.
In the options page there is the option:
Style comment box: (When using nested comments, choose ‘No’ to avoid messy styling.)
I chose “No”, since I use nested comments, but it’s not helping and in a nested comment the icons of thumbs appear messy,
You can see it in this link.
Is there a fix for that?
Thanks
]]>The plugin generated 29 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
]]>This plugin inserts a link to the author’s site whenever comments are hidden. Is there any way to turn this off? I don’t see it.
If not, then I believe this is a violation of the WordPress policies on listing here.
]]>I have seen this work on other sites to great effect. Unfortunately, this is not compatible with Thesis 1.7; at least not out of the box. I see that there has already been some discussion on this on the developer’s foum, but I do not see any solution and I was unable to leave a comment there (bizarre comment box problem).
Any tips — on how to adapt this for Thesis or on another Thesis-compatible plugin that provides the same — would be very welcome.
]]>I noticed that every comment had gray icons, even ones that I hadn’t voted on yet. I dug around the javascript file and found that it was checking my IP against entries in the database. When I checked the table in the database, I noticed that my IP had been added to the entry for every comment. I’m not sure why this happened, but I deleted all the rows from the table and it looks to be working now. But I’m a little worried it may happen again.
]]>The php function given here doesn’t work in newer themes that use the wp_list_comments
function. These themes don’t have a comment loop in comments.php
; the loop instead is either the default or a custom one you create in functions.php
. And the code doesn’t produce the up/down buttons when placed in functions.php
.
Also, it would be enormously helpful if the <p>
that was auto-inserted had a class on it so that it could be styled.