Top

WP Comment Remix

May 28, 2008

WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel, WPCR will save you time and effort when running your blog.

Requirements:
Wordpress: 2.5+
mySQL: 5+ (Maybe 4.1.1+? - not tested yet)

Current Version: 1.4

Download: Download WP Comment Remix Here (From the WP Extend SVN)

Wordpress Compatibility: Tested on 2.5.x

Plugin Competition:
I entered this plugin in the Weblog Tools Collection Plugin Competition. If you like it, please vote for it here!

History:

Not much to say here, I was reading the archives at Lorelle on Wordpress, and came across her post, titled: Wanted: Wordpress Plugins For Me - I read through the post, and what she was looking for, and thought “She’s right - the WP comment system could use an upgrade”

And thus, WP Comment Remix was born

Features/Benefits:

WP Comment Remix adds a plethora of new options and features to Wordpress. These include:

For the readers
WP Comment Remix adds a number of great features that you can turn on or off, but they include:

Reply Link
You can add a Reply link to each comment, which, when clicked, adds “@OriginalPoster”, and links it to the anchor of that comment. For instance, if Steve left comment #23, and you click the reply link for that comment, WP Comment Remix automatically adds:

<a href=”#comment-23″>@Steve</a> -

to the reply box.

Quote Link
Clicking the Quote link has a similar action to the Reply link, but it adds the entire comment in a blockquote tag, including “<a href=”#comment-23″>Originally posted by Steve</a>”

Comment Ordering
You can choose how you want to order the comments for your readers - By Author name or Date, and Ascending or Descending

Separate or Remove Trackbacks
You can choose to separate the Trackbacks from the comments and move them to the bottom of the list, or remove them completely

Comment Tags
Comment tags allow your readers (and you) to find comments more easily, instead of having to read through potentially hundreds of comments in a single post to find something specific

In the admin area
WP Comment Remix also adds some awesome admin functionality for comments.

New ‘In Need Of Reply’ notifier
WPCR adds a button, similar to the “Awaiting Moderation” button that shows up on the right hand side of the Comments menu link. The new button tells you how many comments are in need of a reply, and when clicked, takes you to a list of those comments

New Links In Comment Admin Area
WPCR adds new links to each comment display: Edit, Reply, Quote, and Mark Replied

  • Edit does exactly that: sends you to the edit comment page.
  • Reply and Quote function much like the Reply and Quote links in the public comment area, except instead of sending you to the post page to enter your comment, WPCR simply pops up an ajax reply box where you can make your reply, then save it - all without leaving the page
  • Mark Replied tells WPCR that you’re not going to reply to that comment. This makes it easy to hide comments in the “In need of reply” list if you’re not going to reply to them 

Added AJAX functionality on the Manage Posts page
Now you can click on the comments image on the Manage Posts page and the comments for that post will drop down in the same window, so you can edit them right there!

Widgets
WP Comment Remix also adds 4 powerful new widgets. All of the widgets enable you to set a display template, and use similar tokens to control that template.

Recent Comments Remix
The recent comments remix widget allows you to control the look and feel of the display of recent comments. Also included is the ability to add gravatars to each recent comment displayed

Recent Trackbacks Remix
We pulled the trackbacks from the recent comments control, and put them into their own widget, so you can effectively feature both on your sidebar.

Most Active Discussions
This widget displays the most active discussions (posts with the highest comment counts) so you can wear your most popular posts like a badge of honor

Most Active Commenters
Looking for a way to honor frequent commenters? Look no further. The most active commenters widget allows you to display your blog’s top commenters proudly, as well as give them some love by linking their name to their site

Tokens
Each of the widgets is template-enabled, which means you can easily tell the widget how you want things displayed. You simply enter HTML, with one or more of the tokens below in it:

Tokens available for Recent Comments and Recent Trackbacks

  • %ct - Comment title
  • %cd - Comment date
  • %cid - Comment ID
  • %g - Gravatar
  • %pt - Post title
  • %pu - Post url (the permalink)
  • %au - Author url
  • %an - Author name

Tokens available for Most Active Discussions

  • %pd - Post date
  • %pt - Post title
  • %pu - Post url (the permalink)
  • %c - Count

Tokens available for Most Active Commenters

  • %g - Gravatar
  • %au - Author url
  • %an - Author name
  • %c - Count

Template Examples:
You use the tokens in place of data in the widget templates. For example, if you typed

<a href=’%au’>%an</a> - %c Comments

into the Most Active Commenters widget template field, it would display something like this for each commenter:

<a href=’http://pressography.com’>Jason DeVelvis</a> - 10 Comments

Installation Instructions:

  1. Upload
  2. Activate
  3. Go to Settings > Comment Remix and choose which features you want

Then you’re done!

Video Walkthrough
(My apologies for the poor video quality, I didn’t realize viddler would eat the video like that… I’ll get a better version up soon)

Credits
A big thank you goes to Ozh, who wrote the Absolute Comments plugin

I used some of the ideas (and a bit of code) from that plugin for the edit-comments page links & ajax reply capabilities. Make sure you check out Ozh’s site for some phenominal WP plugins!

The filterCommentsNumber, stripTrackbacks and stripComments functions in the Trackback sorter code are from Ronald Huereca’s Managing Trackbacks and Pingbacks in Your WordPress Theme post on WeblogToolsCollection.com

Known Bugs:
None

Plugin Competition:
I entered this plugin in the Weblog Tools Collection Plugin Competition. If you like it, please vote for it here!

Because this plugin/widget is provided free of charge, I simply ask you to link back to Pressography.com in a post on your blog, or from one of your sites. It doesn't need to be anything fancy - just a note saying that you're using it, and whether or not you like it. However, there is no requirement that you do this, you're free to use the plugin regardless.

Comments

Comment Tags: MESSAGE | bug | Bugs | Bug Fix | Bug Fixes

430 Responses to “WP Comment Remix”

  1. dizi izle on June 23rd, 2009 12:35 pm

    thnaks alottt

  2. Björn Larsson on June 23rd, 2009 3:38 am

    Originally Posted By eddaihi,
    i installed plugin. it provides greate features. thanks for your work but it displays weird characters of my blog language: Turkish.
    how can we fix this ?
    Thanks

    I can add that the plugin has some problems with the Swedish letters å ä ö as well. It’s when I use the quote the plugin replaces these letters with Ã¥, ä and ö. Thanks anyhow! :-)

    Comment Tags: swedish letters
  3. Devin on June 16th, 2009 12:39 am

    Hello, are you planning on updating Comment Remix for WP 2.8?

    I also have a couple feature requests for the top commenters widget:

    1. options: add field to list of users to omit from display
    2. options: maximum # of characters to display (for long usernames)
    3. options: if user doesn’t have a URL in profile, display no link. (currently, it links to the blog’s base URL)
    4. options: another link option could be to link to the user’s last comment

    Regards,
    Devin

  4. eddai on June 5th, 2009 5:08 pm

    hi,
    i installed plugin. it provides greate features. thanks for your work but it displays weird characters of my blog language: Turkish.
    how can we fix this ?
    Thanks

  5. araf on June 3rd, 2009 8:17 pm
  6. Ingrid on May 28th, 2009 5:48 am

    @terkoz - I have to test this!

  7. terkoz on May 16th, 2009 5:54 pm

    Jeff’s pick: WP Comment Remix plugin

  8. Björn on May 15th, 2009 4:29 am

    @Jean-Paul Horn -
    Thanks! Worked for me too (as you can see my name needs this mod:P)

  9. Turk amatör izle on May 12th, 2009 7:02 pm

    thank…

  10. whall on May 8th, 2009 3:40 pm

    This seems like such a great idea - but I’m on WP 2.7.1 so given the issues, plus the work I’ve already done with my blog to make threaded/nested replies work and the theme to support replying, I’m hesitant to install.

    What I *really* want from this plugin is the “comments awaiting reply” feature. I’m one of those people who likes to reply to each comment, and I have comment thread notification turned on so that when I reply to a comment, it not only shows up threaded in the comment display, but it also emails the original author with my reply.

    Having the ability to have a “queue” of unreplied comments would be most awesome. Really, it would seem that in WP 2.7, all that is needed user interface-wise is modification to wp-admin/edit-comments.php such that one of the breadcrump-type links near the top would add “unreplied comments” to the list of All | Pending | Approved | Spam. Another great little option would be to have a # of days filter near the top, with a default. Say, being able to put in “7″ days and it would only show the last seven days worth of unreplied comments.

    Anyway, thanx so much for working on it, and belated congrats on your kid.

  11. Iain on May 7th, 2009 11:27 pm

    Is it possible to add an align=”top” to the gravatar call, or to align the text around the image somehow ? I have long post and author names, so they take up more than one line.

    Comment Tags: align text gravatar
  12. Kelly on May 6th, 2009 10:40 pm

    Hi Jason

    I need to add more white space (an extra line or two) between the last line of text in a comment, and the Reply and Quote links.

    The reason for this is that the mailhide function in reCAPTCHA is messing up the Reply and Quote links (when the comment includes an email address) for those who are logged on with admin privileges. By messing up, I mean adding text to them and making them inoperable as links.

    When I manually add space after an email address using the return key a couple times, the issue is resolved. But visitors won’t know to do this, so I’d like to add the extra line or two right in the code.

    In the plugin’s php file, I see this:

    [code ]
    /**
    * @desc Adds the Reply To and Quote links to each comment
    * @param $comment_text Text of the comment
    * @return Text of the comment, plus the desired Reply To/Quote link(s)
    */
    function wpcr_add_reply_quote_tags($comment_text) {
    $options = get_option(”wpcr_options”);
    $commentID = get_comment_id();
    if (!is_admin() && !strstr($_SERVER['PHP_SELF'],’ajax_comments.php’)) {
    $appended=false;
    [/code]

    I just don’t know how to edit it to add a couple lines of space, or if this is even the right place in the file to edit, or if I should be editing another file entirely.

    Can you assist?

  13. beyaz e?ya servisi on May 5th, 2009 2:43 am

    this site very good..themplate is nice

  14. beyaz e?ya servisi on May 5th, 2009 2:39 am

    [...] is possible thanks

  15. justin tv izle on May 2nd, 2009 8:45 am

    Strange thing is that after activating hide trackbacks, count is not updated. Comments count remain the same.

    And a suggestion - when you give us the option of sending trackbacks at bottom - pls provide a option of adding a custom title like Trackbacks/Pingbacks with their correct count which should be deducted from total comments count.

    Hope you integrate this feature too.

    BTW how’s this plugin gonna work in Wordpress 2.7? - Will Quote/Reply feature work with Inbuilt threading function of 2.7?

  16. mirc on April 24th, 2009 3:57 pm

    WP Comment Remix adds a plethora of new options and features to Wordpress. thanks

  17. futbolive on April 22nd, 2009 11:58 am

    It’s great thanks

  18. ktunnel on April 22nd, 2009 7:02 am

    thanks

  19. Bakimli Kadin on April 14th, 2009 10:26 am

    very good article,thanks.

  20. alma on April 13th, 2009 10:00 am

    fghfghfgh @Valorie -

  21. iphone os3 on April 5th, 2009 11:39 am

    Nice plugin! Thanks for sharing

    Comment Tags: iphone, os3
  22. k?raman on March 28th, 2009 7:32 am

    k?raman , k?raman

    Comment Tags: k?raman
  23. film indir on March 19th, 2009 8:33 am

    thank you !

    Comment Tags: film
  24. PC on March 15th, 2009 3:05 pm

    I’m experiencing a bit of weirdness that I can’t figure out. I’m running WP 2.7 and I’ve installed and activated your plugin . . . and set it up to show “reply to” and “quote” links below the comments . . . but below that I have another “reply” link. I’m not sure why this is happening and, being new to WordPress, I’m probably not seeing the obvious solution. I’ve posted a couple of test posts on my new site and you can see the problem here: http://www.zookinimusic.com/2009/03/testing/#comments.

    Thanks for listening

    PC

    Comment Tags: Bugs, problem, troubleshooting
  25. ShoukaT on March 14th, 2009 7:47 am

    real amazing plugin
    i am gona add it to my site asap

  26. kredi on March 9th, 2009 7:29 pm

    thanks good article

  27. Shellz on March 4th, 2009 11:59 pm

    @Gary Allen - just browsing, thinking about downloading this plugin.

  28. Patric on March 1st, 2009 5:32 am

    Hate to say it but I have had to deactivate it as it was messing around with my image uploader- essentially it was stopping it from creating thumbails.

  29. kmh on February 26th, 2009 5:36 pm

    Is there a way to show list of most recent commented posts in the sidebar? By widget?

  30. nelly avila moreno on February 25th, 2009 6:12 am

    @Valorie -

    yea the ignore function not working in 2.7
    comments just remain in queue

    Comment Tags: ignore
  31. Michel Fortin on February 22nd, 2009 2:44 pm

    Jason, any news on when you will be upgrading to make it compatible with 2.7.1?

  32. How to Cure Pimples on February 15th, 2009 4:39 am

    The comment mix tip very great, my visitors now love to comment very much.
    Thanks for share

  33. Windgefluester on February 14th, 2009 2:22 am

    Originally Posted By GustavoNao to entendendo nada !!!@rap -

    thanks for the plugin

  34. Metin METE on January 30th, 2009 1:43 am

    Originally Posted By Metin METE??????�ü�ö�ç

    yes now, this plugin turkish chracter problem…

  35. Metin METE on January 30th, 2009 1:42 am

    ??????ÜüÖöÇç

    Comment Tags: turkish chracter
  36. Philip on January 25th, 2009 12:48 pm

    Hello,

    You have produced a very nice plugin, and I really want to use it with 2.7 as nothing else comes close.

    I know this plugin is *not* for 2.7, but I was wondering if there was an easy fix for me?

    Remix works with 2.7 on the main site, except it seems to add an extra ‘\’ in the link tags in the RSS feed when there are links in the comment’s text to be quoted - so the are all over the place which do not work and which messes up the feed (whole block of text is added to the feed within the quote tags)

    Any ideas?

    Many thanks for this wonderful plugin, and I look forward the next update!

    Philip

    Comment Tags: bug
  37. Valorie on January 22nd, 2009 9:40 am

    Since upgrading to version 2.7 of Wordpress, I have noticed that I can no longer ‘Ignore’ a comment. When I select one and hit ignore, it remains on the comments to be replied to page even though it does remove it from my reply count.

  38. Joen on January 20th, 2009 3:07 am

    This is an absolutely delicious plugin, thanks so much for making it.

    For me, it works on Wordpress 2.7.

    One question:

    Once a commenter has added tags to a comment, is it possible to delete, add to, or edit those tags? If not, can this feature be added?

    Comment Tags: requests, tags
  39. dizi izle on January 17th, 2009 5:48 pm

    I’m using the Thesis theme with Wordpress, and have installed the “Subscribe to Comments” plug-in, but I do not get any prompt/checkbox to “Notify me of follow-up comments via e-mail”.

    .dizi izle
    I have tried it with the option both checked and and checked to do a CSS “clear” on the subscription checkbox/message (uncheck this if the checkbox/message appears in a strange location in your theme)

    Comment Tags: dememe
  40. Scott on January 9th, 2009 4:45 pm

    Jason:

    I love the plugin, but I’ve noticed one particular minor puzzling thing on my blog in the Comment Remix settings. When I press the Ignore All button to ignore all comments in need of a reply.. it doesn’t seem to work, as when I go back to the comments, the exact same # of messages it says needs replying to is still the same as before.

    Comment Tags: bug, glitch, Wordpress 2.7
  41. Eivind M. on January 9th, 2009 2:25 am

    @Jean-Paul Horn - Thanks for the charset-fix! This also worked for my norwegian characters.

    I hope this fix makes it to the next official release, so I don’t have to patch the file every time I download a new version?

    Comment Tags: bug, bugfix, charset
  42. Sandra on January 8th, 2009 2:20 pm

    Sounds like a cool plugin, The main idea is nice so i will give it a try and see what it can do:)
    I hope v 1.4.4 works with wordpress 2.7.

  43. Greg on January 7th, 2009 7:54 pm

    is it possible to get small snipits or excerpts of the actual comment?

    Thank you for a great plug-in.

  44. muki on January 7th, 2009 3:51 am

    excuse, i can’t use this plugin.
    my wordpress version is 2.7.
    I upload the plugin and active it , and when I want to reply or quote someone’s comments, I click “reply” , the link will jump back to header.
    and textarea didn’t have any message.
    like this picture:
    http://img184.imageshack.us/img184/3599/33345973sj9.jpg

  45. Facundo on December 23rd, 2008 3:25 pm

    Originally Posted By MacBrosThis needs an update. The ignore feature doesn’t work in teh admin interface on comments. WP 2.7

    Yeah, thats true. Try to update it pleace.
    Excelent plugin btw!! Thanks!

    Comment Tags: update
  46. MacBros on December 22nd, 2008 11:37 am

    This needs an update. The ignore feature doesn’t work in teh admin interface on comments. WP 2.7

  47. Appentynace on December 19th, 2008 5:39 pm

    Qualitative resource

    Comment Tags: MESSAGE
  48. Vahid on December 17th, 2008 12:48 pm

    Hi.

    this plugin seems to not working @ Right To Left languagues :(

    template encoding is UTF-8

    please check here : http://diveintoweb.com/blog/?p=20&cpage=1#comment-3

    Thanks

  49. Twin on December 17th, 2008 2:10 am

    thanks for the plugin.
    How do i create a tag cloud for the comment tags ?

    Comment Tags: tagcloud
  50. Cynthia on December 12th, 2008 11:36 pm

    Is this plugin compatible with WP 2.7?

  51. bariles on December 12th, 2008 2:26 am

    is this compatible with Wordpress 2.7 now that it has its own comment remix version too…. except for the ‘quote” part?

  52. Jerod on December 11th, 2008 5:14 pm

    Originally Posted By JasonI worked with drsuccess to sort out the issues he was having, and we fixed those bugs

    So, WP Comment Remix is now at version 1.1 - make sure you update your blogs, as this fixed a number of issues.

    Love the plugin!

  53. wpuser on December 6th, 2008 11:41 pm

    Does anyone know how to perform a query so that the comment tags for a post can be fetched as an array?

  54. Jai on December 5th, 2008 10:01 am

    Nice plugin man :D I must appreciate it.

  55. Jason on December 4th, 2008 2:21 pm

    Hey everyone, sorry for taking so long to respodn to any comments. My wife and I just had our first baby a few months back, so my free time has been 0 of late…

    I’m waiting on 2.7 to come out in order for me to update WPCR, since 2.7 has added some of the functionality that WPCR was adding to 2.6. I think that will take care of some of the bugs :)

    Hopefully I’ll be able to get an update ready quickly, but I’m not making any promises. Between my business, my family, and Christmas coming up, it’s not looking good for free time for Jason, lol

    Comment Tags: update
  56. Yigit on December 2nd, 2008 12:32 am

    hey all.
    wanna ask you something.
    is it possible to remove connections and links to “comment” (write/manage/design/comment)?

  57. FixThis on November 28th, 2008 5:38 am

    Originally Posted By whallI just confirmed - I’m running PHP 4.4.9.

    I am using the above quote to demo that when you quote posts the first line is not broken and is attached directly after posted by and name. Of course I can edit the code by hand above by how can I edit the plugin so it displays a proper line break after “posted by NAME”.

    You can scroll through any quotes in these comments and see exactly what I am referring to. Otherwise this plug is freaking awesome!

  58. whall on November 18th, 2008 9:40 am

    I just confirmed - I’m running PHP 4.4.9.

  59. whall on November 18th, 2008 9:38 am

    @David Potter - I just now read in the readme that PHP 5 is required, and I’m pretty sure that on this blog’s database, I’m still running PHP4. The server is running both 4 and 5, so maybe if I switch to PHP 5, it’ll work.

    I’m a little bummed because I’m really wanting the reply option. Currently, when I do replies on my blog, I do a link to the commenter’s blog and put it in bold, and it gets tedious doing that every time. Doing a link to their comment would be cool too. In combination with CommentLuv plugin, this would be very cool.

  60. xgravity23 on November 16th, 2008 1:51 pm

    Hee hee. Nevermind my previous suggestion. I see the “In Need of Reply” filter link above the comments. :) P.S. I will be mentioning this plugin in a guest post on Blogger’s Guide which should get published some time in the next couple weeks!

  61. xgravity23 on November 16th, 2008 12:01 pm

    LOVE this plugin. My absolute favorite feature is that I can reply to comments without visiting the post page. I have been wanting a feature like that as long as I’ve been blogging.

    One suggestion that would make this easier and less confusing is some sort of notification next to the comment that it needs to be replied to. It wouldn’t have to be graphical like the red speech bubble next to the “comments” tab: Maybe instead of “reply to”, the link in the “actions” column could say “needs reply.”

    Keep up the good work!

    Comment Tags: love, suggestion
  62. Drey on November 13th, 2008 2:48 am

    this is a cool plugin. I’ll sure use this for my blog. Very nice work. hope to see more of your work.

  63. Juliann Alexander on November 12th, 2008 11:10 pm

    81bnq7sybieiiexc

    Comment Tags: Eugenia Zamora
  64. Garcon on November 12th, 2008 2:29 pm

    Hey Jason, Thanks for that wonderfull plugin. Unfortunatly I can’t use it anymore as I’m using WP2.6 and on top of that the MCE Comment plugin.

    Do you have any plan to update the plugin with compatibility regarding WP 2.6 and MCE Comments (even though that is probably fixable on my own by changing your plugin to match the name of the comment text field resulting from MCE Comment) ?

    Thanks again

  65. Eddy De Clercq on November 12th, 2008 2:23 am

    Hi,

    For some reason, when I reply on comments within the admin, these replies are always interpreted by Akismet as spam.
    Is there a reason for this?

    Eddy

    Comment Tags: akismet, comment, reply
  66. Navjot Singh on November 11th, 2008 12:47 pm

    Strange thing is that after activating hide trackbacks, count is not updated. Comments count remain the same.

    And a suggestion - when you give us the option of sending trackbacks at bottom - pls provide a option of adding a custom title like Trackbacks/Pingbacks with their correct count which should be deducted from total comments count.

    Hope you integrate this feature too.

    BTW how’s this plugin gonna work in Wordpress 2.7? - Will Quote/Reply feature work with Inbuilt threading function of 2.7?

  67. Jean-Paul Horn on November 10th, 2008 6:02 pm

    Originally Posted By Martin_VRegarding the problem with special characters we did the following:

    * open wpcommentremix.php
    * find $text = htmlentities($text); (around line 510, function wpcr_encode_for_js)
    * change to $text = htmlentities($text, ENT_QUOTES, get_settings('blog_charset'));

    After that change at least the Estonia characters look OK.

    Thanks for this little snippet. Works excellent!

    Comment Tags: special characters
  68. Yin-Yin on November 10th, 2008 3:50 am

    Hello!

    Would it be able to include a tag to import the “content of the comment” in the “Recent Comments (Remix)” widget?

    Thanks…

  69. Vladimir Prelovac on November 8th, 2008 4:26 pm

    I like your plugin very much. However on my site it ads around 130 queries on the singe post page. Would you consider optimizing the plugin for this?

  70. mevlüt ?ekeri on November 8th, 2008 10:17 am

    thanks

  71. Martin_V on November 4th, 2008 8:21 am

    Regarding the problem with special characters we did the following:

    * open wpcommentremix.php
    * find $text = htmlentities($text); (around line 510, function wpcr_encode_for_js)
    * change to $text = htmlentities($text, ENT_QUOTES, get_settings('blog_charset'));

    After that change at least the Estonia characters look OK.

  72. Deepak on November 4th, 2008 5:10 am

    Hi,

    I’ve successfully installed, now whenever I choose the ‘Reply’ option to a particular comment from my admin panel, I get the AJAX based comment box, soon after hitting the post comment botton, I get a reply ‘Replying to the comment, please be pateint’ and after few seconds the message automatically disappears leaving the AJAX page open and neither replies to the comment :(

    Please let me know how to fix this issue.

  73. Martin_V on November 3rd, 2008 3:57 pm

    Thanks for a great plugin,
    but as mentioned several times before - special characters do not show up properly. This bug affects Estonian, Germany, French, Polish, Spanish, Swedish, Finnish, Latvian and many-many other langages.

    üäöõžš
    ÕÜÄÖŽŠ

  74. Chris Osborne on November 2nd, 2008 12:29 pm

    Where in the code does it set the ignored admin ID to 1? I know I found it before, but I can’t find it after I upgraded to the newest version.

    Or better yet, is there a time frame to where I could set the users to ignore from inside WordPress instead of having to mess with the code?

    Comment Tags: admin comments, ignore
  75. Rick Beckman on November 1st, 2008 9:10 pm

    Is there currently a way (or a way in the works) to modify the HTML format of the default reply & quote texts? “@commenter - ” works, but I’d like to be able to apply a class to the link itself as well as drop the @. Ditto for the default text inserted for quotes.

    That’s just about the only thing I can think of that’s missing from this plugin!

    Comment Tags: feature request
  76. MacBros on October 31st, 2008 3:48 pm

    You know what would be even better for this already great plug-in?

    Have it e-mail the person being replied to. Option to allow all registered users, or just the admin to be able to have their reply e-mailed to the commenter being replied to.

  77. Jonathan on October 30th, 2008 10:27 pm

    Originally Posted By LBC

    Originally Posted By YikYakHi,

    I just switched to this plugin after some problem with Ozh’s Absolute Comments, I see other posters have this problem as well, which is nothing happening after you try and “reply” or “quote”. Both your plugin and Ozh’s gave me the same issue.

    A possible plugin conflict is reported elsewhere in these comments, and on Ozh’s site. Anyway, just for your information, I tracked mine down to a problem with Disable Password Protection

    http://www.firesidemedia.net/dev/software/wordpress/disable-password-protection/

    Cheers
    YikYak

    Mines wont work unless I disable “Social Bookmarks” plugin…..anyone have any ideas to why this his happening?

    Usually the conflicts of this sort happen because there is an identifier with the same name in both plugins. Let say you have a function called “reset” in a plugin for video insertion and a function call also called “reset” in a photo gallery plugin. Both are active and therefore there will be a conflict with both.

    Sometimes you won’t see this until the function call, other times it may render one useless over another. It depends on how each process is executed or what state the plugin may render on a given page.

    Hope that helps!

    Jonathan

  78. LBC on October 30th, 2008 2:01 pm

    Originally Posted By YikYakHi,

    I just switched to this plugin after some problem with Ozh’s Absolute Comments, I see other posters have this problem as well, which is nothing happening after you try and “reply” or “quote”. Both your plugin and Ozh’s gave me the same issue.

    A possible plugin conflict is reported elsewhere in these comments, and on Ozh’s site. Anyway, just for your information, I tracked mine down to a problem with Disable Password Protection

    http://www.firesidemedia.net/dev/software/wordpress/disable-password-protection/

    Cheers
    YikYak

    Mines wont work unless I disable “Social Bookmarks” plugin…..anyone have any ideas to why this his happening?

  79. Jonathan on October 30th, 2008 12:47 pm

    How do you disable reply/quote in your trackbacks?

    Comment Tags: quote, reply, Trackbacks
  80. ahahahah on October 28th, 2008 4:48 pm

    @whall - haha your stubig man

  81. David Potter on October 27th, 2008 3:17 pm

    @whall - I had the same - or at least similar - problem. Jason used <?= instead of &lt?php and for whatever reason my version of PHP did not interpret it correctly. Changing all instances to &lt?php wasn’t enough, either. I also had to change many of the __ to _e. Doing that allowed the admin page to be displayed properly.

    However, I still have problems with it. It looks like now it is having trouble with the ternary operator - (condition ? statement1 : statement2). Options on the admin page that use the ternary operation don’t get displayed properly. I also don’t get the additional comment icon in the admin panel or any of the extra links on each comment, even though the options are set correctly in the options table. I haven’t figured out yet what the problem is. Maybe the Jason can help?

    Thanks,
    David

  82. whall on October 26th, 2008 12:15 pm

    @The Tim - I have the same problem as The Tim. Wordpress 2.6.2, I loaded this plugin, and now all admin pages are completely blank. Blog itself seems fine; just the admin pages are blank.

    I put the resulting HTML file that I get into

    http://whall.org/blog/files/wp-comment-remix-errors-1.html

    Look at that and do “view source”. Permission errors, with Ajax, javascript or something? not sure. But this plugin is not usable to me unless we determine the error.

    But the idea is awesome

  83. John on October 22nd, 2008 4:11 am

    @Kuen Hoong - test me

  84. Kuen Hoong on October 21st, 2008 2:15 pm

    ???? testing with Unicodes

    Comment Tags: Unicode
  85. max on October 19th, 2008 3:21 pm

    Jason: My compliments on this donation-worthy plugin. Please let me know what you think of my following suggestions to enhance WPCR functionality. 1) Add an autocomplete/autosuggest (drop down, results filter as user types) feature to the Comment Tag entry box that would display pre-existing tag matches/entries. This way users could easily select pre-existing tags to avoid entering tags that are pretty much the same (i.e. ‘movie’ vs. ‘movies’) and avoid misspellings (i.e. ‘feedback’ vs ‘feed back’ or ‘potatos’ vs. ‘potatoes’). 2) Give plugin admin ability to set the minimum or maximum number of characters allowed in the Comment Tag entry field and the comment entry fields. Display the number of characters remaining as user types their entry (i.e. ebay sell item title entry field does this). **I’ve seen a number of unanswered requests at wordpress.org for comment character length limiting feature/ability** 3) The most popular tags should be emphasized, either by font size or the order displayed, depending on the number of identical tag entries. For example, if 15 people submitted the comment tag ‘Yahoo’ and 8 people submitted the comment tag “Google”, the tag cloud display font for Yahoo could either be larger than Google. Alternatively, Yahoo could be displayed before Google in the tag cloud. Maybe give the plugin admin the option to display the comments tags as either a tag cloud OR as a numbered list (i.e. top ten most popular tags). 4) Give plugin admin the ability to change each instance of default text such as “Comment Tag: “, “View All Comments”, “Separate individual tags with commas”, etc. I know they can be changed in the PHP file, but it would make it simple for non-computer people and make comment tags more flexible for custom use. 5) Give plugin admin the ability to change the display order of: Comment Tags cloud, comment tag entry field, comment reply form, and published comments. For example, some may prefer to display them in the following order: post, comments tag cloud, comment tag entry field, comment reply form, and finally the published comments. Also, within the published comment bubble, would be handy to have option to display the Comment Tag either above or below the comment text. Again, I know the display order can be changed within the PHP code, but this would make life easier for non-computer people. I think these features (mainly 1,2, and 3) would enhance your already great WP Comments Remix plugin. What do you think? Thanks.

    Comment Tags: features, feedback, suggest
  86. aRai on October 15th, 2008 9:17 am
  87. Alinawl on October 14th, 2008 5:33 am

    ????????? ???????? ? ???? ????????? ?????? pressography.com ????????? ????????? ?? ??? ????) ????? ?????????…

    Comment Tags: MESSAGE
  88. Toru on October 13th, 2008 11:34 am

    Jason,
    Thanks for a great plugin. I have activated and playing around on the locally installed WP, but there is still a localization problem with ver 1.4.3

    It does not properly encode Japanese in UTF-8.
    I did go through the comments - sorted for Russian, but similar problem for Chinese as well ?

    Cheers.

    Comment Tags: localization
  89. YikYak on October 8th, 2008 7:45 am

    Hi,

    I just switched to this plugin after some problem with Ozh’s Absolute Comments, I see other posters have this problem as well, which is nothing happening after you try and “reply” or “quote”. Both your plugin and Ozh’s gave me the same issue.

    A possible plugin conflict is reported elsewhere in these comments, and on Ozh’s site. Anyway, just for your information, I tracked mine down to a problem with Disable Password Protection

    http://www.firesidemedia.net/dev/software/wordpress/disable-password-protection/

    Cheers
    YikYak

  90. Jeffro2pt0 on October 8th, 2008 4:53 am

    Using version 1.4.3 of this plugin and I am not sure what has caused this problem but it appears as those the Reply and Quote links do not do anything when pressed. I’ve cleared my WP-CACHE plugin and I’ve also deactivated and then activated the WP Comment Remix plugin and it still doesn’t work. Weird.

  91. Alex W. on October 7th, 2008 3:02 am

    Well, heck — you can see the error I’m talking about in the comment I just left! So, it looks like it’s not just my site — any email address in a comment causes this error….

  92. Alex W. on October 7th, 2008 3:00 am

    Thank you for the great plugin — I think it adds a great feature to my blog. One thing I’m noticing that is strange, though, is that if I or a commenter puts an email address in the text of a comment, it messes up the interface at the bottom of the post, like this:

    Reply - address@example.com is on your white list so you don’t miss out — these new comics are going to be a lot of fun. nnCheers,nnAlex’); return false;”>Quote

    (You can see the actual error on my site — it’s the very last comment on the Free Comic page, http://www.yaoi911.com/free-comic/#comment-379 — but be warned that my site is Not Safe For Work.)

    Any idea what’s causing this? (I’ve read through a bunch of recent comments, but I haven’t seen anyone else address this on this page…)

    Thanks again for the great plugin!

    Alex

    Reply | address@example.com is on your white list so you donât miss out â these new comics are going to be a lot of fun. nnCheers,nnAlexâ); return false;â&gt;Quote\r\n\r\n(You can see the actual error on my site — it\’s the very last comment on the Free Comic page, http:\/\/www.yaoi911.com\/free-comic\/#comment-379 — but be warned that my site is Not Safe For Work.)\r\n\r\nAny idea what\’s causing this? (I\’ve read through a bunch of recent comments, but I haven\’t seen anyone else address this on this page…)\r\n\r\nThanks again for the great plugin!\r\n\r\nAlex’); return false;”>Quote
  93. asaaki on October 6th, 2008 5:00 pm

    is it possible for the next version to disable the reply/quote output in comment feeds?

    now it causes a not fully validating feed (the onclick-events in feeds –> that is not wellformed). i hope you understand, what i mean.

  94. Gustavo on October 6th, 2008 2:31 pm

    Apenas mais um comentário.

    Originally Posted By LuisMansonHi, great plugin, but i have two problems…
    if i enable openid, the reply and quote links wont do anything, and if i use
    useragent-spy i dont see those links neither….
    http://wordpress.org/extend/plugins/useragent-spy

    thanks!

  95. Gustavo on October 6th, 2008 2:30 pm

    acho que isso aqui nao est’á funcionando !!!!@Joshua U - Bem probvalve qu ano

  96. Gustavo on October 6th, 2008 2:29 pm

    Nao to entendendo nada !!!@rap -

  97. Gustavo on October 6th, 2008 2:28 pm

    @KH -

    Apenas um teste

  98. rap on October 4th, 2008 2:24 pm

    Sorry, there was an error. Please enable JavaScript and Cookies in your browser and try again
    Harry.

  99. Ricky Yun on October 2nd, 2008 11:33 am

    This is awsome! look forward to more thanks!

  100. LuisManson on October 1st, 2008 8:54 pm

    Hi, great plugin, but i have two problems…
    if i enable openid, the reply and quote links wont do anything, and if i use
    useragent-spy i dont see those links neither….
    http://wordpress.org/extend/plugins/useragent-spy

    thanks!

  101. ovidiu on September 23rd, 2008 3:39 am

    hello,
    I was just wondering if I can use this with wpmu not simple wordpress. It seems to work, but I am a bit concerned about users having the ability to input HTMl in the widgets.
    Is there any filtering done or could they input malicious code too?
    if there is no filtering how could I remove the widgets? I could let the muse the rest of your plugin but not the widgets.

  102. KH on September 22nd, 2008 11:13 am

    Hi Jason, I have to say this is a very neat plugin even that it does not run on my page. I have no idea what went wrong.. it was first working for few minutes but then it never work again for the Chinese Char blog that I had.

    I wish to know if this plug-in actually works for Unicode ? ( Chinese Char ) or if anyway that i could get it to work ? I noted it scramble the wordings every time I tried to quote / reply to a comments with Unicode.

    Thank you.

    Comment Tags: Double Bytes Char, Unicode
  103. Tom Usher on September 22nd, 2008 12:47 am

    The following was returned from the widget in the sidebar:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    SELECT c.*, p.post_title FROM wp_comments c INNER JOIN wp_posts p ON (c.comment_post_id=p.ID) WHERE comment_approved = ‘1′ AND comment_type not in (’trackback’,'pingback’) ORDER BY comment_date DESC LIMIT
    None

    I tried every combination of Hide Trackbacks and Show Trackbacks After Comments.

    Then I thought to not cache the widget, so I cleared the widget cache time and saved the change. That brought the widget back up. I thought you’d like to know. Your widget isn’t dynamic, but for some reason, even though the widget cache is supposed to reset when there’s a new comment, it just didn’t work well with your widget.

    Thanks.

    Comment Tags: widget caching
  104. Tom Usher on September 21st, 2008 3:05 pm

    Hello Jason,

    This is a good plugin.

    I’m using:
    MySQL: 4.1.22-max-log
    PHP: 4.3.11
    WordPress: 2.6.2

    I’d been using Ozh’s Absolute Comments plugin. However, as with his plugin, yours doesn’t work completely for me on secure admin pages. I haven’t tested every feature of the plugin yet, but the Reply » | Quote » features don’t work all the way.

    As with Ozh’s version, it just won’t send anything when I hit the Save Reply button. I can see that nothing happens because my modem lights show nothing. The Cancel button works fine though.

    Ozh’s plugin worked fully until the moment I started using the secure server for admin.

    Would you be willing to develop another version where the ajaxy parts refer to https for those of us who are on secure servers for admin?

    Before you release that to the general public, I’d be willing to test it for you in case that’s not all there is to my situation. Of course, if you’re on a secure server and it works for you, my problem lies somewhere else.

    I’m leaving it activated regardless. The other features are still worth it. I really liked not having to open the posts to reply though. It was a major time saver.

    Thanks,

    Blessings

    Tom Usher

    Comment Tags: ajax, secure
  105. Scott at Realepicurean on September 21st, 2008 5:20 am

    I like to email reply to the original comment author. Any plans to include this feature?

  106. Kristin on September 20th, 2008 8:54 am

    I love the plug in, but it is not working for me.
    I`ve installed it and all that, but when I click “reply” my page reloads and that is all :S No reply code in the comment box. Does anyone know why? : )

  107. aRAY on September 20th, 2008 8:13 am

    Nice Plugin!
    Many Thanks

    Originally Posted By Eddy De Clercq@Jason -
    Just installed the new version and when I want to post a reply to an existent comment from the admin part of my site, the save reply doesn’t do anything. This time it doesn’t even give JS errors. I tried several browsers.
    Replying in the end user side does work.

    Comment Tags: wordrepss plugin
  108. jfk on September 18th, 2008 9:34 am

    @Joshua U - uikyi

  109. Diego on September 17th, 2008 9:09 pm

    @Joshua U - Hi, very good plugin

    Comment Tags: hi
  110. Joshua U on September 17th, 2008 7:01 am

    Sorry for the comments not appearing right. It cuts of a P tag. That’s as descriptive as I can get with the code lol.

  111. Joshua U on September 17th, 2008 7:00 am

    Nice plugin. I’m trying to make it valid (x)html. It cuts off a [code][/code] tag where [code][/code] goes. It puts [code]comment… [/code]

    How can this be made valid? Inserting the [code][/code] before the div comment-remix-meta in wpcommentremix.php doesn’t work as it just seems to ignore it.

  112. Joshua U on September 17th, 2008 6:58 am

    Nice plugin. I’m trying to make it valid (x)html. It cuts off a tag where goes. It puts comment…

    How can this be made valid? Inserting the before the div comment-remix-meta in wpcommentremix.php doesn’t work as it just seems to ignore it.

  113. Robin on September 17th, 2008 6:57 am

    I absolutely love this plugin, thank you for creating it! The only suggestion I would have is to have the ability to click the reply and have it listed one after another in the comment form instead of each one showing up at the beginning. If they could look like this:

    @Robin - Thank you.

    @Phil - Noted.

    @ Tom - Ok.

    Instead they come out like @tom- @Phil @Robin. I don’t know if that makes sense but maybe it’s because I like to reply to commenters in a group.

  114. Anizio Carlos da Silva on September 16th, 2008 1:48 pm
  115. cnb on September 16th, 2008 10:38 am

    @cnb -

    hope fix Bug and please Add the Ajax

  116. cnb on September 16th, 2008 10:37 am
  117. cnb on September 16th, 2008 10:37 am

    looks there is a bug
    if i just click replay w/o fill the “name” and “email” First ,i cant submit anyway even i refill the NAME and Email

  118. cnb on September 16th, 2008 10:35 am
  119. bajsåke on September 15th, 2008 5:17 pm

    Originally Posted By Adrianhey!

    awsome plugin!

    I have a question about styling. Where do I go to control styles such as the link styling of quote and reply, and the main thing I need to know is how to style the quote in the comments. Like on here, the quotes have a border, background color is changed and so on.

    thorough explaining is best for me. Thank you!

    yeah yeah yeah

  120. amolpatil2k on September 15th, 2008 12:25 pm

    Many comments have mentioned email follow up. It is THE way to have commenters stay in touch with the blog. Another suggestion is filtering: Show only comments by person x or containing tag y or word z. Tag field could use some width.

  121. Russ Lipton on September 15th, 2008 11:00 am

    Plugin installs, but settings only show the contents of the settings. The labels to the left do not display, leaving me rather in the dark about what/how to turn-on or off.

    Running 2.6.2 with following plugins:
    Akismet
    All-In-One SEO
    Fluency Admin
    OZH Admin Drop-Down
    Simple Tags
    Wordpress Automatic Upgrade
    Wordpress Database Backup
    WP Easy Uploader

    Turning Fluency off didn’t help.

    Ideas?

  122. Frank on September 15th, 2008 6:46 am

    Thanks for this GREAT plugin.

    and I found if you got Ajax comment plugin, it would be conflict with this plugin. If u click the “submit” button, and nothing happend, or the comment page refreshed and only post one of your old comment instead of posting your last new comment, then it’s probably caused the “ajax comment” pluging.

    and here is one thing, I wonder if I can choose to display the “contents” of the comment on the sidebar, not only the Commenter’s name. any idea??

    Thanks a lot.

  123. Marco on September 15th, 2008 4:00 am

    Little featurerequest: would be nice to have the ability to change the default gravatar to something else.

    Comment Tags: gravatar
  124. Miladin on September 14th, 2008 3:18 pm

    Go to my website and you can see that it’s not working, go to any post - like this one http://miladinoski.trap17.com/2008/06/opera-95-released and click on „????????“ (which means Reply) and „???????“ (which means quote) Do not work *at all*

    Comment Tags: not working
  125. Eivind M. on September 14th, 2008 3:00 pm

    Hi! First, thanks for what I suspect is a great plugin! I can’t really get it working, though, so I hope to get some help with two questions:

    Is there any FAQ or help section to your plugin? The 250-comments-page isn’t really easy to look through for answers.. :)

    The links to edit and quote appear on my page, but nothing happens when they’re clicked. In the admin page, there’s no link to reply, quote or anything in the comment section.

    Have I done anything wrong?

    Hope to get some answers :)

    Comment Tags: Bugs, FAQ, help
  126. xensen on September 14th, 2008 12:59 pm

    This plugin didn’t work for me — it hung up after trying to save a reply. I was running the better comments manager and subscribe to comments plugins, but even after deactivating those I had the same problem. I still suspect a conflict with another plugin but not sure which it could be.

  127. Illi.Pro on September 14th, 2008 12:26 pm

    Nice video and plugin man! this plugin is so fantastic! Thanks and congratulations you was the winner!

    Comment Tags: congratulations, winner
  128. Mike Lantz on September 14th, 2008 11:43 am

    Congrats on the win, Jason!

    As I mentioned, I have a few features I think would be great.

    1) Reply to comment via email

    I have looked high and low multiple times for a plugin that would do this. Sometimes users leave comments and I want to reply to this personally via email (and NOT on the blog). It would be great if you could allow an admin to reply to a comment, and choose to reply via email, on the blog, or both.

    2) “Need of reply” for comments directed to admin only.

    I like your “In Need of Reply” features, but I would love for it to go one step further. I would like to ability to only see comments that were directed to me via the @replyto feature.

    I envision this as something like a “subscribe to comments” feature that notifies me when someone “replies to my reply”.

    Hope those make sense. If you have questions, let me know.

  129. Kevin Paquet on September 13th, 2008 10:48 pm

    Hey, congratulations, your plugin won at the plugin contest!
    I’m a proud user of this one!

  130. Joost on September 13th, 2008 9:17 pm

    Congratulations on winning the WP Plugin Competition! I enjoy your plugin…

  131. Mobi on September 9th, 2008 6:00 am

    Originally Posted By Mobi

    Originally Posted By ChrisI just installed this plugin. It worked the first time I tried to reply to a comment, but after that it hasn’t worked again. I get this error message:

    “Sorry, there was an error. Please enable JavaScript and Cookies in your browser and try again.”

    ??

    cái này

    c?m ?n anh b?n nhi?u nha

  132. Mobi on September 9th, 2008 6:00 am

    Originally Posted By ChrisI just installed this plugin. It worked the first time I tried to reply to a comment, but after that it hasn’t worked again. I get this error message:

    “Sorry, there was an error. Please enable JavaScript and Cookies in your browser and try again.”

    ??

    fdsfdf

  133. Jimmi McGilljam on September 9th, 2008 4:49 am

    I also have strange letters instead of the swedish letters åöä in qoutes.

    REQUEST: It would be nice to get a few lines of the comment itself in latest comment widget, and support of smilies in it … ;)

    //Jimmi

    Originally Posted By Laurenthi,
    i tried your plugin, it works, but i have a problem with accents, in the comment, they are good, but in the quotte i have stranges symbols :/
    look here => http://www.vivalille.com/2007/01/23/creer-une-galerie-avec-simpleviewer/#comment-11896

    have you an idea of solution ?

    thx for support

    Comment Tags: Request
  134. Chris on September 7th, 2008 8:35 pm

    I just installed this plugin. It worked the first time I tried to reply to a comment, but after that it hasn’t worked again. I get this error message:

    “Sorry, there was an error. Please enable JavaScript and Cookies in your browser and try again.”

    ??

  135. Wendy Roan on September 7th, 2008 2:21 pm

    Hi! I am interested in using your plugin. Do you know if there are any compatibility issues with other Comment plugins?

    Thank you so much!
    Wendy J. Roan
    @WendyRoan on Twitter

    Comment Tags: compability
  136. selise on August 31st, 2008 9:58 pm

    Originally Posted By JasonThis plugin won’t work with the TinyMCE Comments plugin, because the JS required by WPCR needs to access the text box with the name “Comment”, but the Tiny MCE Editor changes it, which is what renders the Reply/Quote functionality inoperable when you have Tiny MCE running. I’ll see about adding a fix, or Tiny MCE functionality altogether, but this is low on the priority list…

    just thought i’d add my thanks for a great plugin and my 2 cents that tinymce would be a very useful function to have if some fix could be found.

    thanks again.

  137. Bao on August 27th, 2008 2:47 pm

    @Bao -
    Hi,
    I have resolved my problem. Just had to fix a sql query in wpcrwidgets.php

    Thank you anyway, great plugin :)

    Comment Tags: admin comment
  138. Jean on August 26th, 2008 2:26 pm

    really nice

  139. gofree on August 25th, 2008 3:50 pm

    One more thing, how can we bring visitor to the comment when they click on the link in the Recent Comment instead just the post itself?

    I tried to use #%cid
    but not working

    Comment Tags: anchor
  140. gofree on August 25th, 2008 3:17 pm

    What is the default value for Recent Comment widget. I seem to lost the comment excerpt.

    Comment Tags: excerpt
  141. Laurent on August 25th, 2008 6:51 am

    hi,
    i tried your plugin, it works, but i have a problem with accents, in the comment, they are good, but in the quotte i have stranges symbols :/
    look here => http://www.vivalille.com/2007/01/23/creer-une-galerie-avec-simpleviewer/#comment-11896

    have you an idea of solution ?

    thx for support

  142. Matthew Weaver on August 24th, 2008 1:32 am

    I’ve upgraded one of my blogs to 2.6.1 and find that Comment Remix Settings page has the fields but not text. This worked fine in 2.6.

  143. Bao on August 23rd, 2008 5:15 pm

    Hello there,
    thanks for the great plugin ! It’s very useful !!
    However I have a problem : I have 3 admins for my website, and I have enabled the “recent comments” widget and unchecked the “show admin comments” option. The problem is that it’s showing them anyway ! Do someone have a solution ?

    Suggestion #1 : as stated in the others comments, having the possibility to notify people about answers to their posts would be grrrrrreat, it’s the very last thing that misses to your plugin :)

    Suggestion #2 : to all the people who has the “white page” problem, which version of PHP are you using ? I had this problem with others plugins once, cause I was running PHP 4.X. I switched to PHP 5.X, and the white page never reappeared again … hope it can help some of you !

    Comment Tags: admin comments
  144. Preetam Purbia on August 19th, 2008 7:43 am

    hi
    this plugin information is really and its help to its usage.
    thanks
    Preetam Purbia

  145. bariles on August 19th, 2008 5:30 am

    Originally Posted By JoostI am having the same problem!
    Could it be related to a theme, because the only thing I changed recently is my theme?

    Originally Posted By EddieUnfortunately I could not find the source of this problem.

    I tried what Eddy De Clercq suggested, but add_action(â??admin_menuâ?? was already there.

    Jason, any chance to fix this problem?

    Thanks,
    Eddie

    Same problem here. Nothing happens after I click SAVE. :(

  146. Joost on August 14th, 2008 7:35 pm

    I am having the same problem!
    Could it be related to a theme, because the only thing I changed recently is my theme?

    Originally Posted By EddieUnfortunately I could not find the source of this problem.

    I tried what Eddy De Clercq suggested, but add_action(â??admin_menuâ?? was already there.

    Jason, any chance to fix this problem?

    Thanks,
    Eddie

  147. Jeffro2pt0 on August 14th, 2008 12:59 pm

    Darn, I guess I’m going to have to decide which plugin to use. MCE comments or WP Comment Remix. Can’t have the best of both worlds :(

  148. Jason on August 11th, 2008 2:13 pm

    Originally Posted By Chris Osborne

    Originally Posted By Kevin PaquetIf WP Threaded Comments won’t have this feature of sending email notifications to the comment authors of the comments being quoted/replied.
    I would definitely use this one.
    Anyway to integrate this feature?

    I think this would be a great idea. I think that’s the only thing missing from this plugin. I know it’s possible because I’ve seen other plugins that do it. But they’re not as pretty as yours.

    Any word on if/when this will happen?

  149. Eddie on August 10th, 2008 11:31 am

    Unfortunately I could not find the source of this problem.

    I tried what Eddy De Clercq suggested, but add_action(’admin_menu’ was already there.

    Jason, any chance to fix this problem?

    Thanks,
    Eddie

    Comment Tags: bug
  150. Eddie on August 8th, 2008 9:04 am

    Hi,

    First let me say thanks for the great plugin. It’s very useful to me.

    However, I too have the problem that when I reply to a comment and hit “save reply” nothing happens.

    Only “post reply… be patient” appears and disappears. No error.

    It might be interfering with another plugin because I do not have this error on my local WP-Installation.

    But which one?

    Eddie

    Comment Tags: bug
  151. The Tim on August 6th, 2008 7:01 pm

    @Jason - Where would I be looking for said errors? All I see are blank pages. Also, the code I linked to earlier only shows up when this plugin is enabled, FWIW.

    Comment Tags: bug
  152. Jason on August 3rd, 2008 4:29 pm

    @Josh Budde - In the Settings page (Settings > Comment Remix) you can uncheck the Reply box, and only the Quote link will show

  153. Jason on August 3rd, 2008 4:29 pm

    @Eddy De Clercq - Hmmm, I have no idea why admin_head doesn’t work, but admin_menu does - I’ll look into it. I’m glad you have your copy working, though!

  154. Josh Budde on August 3rd, 2008 2:33 pm

    How would I go about only using the quote feature?

  155. Eddy De Clercq on August 2nd, 2008 6:47 am

    Found the problem thanks to Ozh’s comment plugin. That had also that problem but showed where the issue is in an error screen. It was a plugin that seemed to reffer to a file that not existed.
    I would suggest that you include also the error screen feature in your plugin.
    Eddy

    Found a workaround with http://konstruktors.com/blog/wordpress/277-fixing-postpost-and-ozh-absolute-comments-plugins/
    It seems that WP comment remix and Absolute Comments have problems with other plugins when they use add_action(’admin_head’,….
    When you replace it with add_action(’admin_menu’,…. everything works fine.
    admin_head looks rather legit to me so I don’t see why the comment plugins have troubles with it. Any ideas/suggestions?

    Eddy

    Comment Tags: Bugs
  156. Eddy De Clercq on August 2nd, 2008 3:39 am

    Originally Posted By Eddy De Clercq@Jason - I think that I can pinpoint the problem to the Ajax functionality in the reply functionality. Nothing happens when you click on save, not even errors. Everything else works.
    Any suggestions on what/where to look for to find the problem?

    Found the problem thanks to Ozh’s comment plugin. That had also that problem but showed where the issue is in an error screen. It was a plugin that seemed to reffer to a file that not existed.
    I would suggest that you include also the error screen feature in your plugin.
    Eddy

    Comment Tags: bug feature request
  157. Eddy De Clercq on August 2nd, 2008 3:28 am

    @Jason - I think that I can pinpoint the problem to the Ajax functionality in the reply functionality. Nothing happens when you click on save, not even errors. Everything else works.
    Any suggestions on what/where to look for to find the problem?

    Comment Tags: bug
  158. Jason on August 1st, 2008 9:59 am

    @Eddy De Clercq - There is no delete/uninstall script, but the only DB stuff this does is add options. No tables are added or modified

    Any plugin that modifies the admin area could be the collision point. Or, any plugin that throws javascript on every admin area page could be it, too.

  159. Phil on August 1st, 2008 6:10 am

    I search for a while after a plugin like those..
    Great Plugin - Thanks!

  160. Phil on August 1st, 2008 6:09 am

    Great Plugin - Thanks!

  161. Eddy De Clercq on August 1st, 2008 3:29 am

    Originally Posted By Eddy De Clercq@Jason -
    Sorry for the late reply. I was on holiday. Any suggestion on which plugins might cause a problem? If I need to test all the combinations of the plugins I’ve installed…

    It occurs to me that the AJAX functionality is giving the problems. Is there btw a complete uninstall script (db delete, etc) in order to see if that helps?

    Comment Tags: bug
  162. Eddy De Clercq on August 1st, 2008 3:06 am

    @Jason -
    Sorry for the late reply. I was on holiday. Any suggestion on which plugins might cause a problem? If I need to test all the combinations of the plugins I’ve installed…

    Comment Tags: bug
  163. Jason on July 31st, 2008 1:12 pm

    @Beeex Happy Team - Hmmm, I can’t recreate the problem on 2.6, any chance you can get into your error log and find out what the error was? I’m thinking there’s a collision with another plugin that you’re using or something.

  164. Jason on July 31st, 2008 1:05 pm

    @Ok0 - Yeah, I’m aware of that problem, but can’t reproduce it… Are you getting any errors associated with the blank pages?

  165. Jason on July 31st, 2008 1:05 pm

    @The Tim - That source looks like Wordpress generated code, with some internationalization stuff, as well as google gears stuff. Is there anything else that could be causing the problem? Any errors or anything?

  166. The Tim on July 29th, 2008 5:04 pm

    I’m getting blank admin pages as well, with WordPress 2.6. I dumped a suspicious-looking portion of the generated source, which you can find at the link I put in this comment.

    Also, blog posts did not return blank, but the reply and quote links didn’t do anything, either. Similar-looking strange stuff was in the source of those pages.

    Comment Tags: bug
  167. Ok0 on July 29th, 2008 10:21 am

    Hi,

    The plugin does not work with wp-admin! The wp-admin appears blank pages.

    I am using WP 2.5.1

    Sorry for my english,

    bye!

  168. Beeex Happy Team on July 28th, 2008 12:48 pm

    Jason, we like your plugin a lot and featured it on Beeex.net, right here:
    http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new

    But we are getting an internal server error (500) every time we attempt to save a post, with this plugin acticated. We are keeping it in the post and added a little note about the WP versions you tested it with (2.5x).

    We are running WP 2.6 - have you heard of any such issue yet?

    Thanks!

    Comment Tags: bug
  169. Jason on July 21st, 2008 10:46 pm

    @Phil Barron - Yeah, it’s because changing the comments box to a tinyMCE box changes it’s name, so the Reply/Quote function can’t find it to insert the text…

    As of this point, there is no fix.

  170. Jason on July 21st, 2008 10:45 pm

    @Eddy De Clercq - Strange - I tested it on 2.6 and it worked fine for me. Can you try disabling other plugins one at a time to see if there’s a conflict with one of them?

  171. Jason on July 21st, 2008 10:43 pm

    @Saad Ibrahim - How big is your screen resolution? The ignore button moves down when the browser doesn’t have a wide enough area to display it properly

  172. Saad Ibrahim on July 21st, 2008 3:34 am

    these is a bug see the screenshot;
    http://i35.tinypic.com/33e7psz.png

  173. adamsarc on July 21st, 2008 3:04 am

    I am using wp comment mix plugin it is wonderful

    Comment Tags: wp plugins
  174. Phil Barron on July 17th, 2008 9:36 am

    Sounds promising, but version 1.4.3 isn’t working alongside MCE Comments; Reply - Quote does not function while the other plugin is active. Any chance of a fix?

  175. Eddy De Clercq on July 17th, 2008 3:07 am

    @Jason - WP 2.6

    Comment Tags: bug
  176. Richard on July 16th, 2008 4:24 pm

    This is a great plug-in, exactly what I was after. Thanks a lot!

  177. Jason on July 16th, 2008 10:09 am

    @Eddy De Clercq - What WP version?

  178. Eddy De Clercq on July 16th, 2008 3:08 am

    @Jason -
    Just installed the new version and when I want to post a reply to an existent comment from the admin part of my site, the save reply doesn’t do anything. This time it doesn’t even give JS errors. I tried several browsers.
    Replying in the end user side does work.

    Comment Tags: bug
  179. MacBros on July 15th, 2008 7:58 pm

    Originally Posted By MacBros

    Originally Posted By MacBrosI just updated to Wordpress v 2.6 and now when I go to click on the Reply or Quote links, nothing happens.

    It was working fine before the update.
    Any ideas?

    Using Firefox 3.0

    I also notice that socialspark.com loads when I click. Maybe it’s the tracking script from socialspark.com?

    Just found out what the problem was. It was conflicting with the Social Bookmarks Plug-in.
    http://www.dountsis.com/projects/social-bookmarks

  180. MacBros on July 15th, 2008 6:55 pm

    Originally Posted By MacBrosI just updated to Wordpress v 2.6 and now when I go to click on the Reply or Quote links, nothing happens.

    It was working fine before the update.
    Any ideas?

    Using Firefox 3.0

    I also notice that socialspark.com loads when I click. Maybe it’s the tracking script from socialspark.com?

  181. MacBros on July 15th, 2008 6:53 pm

    I just updated to Wordpress v 2.6 and now when I go to click on the Reply or Quote links, nothing happens.

    It was working fine before the update.
    Any ideas?

    Using Firefox 3.0

  182. Jeffro2pt0 on July 15th, 2008 6:03 pm

    @Jason - Yep, whatever you did seems to have fixed the problem. Thanks Jason.

  183. Jason on July 15th, 2008 1:48 pm

    @Jeffro2pt0 - When the SVN updates to 1.4.3, update your copy of WPCR. I fixed the collision, and the fix should work for any similar plugins, too

    Comment Tags: Bug Fix
  184. Jeffro2pt0 on July 15th, 2008 1:24 pm

    Hey Jason, it’s me again. I’m running 2.6 but the same issue was present in 2.5.1. I’ve discovered that WP Comment Remix has some sort of conflict with the Batch Categories plugin http://robm.me.uk/projects/plugins/wordpress/batch-categories when I try to access the Batch Categories plugin, the interface for the plugin is replaced by some sort of REPLY to comment box from WP Comment Remix. It’s weird and the only way to get access to Batch Categories is to disable WP Comment Remix.

  185. dEFTHOMAS on July 14th, 2008 6:21 am

    I will put an example : “To jest w?a?nie przyk?ad jak wygl?da cytowany tek?cik”

  186. dEFTHOMAS on July 14th, 2008 6:17 am

    My language is polish and quoted comments with polish characters don’t appear correctly. (Something like this: Ï?Ï?Ï?θεÏ?η αÏ?Ï?ή μοÏ? θÏ?μίζει αÏ?Ï?ήν Ï?οÏ? )
    Any idea how/when to fix this?

    Thanks in advance for help

    Cheers

  187. Mark Eckenrode on July 13th, 2008 12:29 pm

    Originally Posted By Jason@Mark Eckenrode - Do you have any other plugins that change URLs to links? That was the problem before: Wordpress was trying to auto-link the URL in javascript, and it was killing the JS.

    i keep scrolling through my plugin list to find one that might do that but i got nothing. at some point today i’ll deactivate them and check anyway….

  188. Jason on July 13th, 2008 10:12 am

    @Eddy De Clercq - I’ll take a look at it, Eddy. I’m out of own until tomorrow, so it’ll be after that.

  189. Jason on July 13th, 2008 10:12 am

    @Mark Eckenrode - Do you have any other plugins that change URLs to links? That was the problem before: Wordpress was trying to auto-link the URL in javascript, and it was killing the JS.

  190. Mark Eckenrode on July 12th, 2008 1:11 pm

    hey jason,

    i’ve updated to the latest version of remix but am still getting an error on comments where the reply/quote section is messed up if the commenter ends with a link.

    check out this comment to see what i mean:
    http://www.homestomper.com/?p=110/#comment-129

  191. Li-An on July 12th, 2008 3:44 am

    Well, it works nice but there is always the problem with special characters.

    Comment Tags: special characters
  192. Eddy De Clercq on July 12th, 2008 3:31 am

    @Jason -
    Hi,

    Sorry for the late reply. I took a day off with the family. I installed 1.4.2 and I now get

    Error: _gat is not defined
    Source File: http://wordpress.org/extend/plugins/wp-comment-remix/
    Line: 16

    in FF3. Didn’t try any other browsers.

    Btw, a nice addition would be that one could get e-mail subscription for comments like this.

    Eddy

    Comment Tags: bug
  193. Jason on July 10th, 2008 1:46 pm

    @Jeremy - Hi Jeremy, it sounds like the CSS in your theme is adding border-bottom to your li tags. The widgets use typical styling rules for Wordpress - are you getting lines under every widget?

    Comment Tags: CSS, Styling
  194. Jason on July 10th, 2008 1:42 pm

    @Chris Osborne - Good thought, Chris, I’ll look into adding that to a future version

  195. Jason on July 10th, 2008 1:42 pm

    @Eddy De Clercq -
    Eric, I uploaded a fix, and hopefully it’ll update in the SVN soon - when 1.4.2 is available in your plugins area, upgrade and see if that takes care of it. If not, let me know

    Comment Tags: Bug Fix
  196. Eddy De Clercq on July 10th, 2008 1:14 pm

    Hi,

    I just installed 1.4.1 and when I want to reply to an existent comment, I get this JS error when I want to submit:
    Error: xml.match(/(.*)/) is null
    Source File: http://mydomain/wp-content/plugins/wp-comment-remix/commentlinks.js
    Line: 105
    and the script stops without submitting the comment.
    What is causing this problem?

    Eddy

    Comment Tags: bug
  197. Chris Osborne on July 7th, 2008 10:14 am

    @Jason - Alright, I got bored and started looking through the widget code. Since I’m the only registered user by design, just changing the admin ID to 2 seems to work.

    Something that I would suggest though is having a list of users to ignore comments from rather than ignoring comments from the admin. A blog might want to ignore comments from all of its authors.

  198. Li-An on July 3rd, 2008 3:50 pm

    Same problem with french characters (à, é and so on…)

    Comment Tags: character
  199. Jeremy on July 3rd, 2008 1:15 pm

    The new version works very well for me; thanks.

    One question; is there a guide to styling the elements in the widget. for example, I have horizontal lines between my recent commenters, whereas you don’t have them here.

    But the CSS in the plugin seems to be all about the Admin pages.

    Thanks

  200. Primal Sneeze on July 3rd, 2008 12:16 am

    Comment ID anchor works a treat. Thanks!

  201. Jason on July 2nd, 2008 10:11 pm

    @Greek - I’m not entirely sure, as I don’t often deal with international characters like that. I’ll look into it for you, though, because I’m sure there are many others who need the same thing!

  202. Greek on July 2nd, 2008 5:45 pm

    My language is greek and quoted comments with greek characters don’t appear correctly. (Something like this: Ï?Ï?Ï?θεÏ?η αÏ?Ï?ή μοÏ? θÏ?μίζει αÏ?Ï?ήν Ï?οÏ? )
    Any idea how to fix this?

  203. tester on July 2nd, 2008 5:29 pm

    Originally Posted By Jason@Chris Osborne - I’d wait, re-creating yourself as #1 would require quite a bit of DB work, since you’d also have to change all of the user IDs for comments and posts you made

    testing….

  204. Jason on July 2nd, 2008 5:04 pm

    @Chris Osborne - I’d wait, re-creating yourself as #1 would require quite a bit of DB work, since you’d also have to change all of the user IDs for comments and posts you made

  205. Chris Osborne on July 2nd, 2008 4:44 pm

    Originally Posted By Jason@Chris Osborne - Have you changed your admin profile lately? Or is your admin user not the initial user? Either of those things may be the culprit. I’m working on a fix that won’t require the admin user to be ID 1, but for now, that might be the problem.

    That’s probably it since I’m #2. Would you recommend that I wait for the plugin to have a fix or recreate #1 and move myself over there?

  206. Jeremy on July 2nd, 2008 2:50 pm

    Originally Posted By Jason@Jeremy -
    Whoops - sorry about that, there was a glitch with the K2 fix. It’s fixed in 1.4.1 (I just committed it to SVN)

    Thanks. It’ll have to wait now, but I do appreciate your swift responses.

  207. April Reign on July 2nd, 2008 1:12 pm

    WooHoo!!! Works perfectly for me again

    Thanks Jason you rock! :)

  208. Jason on July 2nd, 2008 1:11 pm

    @Jeremy -
    Whoops - sorry about that, there was a glitch with the K2 fix. It’s fixed in 1.4.1 (I just committed it to SVN)

    Comment Tags: Bug Fix
  209. Jeremy on July 2nd, 2008 12:41 pm

    I thought I’d try again, and this time my problem is different. On the design page, I don’t see any of the widgets that I expected to. Doesn’t seem to matter what Theme I am using.

    Comment Tags: Free Widgets
  210. Jason on July 2nd, 2008 11:43 am

    After finally getting my flash image uploader to work, so I could reproduce the problem with WPCR, I figured out what the problem was, and I can upload with the flash uploader with WPCR turned on! :)

    I also fixed some other things:
    - Image Uploader bug (Woo hoo!)
    - XHTML compliance
    - The problem with K2 and blank admin pages should be fixed (if you’re still having this problem, let me know!)
    - Comment ID anchor for recent comments widget - Now you can use %cid to retrieve the comment ID, so this will give you the link to the specific comment:

    <a href=”%pu#comment-%cid”>%pt</a>

    Stuff that’s not fixed:
    @Chris Osborne - Have you changed your admin profile lately? Or is your admin user not the initial user? Either of those things may be the culprit. I’m working on a fix that won’t require the admin user to be ID 1, but for now, that might be the problem.

    This plugin won’t work with the TinyMCE Comments plugin, because the JS required by WPCR needs to access the text box with the name “Comment”, but the Tiny MCE Editor changes it, which is what renders the Reply/Quote functionality inoperable when you have Tiny MCE running. I’ll see about adding a fix, or Tiny MCE functionality altogether, but this is low on the priority list…

    Current version: 1.4

    Comment Tags: Bug Fixes, Bugs
  211. Matt Chandler on July 2nd, 2008 10:37 am

    I was listen to wordpress weekly this week and discovered that I was having the same issue as others with the plugin breaking my image uploader. If you need to ask anyone questions I will be happy to help. email me at matt [at] promptcs.com

  212. Mantap on July 2nd, 2008 10:12 am

    Mantap plugin wordpressnyo bro. Keren nian.

  213. Rob - Former Fat Guy on July 1st, 2008 12:49 pm

    @April Reign - Nice, thanks. Glad I came back to look. um, a subscribe to comments would be nice here too *wink

    Comment Tags: sql
  214. Chris Osborne on July 1st, 2008 11:22 am

    Also, something else that I just noticed. I don’t have the box checked to show admin comments in the recent comments or most active commenters widgets, but my stuff shows up anyway.

    I’ve also check the box, saved, and unchecked it. Still I’m showing up.

    This isn’t a deal breaker for me, but I’d rather not show up on the top commenters section.

    Comment Tags: admin, comment, hide
  215. Dave on June 30th, 2008 2:25 pm

    I was liking this plugin, but it was disabling the media add functionality in the edit post window. That is something I use quite often to get image URLs, so it won out in the end. WP Comment Remix is currently disabled :(

    Another thing was that MCE comments (Allowing simple Tiny MCE functionality) would not play nice with this plugin. I’d love to have the functionality of this AND the ability for people to style their comments a bit.

    Comment Tags: Bugs, feedback
  216. Chris Osborne on June 27th, 2008 10:12 pm

    Originally Posted By Kevin PaquetIf WP Threaded Comments won’t have this feature of sending email notifications to the comment authors of the comments being quoted/replied.
    I would definitely use this one.
    Anyway to integrate this feature?

    I think this would be a great idea. I think that’s the only thing missing from this plugin. I know it’s possible because I’ve seen other plugins that do it. But they’re not as pretty as yours.

    Comment Tags: email, notification
  217. April Reign on June 27th, 2008 3:35 pm

    @Rob - Former Fat Guy -

    I have both working. Same MysSql version

  218. Rob - Former Fat Guy on June 26th, 2008 4:58 pm

    @Rob - Former Fat Guy -

    I mean SQL v 4.1.22

    Comment Tags: sql
  219. Rob - Former Fat Guy on June 26th, 2008 4:56 pm

    Anyone know if this is compatible with “subscribe to comments” and has anyone got it working on php v4.1.22 yet?

  220. Jason on June 26th, 2008 4:45 pm

    Hi Everyone,
    I’m still trying to sort out some of these bugs - it’s really hard when I can’t reproduce them.

    If anyone is getting an error notification, please copy/paste it here! :) That will help a lot.

    Here are some of the issues I’m working on right now:
    Image uploader problem
    XHTML compliance
    Comment ID anchor for recent comments widget
    Collision with K2
    Blank admin pages

    I’ll keep you updated as to how things are progressing. Thanks for all your comments!

    Comment Tags: Bug Fixes, Bugs
  221. Jason on June 26th, 2008 4:41 pm

    @Rob -
    The quote link is in an a tag with class=”quote”, and there is a <div class=”comment-remix-meta”> tag wrapping both the reply and quote links, so you should be able to style it using

    .comment-remix-meta .quote

    Comment Tags: CSS, Styling
  222. Rob - Former Fat Guy on June 26th, 2008 4:34 pm

    Originally Posted By michael leeI’ll
    Also, i’d love to see a class added for the “quote this” text insertion, one for the link, one for the quoted text. That way we can modify the CSS styling of those elements on a per-theme basis, without having to hack away at the plugin itself.

    Yep, I’d would like to respectfully request the same thing. Being able to have my comment quotes stand out from my post quotes would be a benefit.

    Comment Tags: Coment Quote Styling
  223. Tigreh on June 25th, 2008 2:50 pm

    hello
    i love this plugin but…when I activate the plugin, my wp-admin become empty. I dunno why…please please HELP ME!

    Thank you soo much in advance.

    Comment Tags: Comment Remix
  224. April Reign on June 25th, 2008 12:31 pm

    Originally Posted By vishal mehtaThanks for very nice plugin. It was one of my favourite but on upgrading to Wordpress 2.5.1 i lost my flash image uploader and to find out the cause by deactivating plugin, i found out that WP-Comment Remix plugin was causing trouble and had to deactivate it permanently.

    Hopefully you will be able to fix the proble.
    Thanks

    I’m having a similar problem after upgrading to 2.6, but I’ve decided to deactivate when I need to upload. Still if there is a fix ‘twould be easier :)

  225. vishal mehta on June 24th, 2008 12:35 pm

    Thanks for very nice plugin. It was one of my favourite but on upgrading to Wordpress 2.5.1 i lost my flash image uploader and to find out the cause by deactivating plugin, i found out that WP-Comment Remix plugin was causing trouble and had to deactivate it permanently.

    Hopefully you will be able to fix the proble.
    Thanks

    Comment Tags: image uploader
  226. Luciano Passuello on June 24th, 2008 8:55 am

    I love the idea of this plug-in. Great job!

    However, activating it generates many validation errors in the page. Do you have plans to make the generated code standards-compliant?

  227. michael lee on June 23rd, 2008 6:02 pm

    I’ll second the call for a comment url link - that would raise this up to the level of near perfection!

    Also, i’d love to see a class added for the “quote this” text insertion, one for the link, one for the quoted text. That way we can modify the CSS styling of those elements on a per-theme basis, without having to hack away at the plugin itself.

    Thank you for your effort on this plugin. This is very, very useful!

  228. Primal Sneeze on June 23rd, 2008 2:08 am

    Recent Comments

    Are there plans to implement a token for comment_id? e.g. %cn

    I would like to be able to use something like

    %an on <a href=”%pu#comments-%cn“>%pt

    in the Recent Comments template to produce a link that would allow the visitor navigate directly to a particular comment. e.g.

    … url.com/2008/06/22/a-post/#comment-12345

    Otherwise, this is an excellent plugin. Well done!

  229. ]V[orlock on June 22nd, 2008 7:36 am

    I have found that your plugin is incompatible with K2 if you have widget support disabled against K2 embedded sidebar manager.

    Comment Tags: bug, Bugs, K2, theme
  230. Jeremy on June 22nd, 2008 3:15 am

    Originally Posted By Jeremy

    … I am happy to have got it working and just wanted to let you know.

    Spoke too soon. I made a change in widgets (K2 theme) and everything vanished again. Deleting WPCR fixed things.

    So, I guess WPRC doesn’t play nicely with K2. I wish it did, because I do not feel like going for a new theme just at this moment.

  231. Jeremy on June 22nd, 2008 2:51 am

    Originally Posted By Jeremy Alas, big problems installing WPCR. After activating the plug-in, all WP Admin pages are blank. I’m off to investigate.

    Jeremy

    Very odd indeed. I deactivated all plugins, then activated WPCR, and everything was fine. I then reactivated all my plugins one at a time, and everything stayed fine.

    So I now have exactly the same set up as I had when I first tried to activate WPCR, except that the various Admin pages DO display.

    I have no idea what, if anything, this means, but I am happy to have got it working and just wanted to let you know.

  232. Jeffro2pt0 on June 22nd, 2008 2:36 am

    @Jason - No, there are no errors shown. When I upload an image through the media manager, I don’t see the bar which says crunching and I never get to the point where I can actually configure the way the image is displayed. Perhaps I should try using the no flash uploader plugin combined with your plugin and see if everything works then.

  233. Jeremy on June 22nd, 2008 2:36 am

    @Jason - Thanks. Alas, big problems installing WPCR. After activating the plug-in, all WP Admin pages are blank. I’m off to investigate.

    Jeremy

  234. Jason on June 21st, 2008 3:29 pm

    @Jeremy - Interesting thought, I’ll look into it

  235. Jason on June 21st, 2008 3:29 pm

    @Jeffro2pt0 & everyone else with the image upload problem -
    Are any errors being thrown? I can’t recreate the problem on my blogs. I did have to turn on the no flash uploader plugin, but that wasn’t WPCR’s fault (I tried it with it activated and deactivated)

    I don’t use the image uploader much, so I don’t exactly know the intended results and functionality, but it did the exact same thing for me with and without WPCR 1.3.2 activated. (Image was uploaded, I saved it, it showed up in the gallery and media manager, then when I clicked on a new post and accessed the image uploader, the Gallery said 0, but the media manager was still showing my uploaded files)

    Comment Tags: bug
  236. Jeremy on June 21st, 2008 4:18 am

    I just found this plugin after it was featured on the dashboard and I am about to install it and play with it. One thing though — and I know it is rude of me to ask for something before I’ve even had a play — I’d really like a “featured comment” function. I’ve seen this on other blogs, where the blog author selects one or more comments and has them appear at the end of the blog post itself, maybe with an extract.

    I have no idea how hard it would be to add something like that. But thanks anyway for this plugin.

  237. Jeffro2pt0 on June 21st, 2008 2:47 am

    @Jason - Hello Jason. I’ve been having an issue with my media manager specifically dealing with images. I can upload images just fine, but clicking on the SHOW link does nothing. I also don’t see the image that was in fact, uploaded. The images are uploaded, but I can’t configure them with the media manager. I’ve finally tracked down the problem and the media manager works as intended in WordPress 2.5.1 when WP Comment Remix is DEACTIVATED. I have no idea why your comment plugin would interfere with the media manager but it does.

  238. Jason on June 19th, 2008 10:37 pm

    @Aurelia -You can’t display them above the comment… yet. I’ll look at adding that in a future version.

  239. Jason on June 19th, 2008 10:36 pm

    @ovidiu -
    Sadly, I’m too lazy to keep a change log/history of the versions. But the changes since 1.0 so far have been just bug fixes, and the addition of the Ignore button on the comments page and Ignore All button on the settings page

  240. Aurelia on June 19th, 2008 7:31 am

    Hello,

    how can I change the place of reply/quote links? I don’t want them to be displayed below the comment, but above it.

  241. ovidiu on June 19th, 2008 1:48 am

    is there a version history or change log available? I am curios what you are changing in each version. thx.
    Btw. any news about threaded comments?

  242. Jason on June 18th, 2008 11:08 pm

    @Michel Fortin -
    Upgrade to 1.3.2 and check it out - I think I took care of the problem, but I can’t recreate it on my blog, so it’s a matter of hope and fix it if my fix doesn’t work :)

    Comment Tags: Bug Fix
  243. Jason on June 18th, 2008 11:07 pm

    @phototristan -
    Good catch, I had a small bug that was ignoring comments instead of updating settings. It’s fixed in the latest SVN update (1.3.2)

    Comment Tags: Bug Fix
  244. Michel Fortin on June 18th, 2008 8:33 pm

    @Jason - Jason, I still get the SQL bug at the top of my admin panel. I’m going to upgrade your access to my blog to admin status if you want to take a look:

    http://www.michelfortin.com/

  245. Power on June 18th, 2008 4:54 pm

    I think i will try it from now ! =) Tnx for share

  246. phototristan on June 18th, 2008 4:54 pm

    @Jason -

    Cool. I upgraded from within the WP admin plugins panel.

    The preferences settings for the ‘reply’ and ‘quote’ links to appear do not stick. If I check those ‘on’ the settings do not stay and they stay un checked after saving.

  247. Jason on June 18th, 2008 3:48 pm

    Version 1.3 is out! Many of the bugs have been fixed, and I added localization support (let me know if I missed anything) but I didn’t test it, as I don’t know any other languages - So if someone could test that out and let me know if it’s good to go, that’d be great!

    There are still a few bugs that remain:
    - Collision problem with image uploader
    - Collision with AWP plugin that stops comment tags from working
    - XHTML incompatibility
    - SQL Error when you ignore all comments

    I’ll get to those problems ASAP

    Comment Tags: Bugs, Fixes, localization
  248. Adrian on June 17th, 2008 6:41 pm

    hey!

    awsome plugin!

    I have a question about styling. Where do I go to control styles such as the link styling of quote and reply, and the main thing I need to know is how to style the quote in the comments. Like on here, the quotes have a border, background color is changed and so on.

    thorough explaining is best for me. Thank you!

    Comment Tags: help, style
  249. Jeremy G. on June 17th, 2008 9:33 am

    @Jeffro2pt0 - Same thing here.

  250. T. on June 15th, 2008 7:39 am

    @T. -
    Sorry. I didn’t realize you can change comment remix option. i disable that option. now i don’t need to worry about having to to reply to billions of OLD comments.

  251. T. on June 15th, 2008 7:32 am

    Thiis is a great plugin however, when you get new comments thats in need of moderation, a red quote shows up but It shouldn’t be there telling you u need to reply to all 170 older comments.

  252. Michel Fortin on June 14th, 2008 2:37 pm

    @Jason - Yes, I have 1.1.

    Comment Tags: Bugs
  253. Li-An on June 14th, 2008 9:09 am

    Originally Posted By Margaret@Alistair Stewart - Same here. Did so want for it to work, but can’t upload photos when plug-in is active. My pal Rus who rescues me says: “The plugin was throwing a Javascript error in the Media Library, something to do with causing the JQuery offset to not be defined.” I can try to reactivate and replicate the error…

    Same problem uploading images with plugin active – I use Flexible Upload plugin.

  254. phototristan on June 13th, 2008 6:46 pm

    Originally Posted By TylerThe permalinks are broken in the recent comments widget, they all go to the same wrong post.

    Yes, I’m seeing this behavior also, even on this very blog.

  255. Jason on June 12th, 2008 10:32 am

    Still looking into the bugs and such - thanks for the updates and clarifications, everyone! They should be here soon :)

  256. Jason on June 12th, 2008 10:32 am

    @Brandt - Changing the color of the links would be done in your CSS. Both links are included in a div tag with a comment-remix-meta class, to make it easier

    Comment Tags: CSS
  257. Margaret on June 12th, 2008 7:00 am

    @Alistair Stewart - No, not these issues. When 2.5 first released, I had a few little hiccups w/it, but not this…and they went away since. Till now.

  258. Gary Allen on June 12th, 2008 4:52 am

    I also have the problem with the administrative page not displaying correctly, even after I turned off all my other plug-ins. All I see are the radio buttons and checkboxes.

  259. Tyler on June 11th, 2008 4:07 pm

    The permalinks are broken in the recent comments widget, they all go to the same wrong post.

  260. Alistair Stewart on June 11th, 2008 11:17 am

    @Margaret -

    Thank goodness it is not just me :-)

    Were you having problems with the image uplaoder in 2.5 before this as well?

  261. Charlotte on June 10th, 2008 5:54 pm

    @ovidiu - Yes, I do have 1.1 installed and I still have those errors.

  262. Brandt on June 10th, 2008 5:30 pm

    I checked the source, but I didn’t see anything about changing the colors of the “Reply” and “Quote” links to something other than black.

    Is that possible?

  263. Margaret on June 10th, 2008 4:12 pm

    @Alistair Stewart - Same here. Did so want for it to work, but can’t upload photos when plug-in is active. My pal Rus who rescues me says: “The plugin was throwing a Javascript error in the Media Library, something to do with causing the JQuery offset to not be defined.” I can try to reactivate and replicate the error…

  264. Alistair Stewart on June 10th, 2008 4:10 pm

    The image uploader within wordpress - I know there is a problem with some people anyway with the image uploader and I solved that using the extra code in the access - that only worked in the short term though so I started using the no flash uploader plugin - as soon as I installed the comments remix plugin nothing worked to get an image to upload.

  265. Jason on June 10th, 2008 12:38 pm

    Wow, note to self: Don’t go away to a seminar and get a video review from Weblog Tools Collection at the same time…

    Since there are so many comments, I’m not going to reply to them all individually. I’m just going to put it all in one comment here.

    @Everyone saying there needs to be an “Ignore All” option - I agree. I can’t believe I didn’t think about it before, thanks for your thoughts! That will be the first thing I do.

    @PlanetPhillip - Let me think about the tag thing. I agree that they might become unwieldy if left open for misspellings, etc. If I can find an easy answer to it, I’ll put it in :)

    @Danny Novo and @Kerry Webster - I’m looking into the problem. It seems like something is stopping the PHP from executing correctly, and thus killing the HTML. Danny, if you could let me know what plugins you’re using, that would help tremendously!

    @Jeffro2pt0 - Thanks for your kudos! It means a lot coming from a WP guru like yourself!

    @Scott Tribe - Do you have “Hide Trackbacks” checked in the admin area? It will override the “Show Trackbacks after Comments” checkbox, and remove them altogether.

    @Charlotte - Do you have the latest version installed? (v 1.1) It looks like the problem is with the SQL, but I checked the plugin, and the bug I see in what you pasted here isn’t in the code (at least, not anymore) - try re-downloading and re-uploading it to your server.

    @Mark Eckenorde - Added to the bug list, I’ll look into it

    @drsuccess - Do you have 1.1 installed? That bug should be taken care of now. If you do, let me know and I’ll look into it again to see what’s going on.

    @Alistair Stewart - Which image uploader? The one from WP? Or from a plugin?

    @Kate - Great ideas, I’ve added them to the to do list!

    @Kevin Paquet and @ovidiu - I’ve been considering allowing threaded comments, but there are some considerations that I have to make before I can say yes or no. IE - what do I do about multiple replies (like this comment) and a few other things.

    @Epat - Follow the template instructions in this post, you can use tokens to customize all of the Comment Remix widgets

    @phototristan - I’ll look into it

    @April Reign - Added to the bug list

    @]V[orlock - I’ll check it out. Any chance you’ve been able to narrow down which plugin it’s colliding it with?

    @Everyone else - Thanks for your great comments. I’m glad you like the plugin!

    Known Bugs:
    On In Need Of Reply link, click to different pages removes the page navigation links
    Comments ending with tags messes with Reply | Quote display
    - Quote link repeats after link, as well (I’m assuming this is a jQuery problem)
    Collision with AWP plugin, tags not working

    Comment Tags: Bugs, Fixes
  266. ovidiu on June 10th, 2008 1:52 am

    @ovidiu - Just trying to see how your reply function works… as I already have another plugin for threaded comments which also offers a reply link, so if you would implement threaded comments as well, I could completely dump the other plugin

  267. Kerry Webster on June 9th, 2008 10:54 pm

    If you need help with testing the plug-in with MySQL 4.1.14 let me know. I can give you an admin account on my test blog.

  268. Kerry Webster on June 9th, 2008 10:52 pm

    Issues. My webserver environment specs:
    Win2003 - PHP 5.2.5 - MySQL 4.1.14-nt - WP2.5.1

    See image below:
    http://kerrywebster.com/images/wp_comment_remix.gif

  269. ]V[orlock on June 9th, 2008 5:55 pm

    When I activate your plugin all my blog returns blank pages. I don’t know if there is some kind of incompatibility with another plugin.

    If you want, check out my active plugins here:
    http://liberitas.com/about/plugins/

  270. April Reign on June 9th, 2008 12:56 pm

    On my blog, if someone leaves a link in the comment, the quote link picks up and repeats the everything from the link on.

    Example here

    Any suggestions?

  271. phototristan on June 9th, 2008 11:25 am

    This seems like a great plugin. I’m having an issue with the tags feature however. I’m using AWP plugin and when I click on a tag from my index page, the link comes up with an invalid id error. The URL is an /AWP/ URL but when I go to the actual permalink for the post, then clicking on a tag does work. Any ideas?

  272. bbeko on June 9th, 2008 8:25 am

    @bbeko -
    An other test

  273. bbeko on June 9th, 2008 8:24 am

    Originally Posted By Jason@alexnote -
    I’m still trying to work out the localization - it’s going to be a few days. I’m heading to a seminar for the weekend, and I won’t be back until Tuesday, so that’s the earliest I’ll be able to try to get the language features up and running.

    Excuse me but this is only a test. Thank for providing this plugins.

  274. Epat on June 9th, 2008 7:55 am

    how to customize layout for recent commentz?

  275. ovidiu on June 9th, 2008 3:48 am

    really nice plugin, but what about adding a thread feature for comments? that way I could even dump another plugin from my active plugins list ;-)

  276. Kevin Paquet on June 9th, 2008 3:10 am

    If WP Threaded Comments won’t have this feature of sending email notifications to the comment authors of the comments being quoted/replied.
    I would definitely use this one.
    Anyway to integrate this feature?

  277. Kate on June 7th, 2008 5:57 pm

    Is it possible to filter my comments out of the most active commenters list? And how do I display the most active commenters for a specific period of time, rather then the whole life of the blog?

    Great plugin BTW. Really useful!

    Comment Tags: customisation, question
  278. Alistair Stewart on June 7th, 2008 11:16 am

    Hate to say it but I have had to deactivate it as it was messing around with my image uploader- essentially it was stopping it from creating thumbails.

  279. Charlotte on June 6th, 2008 11:09 am

    @drsuccess - I’m getting the same error there too.

  280. drsuccess on June 6th, 2008 11:06 am

    Jason, I found another bug. After “ignoring” all comments in need of a reply on one blog, I get this SQL error at the top of my WP admin panel:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY comment_date_gmt DESC' at line 1]
    SELECT SQL_CALC_FOUND_ROWS * FROM wp_comments USE INDEX (comment_date_gmt) WHERE comment_ID IN () ORDER BY comment_date_gmt DESC

    Comment Tags: bug
  281. Mark Eckenorde on June 6th, 2008 10:42 am

    @Jason - couple of errors i’m finding…

    1) if the last thing in a person’s comment is a url then it somehow messes up the “reply|quote” display. i’ve gone in and placed the nake url inside <a href rel=”nofollow”> tags and this fixed the error

    2) when i reply from within the admin panel, it just hangs there saying “posting comment” or something along those lines.

    excellent plugin, though. thank you.

  282. drsuccess on June 6th, 2008 10:26 am

    Jason, I have a feature suggestion.

    When I activated your plugin, my blog, which is heavily trafficked, has a ton of comments. It automatically put close to 2,000 comments in “need of reply” mode. Going through each one, one by one, is tedious.

    What I would like to see is a “bulk ignore” function, where I can check those comments I want to ignore, and have a button at the top (like the others for bulk moderation) so I can simply click and ignore a bunch of them in one fell swoop.

    Here’s a screenshot to give you an idea:

    http://www.michelfortin.com/images/remixfeature.gif

    Comment Tags: Feature Suggestion
  283. Charlotte on June 6th, 2008 9:54 am

    I love the plug-in but the Recent Comments widget has an error showing in my sidebar: “WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    SELECT c.*, p.post_title FROM wp_comments c INNER JOIN wp_posts p ON (c.comment_post_id=p.ID) WHERE comment_approved = ‘1′ AND comment_type not in (’trackback’,'pingback’) ORDER BY comment_date DESC LIMIT”

  284. Dustin on June 6th, 2008 8:50 am

    Originally Posted By drsuccessHmmm. It doesn’t seem to work for me. I’ve uploaded everything and activated it, and the comments are simply no longer showing up at all.

    And this is a test quote…

  285. Dustin on June 6th, 2008 8:49 am

    @blog.2i2j.com - This is a reply…

  286. Alistair Stewart on June 6th, 2008 12:53 am

    Is there a way to reset the number of comments needing a reply - I have around 930 and dont really need to have the last word on every conversation :-)

    Great Plugin!

  287. Scott Tribe on June 6th, 2008 12:12 am

    1 minor annoyance for an otherwise good plugin:

    My comments section is not showing any trackbacks after the comments, even though that option is checked, and I can see the incoming trackbacks at WP’s main dashboard clearly linking to specific blogpostings.

    It could be my theme’s fault, as this one seems finicky… but I thought I’d inform you anyhow.

  288. JalanSutera.com™ on June 5th, 2008 10:29 pm

    This is super cool. I love it very much!

  289. Jeffro2pt0 on June 5th, 2008 5:40 pm

    Wow man, I believe this will make for strong competition within the WLTC plugin contest. This is the sort of in-house commenting system I’ve been looking for and wish WordPress had by default. I am using a myriad of plugins to give me the functionality that this plugin provides but it’s mostly only used by the admin. I’d like to make it easier on my commenters as well which this plugin seems to do. Awesome work.

  290. Ehab on June 5th, 2008 3:46 pm

    @Jason - Thanks

  291. Danny Novo on June 5th, 2008 2:23 pm

    Hi, just installed v 1.1, replacing Ozh’ plugin, but I have a problem. The settings page is very wonky. There is no text, except inside the form fields, where it looks like most of the form code has been put. Very odd bug, and not one I know how to fix.

    I have a screenshot, if you’ll email me, I can send it on.

    Comment Tags: bug, problem, settings
  292. yonky on June 5th, 2008 2:01 pm
  293. Pinoy Teens on June 5th, 2008 1:39 pm

    Neat plugin. If I wouldn’t have found one already, I’d sure make use of this one.

  294. PlanetPhillip on June 5th, 2008 1:38 pm

    Hi,

    I’m glad to see that you managed to include my idea for the comments tags.

    I’d like to suggest a small change. I am a great fan of tags but feel that unless they are controlled they become almost useless.

    Users often write fake tags, with sapces, without spelt badly etc. As time goes on the list of tags increase and ultimately they make life harder for the users to find things not easier.

    One way to improve the situation is for the admin of the site to preset the tags that can be added for comments. This would be offered as a dropdown list.

    Now, that may make it hard to add more than one comment but when I thought of this idea I only wanted my users to use one tag anyway.

    Of course it would be nice if the users could suggest new tags and that could be via a simple link next to the tag box.

    I know that web users have become accustomed to being able to simple add any tags they feel suitable but in my experience it hasn’t helped the site.

    In fact I am seriously considering removing the TagThis plugin because I waste more time clearing up the added tags than I would if I added them myself.

    I also envisioned that at least one tag would be compulsory. I know I seem to be complaining rather than thanking and congratulating and for that I apologize!

    Would you be interested or willing to add the features I requested as a separate project? My site is non-profit but perhaps we can work something out.

  295. Raymond Chan on June 5th, 2008 11:28 am

    Hi, I have just activated this plugin and it seems to be working well. However, I have hundreds of comments that I would like to ignore replying. How do I go about doing that besides clicking on them one by one? Please help, cheers.

  296. Jenny on June 5th, 2008 9:19 am

    Oooo I totally want this.

  297. Jason on June 5th, 2008 7:43 am

    @alexnote -
    I’m still trying to work out the localization - it’s going to be a few days. I’m heading to a seminar for the weekend, and I won’t be back until Tuesday, so that’s the earliest I’ll be able to try to get the language features up and running.

    Comment Tags: localization
  298. alexnote on June 5th, 2008 4:24 am

    Hi! I tried your plugin, with the Russian language in the encoding UTF-8, he does not work. You can try it here http://www.alexnote.ru/2008/05/the-passion-of-the-christ-strasti-xristovy/.
    I would like to translate your plug on the Russian language, but I do not know how to set the correct conclusion encoding UTF-8

  299. blog.2i2j.com on June 5th, 2008 3:45 am

    Originally Posted By blog.2i2j.com@drsuccess - i test it.

    i test quote, which different between reply?

  300. blog.2i2j.com on June 5th, 2008 3:42 am

    @drsuccess - i test it.

  301. drsuccess on June 2nd, 2008 11:23 am

    @Jason - Yup, and it works beautifully! Excellent plugin. Thanks, Jason.

  302. Jason on June 2nd, 2008 11:20 am

    I worked with drsuccess to sort out the issues he was having, and we fixed those bugs

    So, WP Comment Remix is now at version 1.1 - make sure you update your blogs, as this fixed a number of issues.

    Comment Tags: Bug Fixes
  303. Jason on June 2nd, 2008 10:02 am

    @Steve Mooradian -The widgets themselves require widgets to be enabled, because the settings are run through the widget system. However, the rest of the functionality (Reply and Quote links, the admin stuff) is all plugin based, so you don’t have to worry about widgets to make that all work.

    Comment Tags: Free Widgets
  304. drsuccess on June 2nd, 2008 9:32 am

    @drsuccess - Yup, it works. The trackbacks show up at the end, and the comments, too. However, the links are still not clickable.

  305. Steve Mooradian on June 2nd, 2008 9:32 am

    Sounds like a great theme!

    Is the widget functionality also available in direct function calls? (i.e. Can I get the Recent Comments without having to activate widgets?)

  306. drsuccess on June 2nd, 2008 9:30 am

    It’s PHP Version 5.2.5.

    I’ll try the suggestion you made.

  307. Jason on June 2nd, 2008 9:25 am

    @drsuccess - Does unchecking “hide trackback entries” and checking “show trackback entries after comments” give you the same problem? And is there any chance you know what version of PHP is running on your server?

  308. drsuccess on June 2nd, 2008 9:18 am

    @Jason - Well, after testing it completely without any plugins active, it still doesn’t work. Without the trackbacks, it will add the tag field, and the reply and quote links, but the links are not clickable. (My javascript is turned on, and other jQuery or Ajaxy stuff works fine from other plugins.)

  309. drsuccess on May 31st, 2008 11:20 am

    @Jason - Update: I checked off “hide trackback entries” in the settings panel, and now the comments are showing up. Again, this is with the default comments.php (from the default theme). Something’s awry with the trackback portion in either case.

  310. drsuccess on May 31st, 2008 11:12 am

    @Jason - FYI, it works beautifully in the admin panel. And the “tag” field is also added (since I activated it in the settings panel). But no comments show up in the theme.

  311. drsuccess on May 31st, 2008 11:10 am

    @Jason - Yes. Tried that. I do have comments and trackbacks separated in the code, so I decided to upload a comments.php file from the default theme, and still… nothing.

  312. Jason on May 31st, 2008 11:06 am

    @drsuccess -
    Hmm, that means there’s probably a SQL error in there somewhere. Have you gone through the settings page and saved the settings? Maybe I missed a default option and that’s why the SQL is erroring out

    Comment Tags: bug
  313. drsuccess on May 31st, 2008 11:02 am

    Hmmm. It doesn’t seem to work for me. I’ve uploaded everything and activated it, and the comments are simply no longer showing up at all.

  314. 100??Wordpress???? | CKSKY on June 14th, 2009 2:49 pm

    [...] Ajax????, ??????, ????????.WP Comment Remix – WP Comment Remix ??????Wordpress??????, ???, [...]

  315. Les fonctionnalités du blog | Oyoki ! le blog on May 21st, 2009 11:52 am

    [...] Vous pouvez répondre aux commentaires grâce à WP Comment Remix [...]

  316. Plugin: wp-comment-remix « BjörnHeirman.nl on May 15th, 2009 4:47 am

    [...] (bron: klik) [...]

  317. Announcing Wordpress Plugin Competition 2009 (3.0) - Word Press Magazine on May 13th, 2009 8:33 pm

    [...] amount of interest in WordPress and our entrants have come up with fantastic plugins such as WP Comment Remix, Manageable,  Who Sees Ads and of course OneClick in addition to hundreds of others that were [...]

  318. HealthMatters | Weblog Tools Collection Annual WordPress Plugin Competition on May 10th, 2009 3:06 am

    [...] popular past winners and submissions include WP Easy Uploader, OneClick, Who Sees Ads, WP Comment Remix, WordPress Automatic Upgrade, and Popularity [...]

  319. WordPress Plugin Competition 2009 | Guilda Blog on May 9th, 2009 4:54 pm

    [...] Tools  Wordpress Plugin Competition churns out some amazing plugins. Check out the 2008 winners - WP Comment Remix, Manageable, WP Easy Uploader, Prelovac; and the 2007 winners - OneClick, MyDashboard, WordPress [...]

  320. In Progress: the WordPress Plugin Competition 2009 | Fans of WordPress on May 8th, 2009 6:50 pm

    [...] as a result of this competition in the past… including more notable entries such as  WP Comment Remix (last year’s grand prize winner), Manageable and Easy [...]

  321. Weblog Tools Collection Annual WordPress Plugin Competition « Lorelle on WordPress on May 8th, 2009 10:18 am

    [...] popular past winners and submissions include WP Easy Uploader, OneClick, Who Sees Ads, WP Comment Remix, WordPress Automatic Upgrade, and Popularity [...]

  322. WordPress Plugin Competition 2009 on May 8th, 2009 8:36 am

    [...] Tools  Wordpress Plugin Competition churns out some amazing plugins. Check out the 2008 winners - WP Comment Remix, Manageable, WP Easy Uploader, Prelovac; and the 2007 winners - OneClick, MyDashboard, WordPress [...]

  323. Weblog Tools Collection WordPress Plugin Competition 3.0 | BLOGCHINA on May 8th, 2009 2:32 am

    [...] WP Comment Remix [...]

  324. Weblog Tools Collection WordPress Plugin Competition 3.0 | The Blog Herald on May 7th, 2009 6:52 pm

    [...] WP Comment Remix [...]

  325. Weblog Tools Collection: Announcing Wordpress Plugin Competition 2009 (3.0) « Internet Turnkey Websites on May 7th, 2009 6:00 pm

    [...] amount of interest in WordPress and our entrants have come up with fantastic plugins such as WP Comment Remix, Manageable,  Who Sees Ads and of course OneClick in addition to hundreds of others that were [...]

  326. Announcing Wordpress Plugin Competition 2009 (3.0) | The Latest Headlines on May 6th, 2009 5:21 pm

    [...] amount of interest in WordPress and our entrants have come up with fantastic plugins such as WP Comment Remix, Manageable,  Who Sees Ads and of course OneClick in addition to hundreds of others that were [...]

  327. ????WordPress???? | 619 on April 27th, 2009 3:43 pm

    [...] WP Comment Remix - WP Comment Remix ??????Wordpress??????, ???, ?????????, ??, ??Trackback, Comment Tags, ???????. ???, ??????????????. ????????????????. [...]

  328. It’s Back - The WordPress Plugin Competition on April 27th, 2009 9:02 am

    [...] competition. If you’re not familiar with it, check out the winners from 2008 which brought us WP Comment Remix, Manageable, and WP Easy Uploader. Last year, I was lucky enough to be one of the judges and I got [...]

  329. Announcing Wordpress Plugin Competition 2009 (3.0) | Weblog Tools Collection on April 26th, 2009 5:08 pm

    [...] amount of interest in WordPress and our entrants have come up with fantastic plugins such as WP Comment Remix, Manageable,  Who Sees Ads and of course OneClick in addition to hundreds of others that were [...]

  330. Some Powerful WordPress Themes | Shefeekj.com on April 13th, 2009 4:04 am

    [...] WP Comment Remix WP Comment Remix adds to WordPress such features as Reply and Quote links for commenters. You can add a Reply link to each comment, which, when clicked, adds “@OriginalPoster”, and links it to the anchor of that comment. Clicking the Quote link has a similar action to the Reply link, but it adds the entire comment in a blockquote tag. You can choose how you want to order the comments for your readers. You can also separate the Trackbacks from the comments and move them to the bottom of the list, or remove them completely. [...]

  331. ?????????????????WordPress?????TOP 60 - ElectronicBrain is eating BreakFast on March 14th, 2009 1:54 am

    [...] WP Comment Remix [...]

  332. WordPress Plugins - What's Best for Business Marketing Blogs | NetDirectBusiness on March 13th, 2009 12:21 pm

    [...] WP Comment Remix - Allows you more control over comment display on your blog [...]

  333. Top 60 incredibly useful WordPress plugins to power up your blog on March 8th, 2009 7:08 pm

    [...] WP Comment Remix WP Comment Remix adds to WordPress such features as Reply and Quote links for commenters. You can add a Reply link to each comment, which, when clicked, adds “@OriginalPoster”, and links it to the anchor of that comment. Clicking the Quote link has a similar action to the Reply link, but it adds the entire comment in a blockquote tag. You can choose how you want to order the comments for your readers. You can also separate the Trackbacks from the comments and move them to the bottom of the list, or remove them completely. [...]

  334. ????????????? « MUKI space* on February 24th, 2009 3:55 am

    [...] NeoEase / WordPress ??? @ ?? 3. wordpress.org / @ Reply 4. Pressography / WP Comment Remix 5. wordpress.org / @Reply w comment [...]

  335. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors on December 31st, 2008 2:39 am

    [...] WP Comment Remix [...]

  336. WordPress Plugins Used On The Michel Fortin Blog | The Michel Fortin Blog on December 24th, 2008 11:23 am

    [...] WP Comment Remix 1.4.4 Adds much needed comment functionality to Wordpress. Essentially, it adds "reply" and "quote" links in the comments, which allows commentators to respond to other comments in a snap. By clicking the link, it automatically prefills the comment box with a link back to the original comment, along with the commentator’s name. It also separates pinbacks/trackbacks from your comments. [...]

  337. Mina plugins till Wordpress | Bippo on December 5th, 2008 8:14 am

    [...] Comment Remix [...]

  338. I migliori plugin per Wordpress | Simone D'Amico on December 2nd, 2008 6:51 pm

    [...] Wp Comment Remix: il plugin aggiunge tutte le funzionalità pensabili per i commenti: [...]

  339. Plugins - which ones do you need? | WordPress Made Easy on November 28th, 2008 1:29 pm

    [...] WP Comment Remix - Allows you more control over comment display on your blog [...]

  340. How To: Reorder Comments from New to Old | WordPress Tutor on November 22nd, 2008 10:18 pm

    [...] are a lot of ways to do so, but the most convinient way to reorder comments would be using the WP Comment Remix Plugin, which enables you to reorder them not only by newest to oldest and vice versa, but [...]

  341. Dags för en liten plugingenomgång at Deepedition on November 16th, 2008 3:45 pm

    [...] WPMostCommentedPosts WPPolls WPPolls Widget WPPostRatings WPPostRatings Widget WPSticky WPComment Remix WPPlugins Tracker WPSuper Cache WPtouch iPhone Theme [...]

  342. 8 Must-Have Wordpress Plugins for Successful Blogs at iElectrify.com on November 13th, 2008 8:06 pm

    [...] WP Comment Remix - Gives you total control over the management, appearance and layout of your blog comments. [...]

  343. WordPress Plugin Competition Winners | thefirst-online on November 8th, 2008 10:57 pm

    [...] Grand Prize Winner is WP Comment Remix which promises to save you time and effort when running your blog. And it is loaded with powerful [...]

  344. BlogSecurity » Blog Archive » Multiple vulnerabilities in WP Comment Remix 1.4.3 on November 1st, 2008 10:47 am

    [...] number of vulnerabilities have been discovered in the WP Comment Remix 1.4.3 [...]

  345. 6 essential comment plugins for our WordPress blogs. | ReapMoneyOnline on November 1st, 2008 4:49 am

    [...] This plugin do a lot of things, like a swiss knife for comments. Lots of widgets to place in our sidebars. Download here. [...]

  346. Nowog.com » ??100??Wordpress???? on October 27th, 2008 10:13 am

    [...] WP Comment Remix - WP Comment Remix ??????Wordpress??????, ???, ?????????, ??, ??Trackback, Comment Tags, ???????. ???, ??????????????. ????????????????. [...]

  347. Reduce Your Comment Spam : Blogging For Noobs on October 24th, 2008 1:55 pm

    [...] second anti-spam plugin is WP Comment Remix.  The best part of this plugin for me is the ability to directly reply to and quote other [...]

  348. Missnöjd med pluginet WP-comment-remix | G.E Online on October 20th, 2008 9:07 am

    [...] valde att avinstallera ett av de nya plugin jag installerat. Det heter WP-comment-remix och jag gillade det inte. Det rörde mest till det i min blogg och jag kunde inte fixa det [...]

  349. Installerat två nya plugin till bloggen | G.E Online on October 19th, 2008 3:42 pm

    [...] all blogreaders! Jag har laddat hem och installerat två nya plugin till min blogg ikväll. Det ena WP Comment Remix vann 1:a priset av Weblog Tools Collection som är en plugintävling. Det är ett [...]

  350. WP Comment Remix Plugin - WP Plugin Archive on October 16th, 2008 5:53 am

    [...] WP Comment Remix Plugin von Jason DeVelvis fügt WordPress eine Menge neuer Optionen und Features hinzu. Von [...]

  351. Los Ganadores del Concurso de Plugins 2008 | Capital Visual on October 8th, 2008 10:10 pm

    [...] WP Comment Remix - Un plugin que te permite gestionar los comentarios desde tu panel de administración, con muchas mas opciones que el panel de WordPress. [...]

  352. The Road Less Unraveled » Blog Archive » Plugins You Should Know About on October 8th, 2008 7:17 am

    [...] WP Comment Remix - What a genius plugin, now replying to each person is a lot easier as you probably noticed recently. I can click under the name where it says Reply and it gives me an @Robin. Only problem is that when you click it, it automatically goes to the beginning of your comment box. So I click on each reply from bottom up and then fill in my response. That may have only made any sense to me. Share and Enjoy: [...]

  353. ???????? » WordPress ???????? 2.5 ????? on October 5th, 2008 6:25 am

    [...] ?????? WP Comment Remix [...]

  354. Piet Bos dot ME » new plugin for comments on October 3rd, 2008 5:13 pm

    [...] And I found this awesome comments plugin! It’s called WP Comment Remix. [...]

  355. Comment faire un blog de musique on October 1st, 2008 1:01 am

    [...] WP Comment Remix : présentation ici [...]

  356. [Wordpress] Faire fonctionner WP-Comments-Remix et MCEComments ensemble - WebSourcing.fr - Le Blog on September 28th, 2008 9:58 am

    [...] WP Comment Remix v1.4.3 par Jason DeVelvis: Il ajoute énormément de fonctionnalités coté interface d’administration et la possibilité de citer ou répondre à un commentaire dans les billets, d’ajouter des tags aux commentaires, … [...]

  357. WordCast 16: Serenade the Developers | WordCast on September 26th, 2008 7:26 pm

    [...] Jeff’s pick: WP Comment Remix plugin [...]

  358. My Favourite Blogs » Weblog Tools Collection: WordPress Plugin Competition 2.5 Winners! | A Comprehensive Collection of Blog Posts from my favourite Blogs on September 24th, 2008 4:30 pm

    [...] The Grand Prize Winner is WP Comment Remix [...]

  359. Meine Wordpress Plugins Top 3 | Online gut, alles gut!? on September 20th, 2008 7:32 pm

    [...] ? Zum Plugin: WP Comment Remix [...]

  360. WordPress News For The Week Of September 19th 2008 » The NMP Network on September 19th, 2008 8:02 pm

    [...] First place belongs to WP Comment Remix by Pressography - WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel. -http://pressography.com/plugins/wp-comment-remix/ [...]

  361. WordPress News and Announcements on WordPress 2.7 and More « Lorelle on WordPress on September 17th, 2008 9:52 pm

    [...] telling that the grand prize winner of the Weblog Tools Collection WordPress Plugin Competition was WP Comment Remix WordPress Plugin by Pressography. It will be interesting how this incredible WordPress Plugin survives the next [...]

  362. 3 Plugins indispensables para Wordpress 2.5+ | arturogoga on September 17th, 2008 11:19 am

    [...] WP Comments Remix [...]

  363. WordPress Plugin Competition Winners | All about Technology on September 16th, 2008 10:32 am

    [...] The Grand Prize Winner is WP Comment Remix [...]

  364. Vencedores do WordPress Plugin Competition 2.5 | MUIOMUIO.NET on September 15th, 2008 2:55 pm

    [...] grande vencedor é o plugin WP Comment Remix que simplifica a edição de comentários. Com ele poupas muito tempo e é mais fácil gerir os [...]

  365. ??? ??? WordPress (?????????). ??????, ??????? (?????), ????. PHP ???????. ?????? ??? ?????, CMS ??????? ?????????? ?????? (?????????) | ????????? ?????????? WordPress Plugin Competition 2.5! on September 15th, 2008 1:32 pm

    [...] ??????? ?????????? WP Comment Remix [...]

  366. leg med nye medier. Eller noget. on September 15th, 2008 10:32 am

    [...] WP Comment Remix : Pressography Vinder af konkurrence (tags: wordpress plugin) [...]

  367. WordPress Plugin Competition 2.5 [ Top 3 Winners ] | WebTrickz on September 15th, 2008 6:55 am

    [...] Grand Prize Winner is WP Comment Remix which promises to save you time and effort when running your blog. And it is loaded with powerful [...]

  368. Planeta WordPress » Blog Archive » Wp Comment Remix: premio a un plugin dudoso on September 15th, 2008 6:54 am

    [...] Wp Comment Remix, un plugin que, en teoría, mejora sustancialmente la gestión de comentarios en WordPress, tanto del lado del administrador como del usuario, ha ganado el concurso de plugins del popular cms. La idea es brillante; las funcionalidades, muy útiles (de hecho, podría sustituir a tres o cuatro de los plugins que uso actualmente); la puesta en escena, casi profesional… Pero tiene un grave problema: no (me) funciona. Vamos por partes. Ccomo se puede ver, he incluido el ‘me’ entre paréntesis en la afirmación porque, efectivamente, a mí no me funciona, aunque en los propios comentarios al plugin se ve que no soy el único, sino más bien legión y por muy diversos motivos. En mi caso, al activarlo, directamente se me quedan en blanco todas las páginas del panel de administración, aunque parece que el plugin funciona bien en la parte pública, en el blog, si bien no puedo asegurarlo del todo al no poder constatarlo en el panel. [...]

  369. WP Comment Remix Wins WordPress Plugin Competition | The Blog Herald on September 15th, 2008 5:17 am

    [...] Daniel Hedengren Weblog Tools Collection hosted a WordPress plugin competition, and the winner is WP Comment Remix from Pressography. The grand prize is $2,000 and some other nice stuff. Several other plugins were also awarded, and [...]

  370. WordPress Plugin Competition Results Announced on September 15th, 2008 3:02 am

    [...] The Grand Prize Winner is WP Comment Remix [...]

  371. WordPress Plugin??????? on September 14th, 2008 4:58 pm

    [...] ???WP Comment Remix?WP Comment Remix ??????Wordpress????Plugin? [...]

  372. Resultados del concurso de desarrollo de plugins para WordPress | enricHe on September 14th, 2008 3:46 pm

    [...] WP Comment Remix. Añade muchísimas opciones a tus comentarios. [...]

  373. Die Gewinner der WordPress Plugin Competition 2.5 - Beitrag - Schweizer WordPress Magazin on September 14th, 2008 1:16 pm

    [...] unangefochtene Nummer 1 ist - Trommelwirbel - WP Comment Remix, welches von Zitaten über Kommentarantworten bis zu einer kompletten Neuanordnung der [...]

  374. WordPress 2.5??????? | ??blog on September 14th, 2008 10:22 am

    [...] ???WP Comment Remix ?comment???????????????comment?????????????????????????? [...]

  375. WordPress Plugin Competition Winners on September 14th, 2008 7:12 am

    [...] Grand Prize Winner is WP Comment Remix which promises to save you time and effort when running your blog. And it is loaded with powerful [...]

  376. ?????????? ???????? ???????? WordPress on September 14th, 2008 5:09 am

    [...] ????? ?????? ? ?????????? ???????????… WP Comment Remix (??. ???????? ???????) ? ????? ????????: - $2000 - ?????????? ?????? ?? ???? ??? [...]

  377. Blog Updates — Bill (??) on September 14th, 2008 3:49 am

    [...] using the WordPress Plugin Competition 2.5 Winning, WP Comment Remix to manage and respond to [...]

  378. WordPress Plugin Competition 2.5 Results » Ajay - On the Road called Life! on September 13th, 2008 11:23 pm

    [...] grand prize has been grabbed by WP-Comment-Remix, while the second and third prizes have been taken by Manageable and WP Easy Uploader [...]

  379. Resultados del concurso de desarrollo de plugins para Wordpress | aNieto2K on September 13th, 2008 9:56 pm

    [...] WP Comment Remix, añade opciones (muchas,… pero muchas…) a tus comentarios. [...]

  380. Plugin Competition avgjord | WP-Support Sverige on September 13th, 2008 9:48 pm

    [...] priset gick till kommenteringstillägget WP Comment Remix, är ett mycket kompetent tillägg som förbättrar funktionerna för kommentering i WordPress [...]

  381. WordPress Plugin Competition Blog » WordPress Plugin Competition 2.5 Winners! on September 13th, 2008 8:17 pm

    [...] The Grand Prize Winner is WP Comment Remix [...]

  382. WordPress Plugins and Tools | Blogging Change on September 13th, 2008 12:36 pm

    [...] Comment Remix Adds both front and admin end functionality [...]

  383. Michel Fortin's blog - Great plugins, but which ones are he using? on September 13th, 2008 9:50 am

    [...] Originally Posted by Erum Munir I have a list of some of the plugins I find most useful at: Updated List of Important and Useful Wordpress Plugins (WP 2.5.1) | ErumMunir.com You might find what you are looking for in this list. I think the plugin you’re referring to is WP Comment Remix: WP Comment Remix : Pressography [...]

  384. Plugins essentiels sous Wordpress… votre avis. on September 8th, 2008 5:25 am

    [...] WP Comment Remix : présentation ici [...]

  385. Plugins essentiels sous Wordpress… votre avis. on September 8th, 2008 5:25 am

    [...] WP Comment Remix : présentation ici [...]

  386. WP Comment Remix a WordPress Plug-in Review | www.ScamOrReview.com on September 7th, 2008 6:44 pm

    [...] Get the whole scope here: http://pressography.com/plugins/wp-comment-remix/ [...]

    http://www.ScamOrReview.com‘); return false;”>Reply | http://www.ScamOrReview.com‘,’&#91;…&#93; Get the whole scope here: http:\/\/pressography.com\/plugins\/wp-comment-remix\/ &#91;…&#93;’); return false;”>Quote
  387. Must have Wordpress Plugins » Anidan Design on September 6th, 2008 10:21 pm

    [...] WP Comment Remix - WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel, WPCR will save you time and effort when running your blog. [...]

  388. ??????? » Blog Archive » Wordpress???? on August 24th, 2008 11:52 am

    [...] WP Comment Remix - WP Comment Remix ??????Wordpress??????, ???, ?????????, ??, ??Trackback, Comment Tags, ???????. ???, ??????????????. ????????????????. [...]

  389. 100+Wordpress???? | ???? on August 21st, 2008 1:11 am

    [...] WP Comment Remix - WP Comment Remix ??????Wordpress??????, ???, ?????????, ??, ??Trackback, Comment Tags, ???????. ???, ??????????????. ????????????????. [...]

  390. 20 Possible Ways to Optimize Your Blog on August 19th, 2008 2:43 pm

    [...] you receive. With WordPress, it’s relative easy to separate one from the other using WP Comment Remix plugin which will save you time and [...]

  391. Plugins List pour Wordpress >> TiBo, etc. - Tout un tas de saloperies. on August 19th, 2008 7:12 am

    [...] WP Comment Remix : Je m’en sers principalement pour afficher les boutons “Répondre” et “Citer” dans les bulles de commentaires (alternative : le très bon @Reply), et pour afficher les derniers commentaires en sidebar, mais ce plugin est très riche en fonctionnalités. [...]

  392. Druckoption und TagCloud fuer Wordpress-Kommentare | Blogging, Internet und Webpromotion on August 10th, 2008 8:00 pm

    [...] da manche Blogs immer wieder auf unzählige Plugins allergisch sind. Ein ähnliches Plugin ist WP-Comment-Remix und erzeugt im Kommentar einige Tags und Zusatzoptionen wie Antwort und Zitat, bezüglich des [...]

  393. 2008 Plugin Competition Review, Part 2 of 2 « planetOzh on August 8th, 2008 10:15 am

    [...] WP Comment Remix adds functions and options to the default WordPress commenting system. This plugin appears to borrow some code and ideas from my own Absolute Comments as well as throwing a few other features in the mix. The lack of file and directory structure in the archive is a bit overwhelming: that’s 20 files in the same directory, JS, CSS, .mo and .php all partying together. I find things easier to maintain and understand when files are logically put and ordered. Other than that, the code is very clean and well commented. This is by far a too complex plugin to be reviewed here: too much code to ponder, too much features to test, a two paragraphs review wouldn’t do it justice, and given that I’m the author of a plugin in this field, I have a pretty established opinion of what lacks and what would be cool. I will definitely have a later deeper look at this plugin when I have some time (maybe I’ll end up borrowing a few ideas as well!) but after a 3 minutes run on my test blog, I gave it its 5 stars. Given the audience this plugin meets (basically: anyone with a WP blog), this well may be a winner for the plugin competition. [...]

  394. Network Marketing & MLM Training from Home Business Blogs » New Plugin for Commenters :) on August 1st, 2008 9:41 am

    [...] just added a new plugin to the blog which will help all of you who leave comments.  You can now “quote” and [...]

  395. 10 excellent & promising WordPress Plugins, some brand-new | Beeex.net on July 28th, 2008 12:34 pm

    [...] WP Comment Remix can be found here, or go directly to the download page on Wordpress.org. WP Comment Remix is a cool plugin for blogs that receive a large amount of comments. We took a shot at it and installed it anyhow What it does is add two anchor links to the comments on the front end of your WordPress blog: “Reply” and “Quote”. The first button simply takes the reader down to the comment input form, and pastes a link to the comment they want to reply to in the comment box that says “@ Commentauthor name”. The “Quote” button copies the text of the comment you want to quote into the comment box and wraps it in blockquotes. [...]

  396. 10 brand-new & promising WordPress Plugins | Beeex.net on July 28th, 2008 12:31 pm

    [...] WP Comment Remix can be found here, or go directly to the download page on Wordpress.org. WP Comment Remix is a cool plugin for blogs that receive a large amount of comments. We took a shot at it and installed it anyhow What it does is add two anchor links to the comments on the front end of your WordPress blog: “Reply” and “Quote”. The first button simply takes the reader down to the comment input form, and pastes a link to the comment they want to reply to in the comment box that says “@ Commentauthor name”. The “Quote” button copies the text of the comment you want to quote into the comment box and wraps it in blockquotes. [...]

  397. 6 super plugin-uri | Kappacelu` >>> The Blog on July 27th, 2008 7:59 am

    [...] Wp comment remix (e unul din plugin-urile la care au participat multi neuroni) [...]

  398. Quick Tips For Better WordPress Comments | Wordprezzie on July 24th, 2008 6:44 am

    [...] with comment threading. (If your blog has many comments, though, this may get a little messy. Try Comment Remix for easy “@reply” links [...]

  399. Blogging Comments Section : Doug’s Blog on July 24th, 2008 5:34 am

    [...] other thing I added was a plugin called Comment Remix. This plugin allows you to directly quote other writers or comments and creates a threaded comment [...]

  400. Diversas opções para melhorar o interface de comentários do seu Wordpress | Wordpress Love - Themes, Plugins e tudo para Wordpress, em Português on July 21st, 2008 11:43 am

    [...] WP Comment-Remix [...]

  401. The Ultimate WordPress Commenting System | ???? - ???????? - Best Articles of the Day on July 17th, 2008 10:53 pm

    [...] WP Comment-Remix [...]

  402. Wordpress Plugin Centre - Post Titles in Comment RSS - WP-BlockYou | ThisWebHost - The Official Blog on July 14th, 2008 1:34 am

    [...] WP Comment Remix : PressographyMake sure you check out Ozh s site for some phenominal WP plugins! The filterCommentsNumber Subscribe. Subscribe to our feed through Feedburner to receive email updates! [...]

  403. Es kann nur einen geben - Plugin Competition on July 10th, 2008 2:24 pm

    [...] WP Comment Remix - Kommentarverwaltung -und alles was Kommentare betrifft sehr einfach verwalten. Von Kommentare beantworten bis die Artikel mit den meisten Kommentaren anzeigen. [...]

  404. Essential WordPress Plug-ins (urbanmainframe.com) on July 6th, 2008 1:21 pm

    [...] 6th July, 2008 - WP Comment Remix: I stopped using “Separate Comments & Pings” (above) because I found that it [...]

  405. links for 2008-07-04 | Bojko.dk on July 4th, 2008 1:34 am

    [...] WP Comment Remix : Pressography Vil du have lidt mere action i dine kommentarer? Så prøv dette plugin. Her er der mulighed for at citere en kommentar eller svare på en kommentar direkte. Det giver bedre læsevenlighed og dine besøgende får et bedre overblik over strukturen. (tags: wordpress plugin comments plugins) [...]

  406. Leonaut.com on July 3rd, 2008 9:54 am

    WP Comment Remix…

    WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel, WPCR will save you time and effort when running your blog. WP Comment…

  407. Website Updates | vogelmann on July 2nd, 2008 2:26 pm

    [...] WP Comment Remix - Ein sensationelles, neues Plugin. Ab jetzt gibt es für alle Kommentatoren die Möglichkeiten ‘Reply’, ‘Quote’ und ‘Comment Tags’! Von Kommentatoren vergebene Tags sind für jeden öffentlich sichtbar. [...]

  408. WordPress Plugin Competition Blog » New WP Comment Remix Version on July 2nd, 2008 11:59 am

    [...] released version 1.4 of WP Comment Remix today, taking care of the last few bugs that have been brought to my attention. WPCR was the first [...]

  409. Comment remix plugin - hmmmm | WordPress Made Easy on June 30th, 2008 11:12 am

    [...] Networking can be very beneficial. One of the people that I saw earlier this month in Philadelphia at JV Alert got in touch with me through Facebook. Jason Dee Elvis just created a plugin that I have started playing with called WP Comment Remix. [...]

  410. Sobre WP » Comment Remix, comentando comentarios on June 19th, 2008 12:53 pm

    [...] | Pressography Junio 19th, [...]

  411. New WP Comment Remix Version! : Pressography on June 18th, 2008 3:56 pm

    [...] Check it out here [...]

  412. Too (pun intended) Cool WordPress Plugin on June 17th, 2008 3:44 pm

    [...] of another commenter’s comment. Fortunately Pressography created a kick ass plugin called WP Comment Remix. It does more than just put a reply and quote link (see above picture for example), it also allows [...]

  413. Jeffro On WordCast | Jeffro2pt0 on June 11th, 2008 6:32 pm

    [...] Jeff’s pick: WP Comment Remix plugin [...]

  414. WP Plugins: Threaded Comment Server Load Issue | Pinoy Teens Online on June 11th, 2008 5:51 pm

    [...] I recommend you to carefully make use of that plugin I mentioned above, else you’ll have very high server load and get kicked, or you will simply blame the performance on the host of yours, for which is totally not their fault. You could also seek for another alternative, and that would be WP Comment Remix. [...]

  415. blognetwerk.net on June 11th, 2008 11:34 am

    WP Comment Remix : Pressography…

    WP Comment Remix : Pressography Wordpress plugin…

  416. Geekeries.fr - Actualités High-Tech | Comment Remix, un plugins pour répondre à tout vos commentaires… on June 11th, 2008 6:23 am

    [...] sans exceptions. “Comment Remix“ rajoute dans le panel “Commentaire” de wordpress un nouveau lien “In Need of [...]

  417. Bitwire.TV | WordCast 16: Serenade the Developers on June 10th, 2008 11:44 am

    [...] Jeff’s pick: WP Comment Remix plugin [...]

  418. Skylog » Blog Archive » links for 2008-06-10 on June 10th, 2008 1:30 am

    [...] WP Comment Remix WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel, WPCR will save you time and effort when running your blog. (tags: wordpress plugin) [...]

  419. The WordPress Podcast » Episode 42: Our favorite plugins, Ask Matt, WordPress Theme Design on June 9th, 2008 12:34 am

    [...] WP Comment Remix is an entrant into the current Weblog Tools Collection plugin competition and it promises to bring “a plethora of new options and features to WordPress.” Ronald Huereca reviewed it at Weblog Tools Collection Videos. Some of the features it includes are: [...]

  420. Weblog Tools Collection » Blog Archive » Comment Remix - Video Plugin Review on June 8th, 2008 9:00 pm

    [...] Today’s WordPress Plugin video review is of Comment Remix. [...]

  421. [i:rrhoblog] » links for 2008-06-08 on June 8th, 2008 5:30 pm

    [...] WP Comment Remix adds a plethora of new options and features to Wordpress. From Reply and Quote links for commenters, to a full upgrade to the edit comments pages in the admin panel (tags: wordpress wp-plugins plugin kommentare) [...]

  422. Plugin Review - WP Comment Remix | The Reader Appreciation Project on June 8th, 2008 12:53 pm

    [...] The newest WordPress plugin to help with commenting and reader appreciation is that of WP Comment Remix. [...]

  423. WP Comment Remix on June 8th, 2008 9:36 am

    [...] edit comments pages in the admin panel, WPCR will save you time and effort when running your blog. WP Comment Remix : Pressography WordPress Admin Panel [...]

  424. links for 2008-06-07 « RabiFoot at wordpress.com on June 7th, 2008 4:30 pm

    [...] WP Comment Remix : Pressography ??/??/???????/????????/??????? (tags: comments wordpress plugin) [...]

  425. WordPress Weekly Episode 19 | Jeffro2pt0 on June 6th, 2008 6:41 am

    [...] WP Comment Remix Plugin [...]

  426. WP Comment Remix WordPress Plugin » D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak Gupta. on June 6th, 2008 6:27 am

    [...] Plugin Page [...]

  427. » Comments Remix - New Wordpress plugin for comments added. Scott’s DiaTribes: My personal opinions on social and political issues from a progressive standpoint. on June 6th, 2008 12:03 am

    [...] called “Comments Remix”, which adds some nifty things to the Administrative Menu, as well as gives readers the ability (and [...]

  428. Latest plugins must gets! on June 5th, 2008 1:29 pm

    [...] WP Comment Remix [...]

  429. General: New comment plugin. | The Coach's Box on June 5th, 2008 5:38 am

    [...] is possible thanks to the WP Comment Remix plugin. Back to the cricket [...]

  430. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 6/4 on June 4th, 2008 10:55 pm

    [...] WP Comment Remix [...]

Got something to say?





Tags:
Separate individual tags by commas
Bottom