Home » Plugins, WordPress » Blog article: WP Ajax Edit Comments

WP Ajax Edit Comments

By Ronald Huereca on Apr 5, 2007.

Ajax Edit Comments Plugin has been taken over by Ajay D’Souza. You can visit the new Ajax Edit Comment Plugin page for updates and download.

WP Ajax Edit Comments (for WP 2.1+) allows users and admins alike to edit comments on a post. Users can edit their own comments for a period specified by the admin, and admins can edit all post comments. What better way to show reader appreciation than letting the readers edit their own typos?

For a demonstration, please check out the videos below:

Demo

Several demo videos can be found here.

Download

Please download the file WP Ajax Edit Comments v1.1.4.3.


For previous versions, please check out the previous versions of Ajax Edit Comments.

If you are using this plugin for the first time or upgrading, please be sure to test out various characters unique to your blog. This is especially for those using non-English languages. This plugin needs to also have mb_convert_encoding enabled. Version 1.13 has an option in the admin panel to disable this, but you still need to test various characters.

Admin Features

  • Admin and Users Panel Options
  • Can edit all comments inline in posts.
  • Can delete and mark as spam from a post.
  • Can edit inline in the Comments admin panel.
  • Can edit inline in the Akismet Spam admin subpage.
  • Can edit inline in the moderation subpage.
  • Can disable inline editing in posts.
  • Various admin options including.
    • Ability to set comment time.
    • Can enable or disable a countdown timer.
    • Can receive e-mails when a non-admin edits a comment.
    • Can enable edited comments to be checked with Akismet.
    • And more…
  • Various admin user options including.
    • Can turn off comment editing in the Admin panel.
    • Can turn off inline editing.
    • And more…
  • Absolutely no theme or file manipulation needed. Works completely out of the box.

User Features

  • Edit comments inline without page reloads.
  • Users without JavaScript disabled will see a regular comment page.
  • Has a countdown timer to show how long a comment has left to load.

Plugin Features

  • Utilizes the jQuery library.
  • Comment editing times out after 15 seconds.
  • Better error handling.
  • Graceful deletion for compatible themes.
  • A hook for other plugin authors to tap into.
  • Compatible with many plugins, including Akismet, WP Cache, Better Comments Manager, WP Grins, TinyMCEComments, and many more.

Language Features

A lot of effort has gone into translating Ajax Edit Comments into multiple languages. The following languages are available. A big “thank you” goes out to each of the translators who have contributed and/or continue to contribute a translation.

  • Available in Chinese, English, French, German, Greek, Italian, Japanese, Polish, Romanian, Russian, and Spanish.

The following pages have been created to provide a translation of Ajax Edit Comments:

If you are interested in providing a translation, please contact me (Ronald).

Screenshots

Comment Editing – Admins

Admin Hovering Over a Comment
A comment the admin’s cursor is hovering over.

An Editable Comment
A comment that can be edited.

An Author Can Be Edited
You can also edit author details

Delete Dialog
You can delete and mark comments as spam from a post.

A deleted comment
A deleted comment. Sorry Mark, you had it coming. :)

Comment Editing – Users

A User’s Perspective When Editing a Comment
User’s can edit their own comments for a time specified by admin.

Admin Panel

Ajax Edit Comments Admin Panel
The Admin panel. Click the image for a larger view.

User’s Panel

Ajax Edit Comments User’s Panel
A user’s panel where other admins can adjust settings. Click the image for a larger view.

Installation

  1. Just unzip and upload the “wp-ajax-edit-comments” folder to your ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Customize the CSS in the ‘wp-content/plugins/wp-ajax-edit-comments/css/editComments.css’ file.

Usage

For admin…

Simply hover over a comment in a post and click. The comment will load, and from there you can edit the comment. If you click “Save” without editing, an error will result. This is normal since the comment hasn’t been changed.

You may also delete a comment or mark as spam from a post as well. If your theme is compatible, a short deletion animation will show showing that the deletion was successful. If your theme isn’t compatible, the deletion will be successful, but no visual clue will be shown. If the deletion or spam marking is unsuccessful, an alert box will display.

You can edit global admin options by using the Options->Ajax Edit Comments panel. If you can configure individual admin options in the Users->Ajax Edit Comments panel.

For non-admin users…

If you are a user, leave a comment. You may edit for a specified amount of time (set by admin). If your comment is in moderation and you decide to edit, your comment will disappear from the page on the next refresh. If the admin has the option enabled, your comment will be re-checked for spam.

Customization

You can adjust the appearance or color of the highlight and user messages by editing the supplied css file called “editComments.css”. This file should be in your 'wp-content/plugins/wp-ajax-edit-comments/css/' directory.

You can also customize other various options by digging through the code, but such changes are not encouraged or supported. Use the admin panels.

Special Thanks

An extra special thanks goes out to Vivien from Inspiration Bit. Without her, this plugin release wouldn’t have been possible. Brett Terpstra from Circle Six Design helped fix a rather major bug as well during testing. Thank you Brett.

If This Plugin Helped You Out…

Please subscribe to our feed and help spread the world about the Reader Appreciation Project.

Bugs/Support/Feature Requests

This plugin is provided as is, but I will try to answer most of your questions in the comments. Please open up a support ticket in the WordPress Support Forums and comment here with a link to the thread.

Several users have had character encoding issues. Ideally all blogs and backends would be in UTF-8. With v1.1.1.0, hopefully all character issues have been resolved, but this may be a little unrealistic. I will try to help people out on a case-by-case basis for non-UTF-8 blogs, but having a character encoding different from UTF-8 seems to cause a lot of issues. If you do install this plugin on a non-UTF-8 blog, make sure to throughly test out the plugin on various characters.

I’ve had reports that this plugin will not work with PHP 4.3.7 or the Konqueror web browser. I am currently not able to test the plugin using that PHP version or the web browser. If anybody has access to test and can offer suggestions as to what might be wrong, it would be much appreciated.

Another thing to note is that if you edit a comment/author details and save without changing anything, an error will result. This is not a bug. This is just WordPress being smart enough to know that nothing has changed when updating the database.

Incompatible Plugins

The following plugins cause issues with WP Ajax Edit Comments

  • The Comment Luv Plugin
  • Any plugin that posts comments via Ajax and doesn’t require a page reload. An example plugin is JQuery Ajax Comments.
  • Any plugin that loads jQuery improperly without queuing it with WordPress.
  • WP PostRatings on ISO-8859-1 blogs. Characters load and save incorrectly.
  • Google Ajax Search

Since the plugin requires JavaScript and the DOM (Document Object Model), Ajax-type posted comments will not be editable until the user makes a refresh. Future versions may allow hooks for other plugin authors to tap into, but this plugin is so early in its release that this isn’t a possibility quite yet. For now, those that allow Ajax-type posted comments will only allow the comments to be edited as admin.

Change log

  • v1.1.4.3 Released on 02/08/2008
    • Bug fix: Certain characters were getting stripped out. Notably the “+”character.
    • Bug fix: Some admin couldn’t edit. Permissions were revised.
    • Greek language was added. Thanks Alexander Kanakaris
  • v1.1.4 Released on 01/19/2008
    • Bug fix: Added mb_convert_encoding detection. This should resolve the error messages several have received. Please be sure to test characters thoroughly.
    • Bug fix: Round trip area when adding HTML to comments.
    • Bug fix: Caching issue when saving the comment to the database.
    • Bug fix: Logged in users could see the Edit links.
    • Feature Addition: Admin can de-spam comments in Akismet sub-panel without a form submission.
    • Language Updates: Updated French, German, Italian, Japanese, Polish, Romanian, and Russian files. More to come.
  • v1.1.3 Released on 01/06/2008
    • Added option to disable mb_convert_encoding in the admin panel. This was due to the numerous hosts that do not have this installed. Users should use caution and test various characters.
    • Fixed an DIV tag that was closed improper (Thanks Xeno Philia).
  • v1.1.2.5 Released on 12/15/2007
    • Added page detection for incompatibility issues with the Navigation List plugin.
  • v1.1.2.1 Released on 11/27/2007
    • Added Italian Language file. Thanks Piplos
    • Added Russian Language file. Thanks Sergey.
  • v1.1.2 Released on 11/12/2007
    • Re-wrote char handling. Please be sure to test this plugin thoroughly on various characters if using unique characters on your blog.
    • Added French language file. Thanks Lise.
    • Added Polish language file. Thanks Maclej
  • v1.1.1.4 Released on 10/29/2007
  • v1.1.1.3 Released on 10/20/2007
    • Added updated German and Spanish language files. Thanks iKArus and Adrián
  • v1.1.1.2 Released on 08/18/2007
    • Bug fix. Admin were able to edit, but non-admin couldn’t. This was caused by having WordPress installed in a sub-domain and/or subdirectory and dealt with domain and path issues regarding cookies. Thanks Pelf.
    • Bug fix. Fixed more charset issues. Chinese characters were being interpreted incorrectly in UTF-8. Thanks Johnson.Wang.
  • v1.1.1.0 Released on 08/10/2007
    • Bug fix. Admin were able to edit, but non-admin couldn’t. This was caused by the timer offset in the WordPress admin panel. Thanks Mo.
    • Bug fix. MySQL errors resulted in the comment unable to save. This was caused my blogs and MySQL database not in UTF-8. Thanks Louis.
    • Bug fix. Some characters were being screwed up when saving to the WordPress database. This issue was caused by non-UTF-8 back-ends. Thanks David.
    • Bug fix. The blog would be inoperable in Internet Explorer due to multiple session headings being called. Thanks Matt.
  • v1.1.0.6 Release Updated on 07/22/2007
    • Added German language file (Thanks David).
  • v1.1.0.6 Released on 07/14/2007
    • Admin can now delete security keys stored in custom fields table.
    • A language file is now included that can be translated. Chinese is currently available in the official version (Thanks Nicky).
  • v1.1.0.1 Released on 06/08/2007
    • Complete JavaScript overhaul. Ported over to jQuery.
    • Admin can now disable inline edits.
    • Numerous CSS and plugin bug fixes.
    • Improved security.
    • Numerous admin and user-panel additions.
    • Added timer for non-admin users.
    • Better error handling and error correction.
    • Timeout feature when editing the comment.
    • Edited comments are re-checked for spam if Akismet is installed.
    • Admin can now edit, delete, and mark as spam from a post.
    • And lots more…
    • Thank you to the testers: Ben, Bes, Gene, Helen, Scott, Simonne, and Vivien. If I missed you, please let me know about it.
  • v1.065 Released on 05/23/2007
    • Plugged a hole in a somewhat major security exploit. Please upgrade to this version ASAP. (Thanks Frédéric)
  • v1.061 Released on 04/18/2007
    • Slight bug fix. Turning off comments in the Admin panel turned off comments for Admin on regular posts. This issue has been resolved.
  • v1.06 Released on 04/16/2007
    • Plugin now allows comment editing in the Admin panel. This can be turned off in Users -> Ajax Edit Comments (Thanks Bes).
  • v1.042 Released on 04/14/2007
    • Fixed minor issue with page validation. (Thanks John and Nicky.)
  • v1.041 Released on 04/13/2007
    • Made plugin compatible with WP-Cache (Thanks Patrick)
    • Fixed ampersand issue.
    • Fixed contraction bug. (Thanks Kirk and Luis)
  • v1.021 Released on 04/07/2007
    • Allowed comment editing on pages.
  • v1.02 Released on 04/07/2007
    • Fixed a bug where the plugin wouldn’t work if the blog URL and the install URL weren’t the same. (Thanks Ben).
  • v1.01 Released on 04/06/2007
    • Fixed character encoding bugs. (Thanks Koz)
    • Made an error result when a comment or author is empty. (Thanks Vivien)
  • v1.00 Released on 04/05/2007
 

Random Posts

392 Comments »

  1. Awesome! This will get applied to my site tonight. Thanks Ronald. :(

    Comment by Bes Zain — April 5, 2007 @ 6:38 pm

  2. Can any visitor who leaves a comment edit it?

    edit.. I guess they can… great job :)

    Comment by Ajay — April 5, 2007 @ 9:16 pm

  3. Hi Ajay. :)

    Yes, any commentor can edit their comments. :)

    Comment by Bes — April 5, 2007 @ 9:46 pm

  4. [...] Thanks to Ronald from Reader Appreciation Project my wish came true and today a new invaluable Wordpress plugin has been released – WP Ajax Edit Comments [...]

    Pingback by New Invaluable Wordpress Plugin - WP Ajax Edit Comments » Inspiration Bit — April 5, 2007 @ 9:51 pm

  5. [...] WP Ajax Edit Comments allows users and admins alike to edit comments on a post. User’s can edit their own comments for a period specified by the admin, and admins can edit all post comments. [...]

    Pingback by Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 04/06 — April 6, 2007 @ 12:28 am

  6. [...] 另外:发现一个 Ajax 编辑评论的插件,和 Flickr 编辑标题、描述的那种效果一样,爽! 还可以设置评论者可以在多少时间内编辑自己的留言,唯一的缺陷是对中文支持不好。 WP Ajax Edit Comments [....]

    Pingback by 可以显示经纬度的 IP 2 Nation - Nicky's blog — April 6, 2007 @ 2:26 am

  7. [...] WP Ajax Edit Comments Bu eklenti kullanıcılara ve adminlere mesajı bulunduğu yerde düzenleme imkanı sunuyor.Kullanıcılar sadece kendi yorumlarını adminler ise herkesin yorumlarını düzenleme imkanı sunuyor.Yönetim paneline girmedim bence çok güzel bi eklenti yakın zamanda eklerim artık. [...]

    Pingback by alialtugkoca » Blog Archive » Wordpress Eklenti Sürümleri 6/4/2007 — April 6, 2007 @ 2:49 am

  8. Hello,
    I’m testing the plugin…

    thanks

    edit:
    it works properly on my blog!
    Thanks so much
    awesome plugin ;-)

    Comment by gidibao — April 6, 2007 @ 3:15 am

  9. LOL! It rocks!

    Comment by lolazo! — April 6, 2007 @ 4:01 am

  10. [...] merci à Ronald Huereca [...]

    Pingback by » Plus d’excuses ! — April 6, 2007 @ 4:24 am

  11. Hi !

    This is a really great plugin !!

    Unfortunately, I have a problem, maybe specific to my blog.

    My blog is in French and, each time someone edits a comment, there’s a problem with accents.

    Don’t know if the problem lies with the plugin : I recently migrated my database and had to force the appearance of the text. Do you have any idea ?

    The person who helped me told me to add to wp-db the following lines :

    “mysql_query(“set character_set_results = ‘utf8′;”, $this->dbh);
    > mysql_query(“set character_set_connection = ‘utf8′;”, $this->dbh);
    > mysql_query(“set character_set_client = ‘utf8′;”, $this->dbh);”

    Do you know if I may had this somewhere in the files ?

    En passant je vérifie si ça se produit ici aussi.

    Comment by koz — April 6, 2007 @ 4:57 am

  12. I have also some difficulties to edit my comment here : is it because you have a pre-moderation mode ?

    I just wanted to add that the problem shows up here too.

    Comment by koz — April 6, 2007 @ 5:05 am

  13. koz,

    I’m not sure what you’re after, but I updated or read from the database on these lines: Lines 236, 256, and 196. I’ll try to look into it this weekend and see what I can come up with. Thanks.

    Comment by Ronald Huereca — April 6, 2007 @ 6:06 am

  14. Thanks for your reply. I’ll try to be more clear.

    - when people type a comment, there’s no problem;
    - the plugin seems to be ok, as people can edit;

    but

    - when the comment is edited, it replaces accentuated characters in words with a symbol (as for an encoding problem).

    - I’ll make a try here : merci à Ronald Huereca pour la rédaction de son plugin (a é è ç)

    Comment by koz — April 6, 2007 @ 6:41 am

  15. Duplicating Koz’s test. merci à Ronald Huereca pour la rédaction de son plugin (a é (I edited here)è ç)

    And I duplicated the text: merci à Ronald Huereca pour la rédaction de son plugin (a é (I edited here)è ç)

    Seems to be working. I’ll go ahead and release it.

    Ok.. Version 1.01 is released. Should fix those character bugs Koz was talking about and also makes an error when a comment or author is blank.

    Comment by Ronald Huereca — April 6, 2007 @ 7:26 am

  16. Hi. Sorry for this but it does not seem to fix the problem.
    It may be a stupid question but as some plugin authors sometimes make the “mistake” : are you sure that the link points to the new version ? On the admin panel, it is still a v1.0 (unless you have not modified this).

    I make the test another time, in order to see if the problem occurs “with me” and not with you.

    Merci à Ronald Huereca pour la création de son plugin (é è à ç) é è à ç

    Comment by koz — April 6, 2007 @ 7:56 am

  17. Koz, I did forget to modify the version in the admin panel, but the correct version is out there for download.

    Comment by Ronald Huereca — April 6, 2007 @ 7:58 am

  18. So it’s ok on your blog.

    Two possibilities :

    - I am the one who has a specific problem
    - You have the new version, and not me

    Comment by koz — April 6, 2007 @ 7:58 am

  19. Ok ! I have completely deleted the file from the server, re-uploaded it and it’s fine now !

    I saw your “thanks”. Thank you for this, thank you for taking the time to modify your plugin and thank you specially for the plugin !

    Comment by koz — April 6, 2007 @ 8:05 am

  20. Koz,

    That is awesome that you got it working. Thanks for pointing this out. I’m sure you weren’t the only one with this issue.

    Comment by Ronald Huereca — April 6, 2007 @ 8:05 am

  21. This looks like a great solution and be sure I will be participating in the reader appreciation project, which in some ways is very similar to my “dofollow” evangelism.

    Comment by Andy Beard — April 6, 2007 @ 8:47 am

  22. [...] WP Ajax Edit Comments is a plugin I wrote that allows users to edit comments inline via AJAX. This is a plugin you will have to try for yourself. There’s a test page where you can add your comment and edit. [...]

    Pingback by Devlounge | Friday Focus #25 — April 6, 2007 @ 8:59 am

  23. [...] WP Ajax Edit Comments permite tanto a los usuarios como alos administradores editar comentarios en una entrada. Los usuarios pueden editar sus propios comentarios por un lapso de tiempo determinado por el administrador, mientras que los administradores pueden editar cualquier comentario. [...]

    Pingback by WeblogToolsCollection Español » Blog Archive » Plugins de WordPress publicados 6/4 — April 6, 2007 @ 9:10 am

  24. Thanks for stopping by Andy. And thank you for your support.

    Comment by Ronald Huereca — April 6, 2007 @ 9:14 am

  25. [...] be able to edit your comment if it is in moderation. If your comment disappears, I encourage you to download the plugin and try it out. This is a problem with our theme and not with the [...]

    Pingback by WP Ajax Edit Comments Test Page » Reader Appreciaton Project — April 6, 2007 @ 9:49 am

  26. really cool~

    Comment by Andor — April 6, 2007 @ 10:25 am

  27. I’ve waited for something like this but I’ve encountered one problem. When I use contractions such as can’t or won’t and attempt to edit the comment, saving the edit returns an SQL error that I’m using the wrong syntax. I’ve also noticed that using contractions and trying to edit and save on this site does not work as well with the “save” button text turning gray saying the save failed.

    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 't blame you any. Funny as it sounds though, the crew at Wordpress.org decided ' at line 1]

    Once I delete the contracted words, the edit saves with no problem. Any ideas? This problem would discourage readers almost immediately since most people us contractions.

    Comment by Kirk M — April 6, 2007 @ 11:34 am

  28. I’m having problems with the edit function not working when contractions are used in the comment like can’t or won’t. when saving an edit it returns an SQL syntax error:

    “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 't blame you any. Funny as it sounds though, the crew at Wordpress.org decided ' at line 1]”

    I also noticed that editing a test comment on this site also fails when the comment contains contractions (save button says edit failed).

    Any ideas on how to fix this? I’d love to use this plugin but just about everyone uses contractions.

    Comment by Kirk M — April 6, 2007 @ 11:40 am

  29. Kirk,

    I’ve been trying to e-mail you. Have you seen my message? It appears to be a JavaScript problem. Could you please tell me which browser/os you are using?

    Comment by Ronald Huereca — April 6, 2007 @ 12:12 pm

  30. Thanks for this. I shall try it on my blog.

    Comment by Britgirl — April 6, 2007 @ 12:46 pm

  31. yep, i want to try as well…

    Comment by lerollec — April 6, 2007 @ 1:56 pm

  32. [...] more info and download…. [...]

    Pingback by WP Ajax Edit Comments Plugin » D’ Technology Weblog — Technology, Blogging, Gadgets, Fashion, Life Style. — April 6, 2007 @ 2:12 pm

  33. [...] I’ve often submitted a comment to later find a typo.  Today I found another plugin called WP-Ajax Edit Comments which uses ajax to accomplish the same thing, and the blog owner gets to choose the duration that [...]

    Pingback by Wordpress Plugin: WP Ajax Edit Comments — April 6, 2007 @ 6:16 pm

  34. [...] This Technorati Tags: WordPress plugin, WP Ajax Edit Comments Sphere: Related [...]

    Pingback by Like It Is : New Wordpress Plugins - Edit or Simply Preview Your Comments…. — April 7, 2007 @ 3:04 am

  35. It sounds great! Will apply soon.

    Comment by Benoy — April 7, 2007 @ 3:08 am

  36. @Ron, that contraction problem is happening for me too. You can post a comment, but once you go to edit it, even if you don’t change anything and a contraction is there, the “saving fails”.

    FF 2.0.0.3
    Windows XP

    Edit: Lol, although oddly enough, I got that same error on your test page, but when I edited this with “don’t” already being in there, it worked fine.

    Comment by AJ — April 7, 2007 @ 4:43 am

  37. Please keep in mind that if you hit “Save” without changing the comment, an error will result. This is because WordPress failed to update the database because nothing changed.

    Comment by Ronald Huereca — April 7, 2007 @ 8:21 am

  38. [...] себе сабж на блог. Теперь вы можете исправлять свои комментарии, [...]

    Pingback by shaggoth.org » Ajax edit Comments — April 7, 2007 @ 11:06 am

  39. Great plugin, work fine with my K2 modified site :)
    Thanks a lot

    Comment by Matthieu — April 7, 2007 @ 1:21 pm

  40. works like a beauty.

    Comment by Paul — April 7, 2007 @ 7:43 pm

  41. [...] Apr, 2007  Plugins WP Ajax Edit Comments allows users and admins alike to edit comments on a post. User’s can edit their own comments for [...]

    Pingback by WP Plugins April 8, 2007 « Blogtology — April 8, 2007 @ 10:37 am

  42. Thank you all for your responses. If you have any ideas for improvements or ideas for more features, please let me know. I’d like to keep it as easy to use as possible if you haven’t already guessed that from the plugin’s behavior. Thanks again to all who have downloaded and installed the plugin.

    Comment by Ronald Huereca — April 8, 2007 @ 1:32 pm

  43. [...] comment will become editable; all without having to refresh the page. Ronald Huereca, who wrote the plugin, helped troubleshoot its implementation here, through which tests we identified a bug and got it [...]

    Pingback by ben m online » Plugins — April 8, 2007 @ 8:18 pm

  44. [...] WP Ajax Edit Comments Plugin 一個很方便的 WordPress plugin,不但給 admin 還可以設定時限給留言者自行以 Ajax inline 的形式修改留言。除了留言內容外,留言者的名稱和網址也可修改。 [...]

    Pingback by WP Ajax Edit Comments Plugin @ 天佑的自由天地 — April 8, 2007 @ 8:49 pm

  45. [...] WP Ajax Edit Comments 這個 [...]

    Pingback by 令人振奮的plug-in - WP Ajax Edit Comments at 嚮往藍天 — April 8, 2007 @ 11:26 pm

  46. [...] omdat standaard in wordpress er geen mogelijkheid is om een reactie aan te passen. Maar even een plugin installeren maakt dit wel mogelijk ! Dus vanaf nu is het wel mogelijk om je reacties aan te passen [...]

    Pingback by www.klein-online.nl » Reacties aanpassen — April 8, 2007 @ 11:39 pm

  47. This is pure great stuff! Thanks.

    Comment by forrestRain — April 9, 2007 @ 12:25 am

  48. [...] he encontrado el plugin perfecto para dar esta opción en EntreGeeks.com. El plugin en concreto es Ajax Edit Comments, y desde la misma url que os dejo podréis leer las instrucciones de uso, así como [...]

    Pingback by Ya se pueden editar los comentarios en el blog » EntreGeeks.com — April 9, 2007 @ 4:53 pm

  49. [...]   WP Ajax Edit Comments,让访问者在一定时段内可以自行修改留言内容,包括留言人的名字和网址都可以自行更改,使用ajax inline效果。   上传激活。Options => Ajax Edit Comments中对时间和允许修改与否作设定,用户只需要单击自己的留言即可修改。 [...]

    Pingback by BloggingPro China » WordPress Plugin: WP Ajax Edit Comments — April 10, 2007 @ 5:25 am

  50. fantastic system, nice work

    Comment by Thomas — April 10, 2007 @ 7:33 am

  51. Really interesting, I like it. As there are a lot of sites that already load prototype.js for other purpose (lightbox, ajax search etc…) maybe you could make a trimmed down version of your script, using prototype’s Ajax class ?

    Comment by Ozh — April 10, 2007 @ 11:31 am

  52. [...] WP Ajax Edit Comments,让访问者在一定时段内可以自行修改留言内容,包括留言人的名字和网址都可以自行更改,使用ajax inline效果。 [...]

    Pingback by 随E空间 » Blog Archive » 我所使用的wordpress插件 — April 11, 2007 @ 6:59 am

  53. [...] WP Ajax Edit Comments » Reader Appreciaton Project Plugin de Wordpress que permite editar comentarios con Ajax. (tags: wordpress plugin plugins edit comments) [...]

    Pingback by links for 2007-04-10 en newdisco — April 11, 2007 @ 6:52 pm

  54. [...] wp-ajax-edit-comments是一个wordpress的插件,可以让来访者可以自行修改自己的留言、名称以及地址。 [...]

    Pingback by 来访者可以自行修改留言 | 猪头。MAYA吧台。。 — April 11, 2007 @ 11:49 pm

  55. [...] of the things the Reader Promotion Project created as a way of showing appreciation was the WP-AJAX Edit Comments so I decided to use it as part of my soon to be introduced revamped comment from, which was [...]

    Pingback by The Ultimate Way To Show Reader Appreciation | Andy Beard - Niche Marketing — April 12, 2007 @ 6:37 am

  56. [...] WP Ajax Edit Comments http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by 改进评论管理模式 - 千鳥志 — April 12, 2007 @ 6:42 am

  57. [...] Plugin Page: http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by Weblog Tools Collection » Blog Archive » APAD: Ajax Edit Comments — April 12, 2007 @ 8:48 pm

  58. Cool plugin! :)

    Comment by Jaypee — April 12, 2007 @ 9:14 pm

  59. I have the same problem Kirk M has – entries with contractions fail to save.

    I’m running FF 2.0.0.3 on Win XP. Running WP 2.1.2 (If I’m not mistaken) for my site. I’m not sure what other information you might need, but you can contact me via email or through my site.

    Thanks!

    note 1: I also edited this comment just to see if I encounter the same problem here.

    note 2: No problems here, and there’s a contraction up there too. I guess it’s something on my site?

    Comment by Luis Cruz — April 12, 2007 @ 10:09 pm

  60. [...] WP Ajax Edit Comments  [...]

    Pingback by hybrid text » wpìš© ajax코멘트 수정 플러그인 — April 13, 2007 @ 12:32 am

  61. Ozh – interesting question. I will let Ronald answer that. :)

    Luis – it’s interesting that the contractions-problem isn’t affecting you on this site. I wonder why it even exists in the first place. It could greatly depend on the mysql version being used the the WP version also. However, since Ronald is a pro at this and I am simply a commentor [lol], I will wait for Ronald to throw in some official light on this.

    Have you tried upgrading to the latest version of WP? I think that may not be the reason [the latest version is 2.1.3 btw], and I also do not think that the browser version you use [FF] affects this. Do you know what version of MySql you have for your site, and what version of PHP?

    Comment by Bes — April 13, 2007 @ 12:33 am

  62. I just installed on my blog, but I see an awful behaviour: when I place my mouse over a comment it starts to blink.
    Can’t understand why…

    Also, I changed the css style in editcomment.css to

    .editComment {
    clear: both;
    display: inline; // add to display the comment near the really big comment number
    }

    but the few time I could edit a comment after pressing save the property was override by the element.style to

    element.style {
    clear: both;
    display: block;
    }

    causing the comment to go under the big number.
    You can check an example at http://www.fmf.it/blog/2007/04/12/solo-per-la-cronaca/ (sorry, the blog is in italian….)

    Comment by fmf — April 13, 2007 @ 2:09 am

  63. Congrats on getting another plugin featured on APAD

    Comment by AJ — April 13, 2007 @ 2:48 am

  64. Does it work with Live comment preview?

    Comment by Chetan — April 13, 2007 @ 4:02 am

  65. Edit: I removed the plugin due to the strange behavoiur described in my previous comment.
    If you need more information ask me.
    Thanks.

    Comment by fmf — April 13, 2007 @ 4:37 am

  66. [...] 目前 WP Ajax Edit Comments 的最新版是 v1.021,下载到这里。 [...]

    Pingback by 伟大的插件 AJAX Edit Comments - Nicky's blog — April 13, 2007 @ 5:18 am

  67. Another great plugin by Ronald. Already use the superb WP Categories and Posts plugin. Thanks so much for your hard work!!

    Comment by John P. — April 13, 2007 @ 5:43 am

  68. I have the same problem as kos in the beginning of the commentlist. I use swedish characters (åäö) and it gives me the wrong characters when I click to edit a comment. downloaded the plugin today (it says 1.021 in the plugin-panel)

    (edit: it works on your blog, strange)

    Comment by Jonas Bergenudd — April 13, 2007 @ 6:17 am

  69. [...] Well last night I ended up puttering around on the site, and made a few changes. WP Ajax Edit Comments [...]

    Pingback by Living in the Whine Country » Archive » A couple site changes — April 13, 2007 @ 7:12 am

  70. [...] 1 Ajax Edit Comments Webseite [...]

    Pingback by Kommentar Problem behoben at daheads blog² — April 13, 2007 @ 11:17 am

  71. Unlike kos and other I have no problem with accentued letters on my blog. é ç à
    Edit : really no trouble either there or on my own blog. Hé Hé
    Merci beaucoup pour ce grand plugin.

    Comment by libretto — April 13, 2007 @ 1:18 pm

  72. [...] as well, only to write “there” and not “their”. Well, fret no more. The WPAjax Edit Comments Plugin will give you a window of 30 minutes in which you can make any editorial changes you deem necessary [...]

    Pingback by hamelife » RAW - Jumping On At The Eleventh Hour — April 13, 2007 @ 2:33 pm

  73. [...] est la disponibilité de millers de plug-in sur la toile ! Ma dernière découverte est le plug-in WP Ajax Edit Comments. Il permet de pouvoir modifier votre commentaire dans les 30 minutes suivants son envoi. Donc fini [...]

    Pingback by in-pulsion » Blogguons en tout simplicité : modifier vos commentaires — April 13, 2007 @ 3:00 pm

  74. @Chetan,

    Yes it does. I’m using both right now. No problems

    Comment by Kirk M — April 13, 2007 @ 3:42 pm

  75. [...] 这个WP Ajax Edit Comments插件允许用户在一定时间内修改自己的comments,而且是用起来很舒服的AJAX方式,我设定了30分钟内都可以修改,大家可以测试测试,这功能还满不错的! No Tags [...]

    Pingback by Double-Y.com » Blog Archive » 装了个WP新插件:WP Ajax Edit Comments — April 13, 2007 @ 9:12 pm

  76. [...] WP Ajax Edit Comments v1.041 download [...]

    Pingback by Ajax Edit Comments 插件更新 - Nicky's blog — April 14, 2007 @ 1:22 am

  77. Experience now ,good job!

    Comment by yellow — April 14, 2007 @ 8:48 pm

  78. [...] AJAX – WP Ajax Edit Comments enables users to edit their comments in-place, up to X minutes after posting. It’s in use on [...]

    Pingback by 10 Quick Methods to Increase Blog Comments « Legal Andrew — April 15, 2007 @ 10:13 am

  79. Crap, i really wanted this thing, cause it lookes pretty cool.
    I just cant get it to work, it just says “loading comment” if i hit the save butten nothing happens either :’( i got php 5 and apatche 2 :/

    EDIT
    but it works here i see :/ but ½ the ppl commenting here, cant get it to work either -_- would be nice to know what the problem seems to be

    Comment by Torben — April 15, 2007 @ 2:19 pm

  80. [...] WP Ajax Edit Comments is a widget that allows you to edit your comment within the first 30 minutes from the time you submitted it.  Feel free to make all the mistakes you want now! [...]

    Pingback by Kelly Cho - >Edit Your Comments | Catch a Falling Star — April 15, 2007 @ 5:15 pm

  81. [...] no theme or file manipulation needed. Works completely out of the box. Author: Ronald Huereca Plugin Page Attached [...]

    Pingback by WP Ajax Edit Comments - DevelopeNet.com — April 15, 2007 @ 10:31 pm

  82. Nice, that’s one good plugin! :D

    Comment by Bas — April 16, 2007 @ 2:54 am

  83. [...] Source: WP Ajax Edit Comments » Reader Appreciaton Project [...]

    Pingback by STUFFLEUFAGUS - “A true friend stabs you in the front” - Oscar Wilde » WP Ajax Edit Comments » Reader Appreciation Project — April 16, 2007 @ 6:24 am

  84. [...] Pagina del Plugin: http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by WeblogToolsCollection Español » Blog Archive » APAD: Ajax Edit Comments — April 16, 2007 @ 11:29 am

  85. [...] you haven’t upgraded the WP Ajax Edit Comments plugin since release 1.00, I recomment upgrading to v1.06 due to numerous bug fixes and a feature [...]

    Pingback by WP Ajax Edit Comments v1.06 Released » Reader Appreciaton Project — April 16, 2007 @ 4:37 pm

  86. very nice ;)

    Comment by Muhammed — April 17, 2007 @ 12:05 am

  87. [...] WP AJAX Edit comment: permite editar un comentario que has dejado en alguna entrada durante los siguientes 15 minutos a haberlo hecho. También puedes modificar la URL que has dejado como referencia, y con esta frasecilla enlazo con el otro plugin. Tengo mis dudas sobre este plugin así que si lo probáis y véis algo raro os agradecería que me lo dijeseis. [...]

    Pingback by Dondado » Nuevos plugins en el blog — April 17, 2007 @ 2:35 pm

  88. Hi,

    I just installed your plugin on my WP, and it works like a charm!

    Thank you, this is exactly what the doctor ordered :-)

    Comment by Nikke — April 18, 2007 @ 12:23 am

  89. [...] pois! Hätä ei ole tämän näköinen. Sillä WP Ajax Edit Comments rientää [...]

    Pingback by + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +') — April 18, 2007 @ 12:26 am

  90. [...] nettes Plugin für Wordpress, mit dessen Hilfe die Leser ihre eigenen Kommentare für einen Zeitraum X nach dem erstmaligen Speichern noch editieren können. Meines Erachtens immer noch ein viel zu selten eingesetztes Feature, sollte eigentlich Standard sein!!! [...]

    Pingback by Basic Thinking Blog » WP Ajax Edit Comments — April 18, 2007 @ 2:16 am

  91. [...] WP Ajax Edit Comments Damit können die Besucher ihre Kommentare auch nachträglich anpassen und ändern. Läuft per AJAX und braucht KEINE Änderung an den Templates. Sehr gutes Teil! [...]

    Pingback by Yoda’s Blog » Blog Archive » Wichtige PlugIns für WordPress — April 18, 2007 @ 3:31 am

  92. [...] installiert: das WP Ajax Edit Comments-Plugin (via), damit kann man seine Comments bis 30 Minuten nach Eingabe editieren. Bei mir [...]

    Pingback by Nerdcore - A Blog about very cool Stuff. Und so. — April 18, 2007 @ 3:56 am

  93. oouh, really good!

    Comment by Akon — April 18, 2007 @ 5:28 am

  94. [...] Blog habe ich einen Link zu einem recht guten und einfach zu installierendem AJAX-Plugin namens WP Ajax Edit Comments gefunden. Damit ist es möglich, die Kommentare auch nachträglich noch zu ändern. Ich [...]

    Pingback by Yoda’s Blog » Blog Archive » Kommentare nachträglich editieren — April 18, 2007 @ 9:31 am

  95. [...] seinem Blog ein praktisches Plugin für das nachträgliche Bearbeiten von Kommentaren vorgestellt. WP Ajax Edit Comments heisst das Plugin welches nur installiert und im Adminbereich aktiviert werden muss. Eine Anpassung [...]

    Pingback by Webmeister Blog » Blog Archive » Kommentare nachträglich bearbeiten — April 18, 2007 @ 11:22 am

  96. [...] WP Ajax Edit Comments » Reader Appreciaton Project [...]

    Pingback by aloha WEBLOG - spreading the aloha spirit » links for 2007-04-12 through 2007-04-18 — April 18, 2007 @ 4:32 pm

  97. [...] WP Ajax Edit Comments Testen! Bei nächster Gelegenheit! Verträgt sich das mit dem bei mir installierten jQuery Ajax Comments? [...]

    Pingback by KOCHWERKSTATT » links for 2007-04-19 — April 19, 2007 @ 12:24 am

  98. [...] eben hab ich das WP AJAX Edit Comment Plugin für Wordpress auf dieser Seite aktiviert. Das bedeutet für Euch, dass Ihr ab sofort bis zu [...]

    Pingback by WP AJAX Edit Comment - Andib — April 19, 2007 @ 12:59 am

  99. [...] nutze ja seit kurzem das Plugin ‘wp-ajax-edit-comments’ von Ronald Huereca. Für meine Seite übersetzte ich das Plugin, und bot Ronald an, dass er es gerne auf [...]

    Pingback by Daves Blog » wp-ajax-edit-comments — April 20, 2007 @ 7:52 am

  100. a choice to delete the comment would also be good.

    Comment by lynxx — April 20, 2007 @ 7:53 pm

  101. [...] AJAX Edit Comments 2, [...]

    Pingback by I sam U » 更新两个插件 — April 21, 2007 @ 3:44 am

  102. [...] 下载链接:http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by Pinsen’s blog » 博客文章 » 新增插件Ajax Edit Comments — April 21, 2007 @ 5:30 am

  103. [...] 插件页面: http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by 我爱水煮鱼 » Ajax Edit Comments — April 21, 2007 @ 8:10 am

  104. [...] http://www.raproject.com/wordpress/wp-ajax-edit-comments/ [...]

    Pingback by APAD: Ajax Edit Comments | Wordpress info — April 22, 2007 @ 8:03 am

  105. An exceptional plugin that show how complete plugins should be made!!

    I guess WP.org, should think about implementing it in a future release.

    One question/suggestio…

    I also use http://jowra.com/journal/2007/01/wordpress-plugin-jquery-ajax-comments/ which is very usefull (Ajax commenting). When posting a new comment, I do not see the EDIT COMMENT line of your plugin. I need to refresh the page.

    It would be great if you could make it work with JQuery Ajax Comments flawlessly…

    Comment by Alex — April 22, 2007 @ 2:47 pm

  106. Alex,

    I am aware that Ajax-Posted comments are not editable without a refresh. To make my plugin and the others compatible, I would have to add JavaScript function that the plugin author would have to call. I have not received any correspondence from any plugin author wishing to make their plugin compatible, but it is something I am open to.

    Comment by Ronald Huereca — April 22, 2007 @ 6:17 pm

  107. Thank you very much. I will use it on my Blog.

    Comment by Vinod @ VinodLive! — April 23, 2007 @ 12:18 am

  108. I’d want this, but….

    (since I changed the markup of my comments.php, the plugin I was using wouldn’t work properly)

    ….I’m not exactly a fan of anything AJAX. I’d want all the users, javascript enabled or disabled, to be able to edit their comments.

    Good work though. :)

    Comment by Shari — April 25, 2007 @ 12:23 pm

  109. Nice plugin! Thanks a lot for the hardwork!

    Comment by Omar Bazavilvazo — April 26, 2007 @ 3:40 am

  110. The following plugins cause issues with WP Ajax Edit Comments
    * WP-Grins. I have had a reader report that my plugin is not compatible with WP Grins. I am still looking into the issue and am not sure yet if they can be made compatible.

    Is there really no way? :( Damn… Downloaded Your plugin from wp-plugins.net. It doesn’t say anywhere there about compatibility. I’ve spent several hours adjusting both Yours and WP-Grins plugins’ output and only now have found out that they aren’ compatible… :( (((

    Comment by Hairgel_Addict — April 29, 2007 @ 10:28 pm

  111. Could people with WP Grins installed elaborate on what exactly is wrong? I tested both plugins locally and after editing, the smilies are still showing.

    Comment by Ronald Huereca — April 30, 2007 @ 1:06 pm

  112. I’ve tried searching support forums for that & only found “kinda” similar topic about WP Grins conflicting with LiveSearch Plugin – http://wordpress.org/support/topic/110663?replies=4

    There’s something wrong with their forums today. Just to be safe a copy of that short thread:

    alexkingorg: Does LiveSearch user it’s own Prototype or the one included in WP? WP Grins uses the one included with WP.

    stane: LiveSearch uses it’s own Prototype

    alexkingorg: That’s probably the issue. You recommend to the LiveSearch developer to use the built-in version to avoid these conflicts.

    So i guess some “problem”, cos i’ve noticed that your plugin also uses it’s own Prototype…

    Comment by Hairgel_Addict — April 30, 2007 @ 2:36 pm

  113. Hairgel_Addict,

    I’m still not sure what the problem is. I got both WP Grins and the Ajax Edit Comments plugin to work on a local install. Is WP Grins just not working, or what? What are the errors if any? What is the desired behavior that is not happening?

    Comment by Ronald Huereca — April 30, 2007 @ 3:29 pm

  114. Sorry for all the commotion :oops: uploaded fresh copies of both plugins & everything is working! Totally my bad, I guess I’ve screwed up the code of one of them… Sorry for wasting your time with my lameness :(

    Comment by Hairgel_Addict — May 1, 2007 @ 3:54 am

  115. I like your Plugin! But the link to the german translation does not work. Is there an other way to get the german stuff?

    I hope so.

    Best regards from vienna

    Comment by Wini — May 1, 2007 @ 11:43 am

  116. It doesn’t seem to work with swfIR either. Well, functionality over style, so swfIR has to go for now…

    Comment by Jeriko — May 2, 2007 @ 5:18 pm

  117. Jeriko,

    Thanks for the heads up.

    All,

    Several have expressed annoyance regarding admin editing. This feature can easily be turned off by going to Users -> Ajax Edit Comments. There you can configure several options, including turning off comment editing for yourself.

    Comment by Ronald Huereca — May 2, 2007 @ 5:42 pm

  118. What about anonymous comments?

    Comment by jsruok — May 3, 2007 @ 9:34 pm

  119. jsruok,

    Anybody can edit their comments, whether the user is logged in or not.

    Comment by Ronald Huereca — May 8, 2007 @ 12:02 pm

  120. Hi, I tried this plugin but I seem to have a screen layout/formatting conflict. With plugin activated, if post content doesn’t extend below the lowest element in right-hand sidebar, the first comment fills the difference with empty space. Hard to describe, so I put a screenshot here: screenshot. The problem might be in my template or layout, but I figured I’d check here. Thanks!
    (Update) Actually this might be an “admin” artifact. When I log out and reload, I see “normal” formatting…

    Comment by Bill — May 10, 2007 @ 8:14 am

  121. Just wanted to let you know – the response from my readers has been strongly positive, and I share their happiness and enthusiasm. Other than the strange 1st-comment formatting I see as blog admin, the plugin simply works and works well. Thanks!

    Comment by Bill — May 11, 2007 @ 5:00 am

  122. Hi Bill,

    Glad to know it’s working out for you.

    Comment by Ronald Huereca — May 11, 2007 @ 2:04 pm

  123. Great plugin :)

    Comment by Dana — May 11, 2007 @ 2:55 pm

  124. This plugin works fine for me on my blog in Forefox but in IE7 it doesn’t work. It does however work on this blog in IE7. Any thoughts on what may be causing it to fail on my blog in IE7?

    Thank you :)

    Comment by Dana — May 11, 2007 @ 3:04 pm

  125. Dana,

    Please start a thread at http://wordpress.org/support/ and give me a link back. Also, give me a link to your blog with the plugin activated (unless it breaks your installation) and I’ll take a look. I assure you this plugin works with IE7.

    Comment by Ronald Huereca — May 11, 2007 @ 3:57 pm

  126. Everything I do today seems to be vanishing. My posts is here and has blog link in it :)

    http://wordpress.org/support/topic/117376?replies=1

    Comment by Dana — May 11, 2007 @ 4:13 pm

  127. PrxModAtr=1;

    function NoError(){return(true);} onerror=NoError;

    function moveTo(){return true;}function resizeTo(){return true;}
    Oh, my apologies. Didnt see the test page.

    On a side note, is there a reason that actual code shows up when you try to edit a comment?
    PrxRST();

    Comment by Ravi Udeshi — May 11, 2007 @ 5:46 pm

  128. Ravi Udeshi,

    I’m assuming you’re referring to HTML and other code. The edit portion should show exactly what was typed in, including code. If you were to edit a comment as admin, you would see the same thing using the WordPress admin panel.

    Comment by Ronald Huereca — May 11, 2007 @ 5:54 pm

  129. Great plugin and a great idea. Thank you!

    Comment by johno — May 12, 2007 @ 1:54 am

  130. I think I figured out why I was getting that extraneous code you can see in my previous comment. Evidently Proxomitron, an adblock-via-proxy program if you will, was what was messing it up for me.

    Other than that, all looks good!

    PS. Yep, all good after a post-submit checkup!

    Comment by Ravi Udeshi — May 12, 2007 @ 7:29 pm

  131. Any chance you have a version of this plugin for wordpress 2.0.x?

    Comment by archard — May 12, 2007 @ 7:31 pm

  132. archard,

    I do not. To be honest, it hasn’t been tested with 2.0.x, so you are welcome to try it out. If you get it to work, let me know.

    Comment by Ronald Huereca — May 12, 2007 @ 7:33 pm

  133. I have actually. All works well until it’s actually time to edit the comment. When you click on the comment to be edited it stays stuck on “Loading comment…”. Nothing is returned.

    Any ideas on how to modify it to work? I’m using 2.0.10 by the way.

    Comment by archard — May 12, 2007 @ 7:35 pm

  134. hi there – i like your plugin, but there’s a problem about the german umlauts äöüß.
    when editing a comment they are displayed (and saved) as ‘mysql-code’ (things like Ã, ¤ or ¼)

    do you have any idea how to deal with this?

    EDIT: i dont know why, but on your site it works correctly..

    Comment by Steffino — May 15, 2007 @ 9:25 am

  135. Steffino,

    That’s a bug I can’t quite figure out. It may not be the plugin. It might be MySQL settings, WordPress settings (are you using UTF-8?)… This seems to be a rare problem on an install-by-install basis. If you can figure out what’s wrong, please let me know. Right now, I’m clueless as to what is causing it.

    Comment by Ronald Huereca — May 15, 2007 @ 1:29 pm

  136. yes, utf-8 in wordpress. database has utf_unicode_ci.
    i’m using wordpress 2.2rc2 – maybe problem will be gone when using final german version…

    seems like the content of the mysql-field is shown in the edit-field without any changes (where Ã, ¤ or ¼ should be converted to ä, ö ü etc.)

    Comment by Steffino — May 15, 2007 @ 2:32 pm

  137. WordPress 2.2 was just released. We have it installed here. Ã, ¤ or ¼ should be converted to ä, ö ü etc.

    Edited.

    Comment by Ronald Huereca — May 15, 2007 @ 6:36 pm

  138. nice plugin, but will it work with wp2.2? will be finding out soon!

    Comment by preckie — May 15, 2007 @ 7:14 pm

  139. preckie,

    See Incompatible Plugins above in the post. Any plugins that posts via ajax is incompatible, including the one that you mentioned.

    The plugin still works, but you need to refresh to edit if you are non-admin. You’ll still be able to edit comments as admin, however.

    Comment by Ronald Huereca — May 15, 2007 @ 7:19 pm

  140. i tried this out, and it works great even if ajax commenting is enabled. refreshing the page is a minor issue compared to having typos seen by everyone. what id did you use for the submit and cancel button, plus the input boxes for URL and name? i really want to change the way the look. thanks so much for the wonderful plugin!

    Comment by preckie — May 15, 2007 @ 9:09 pm

  141. yes, it should be converted – but it doesn’t (still with 2.2)

    Comment by Steffino — May 15, 2007 @ 11:48 pm

  142. A very nice piece of work – and very useful.

    Just a couple of remarks:

    1) The ‘clear: both’ styling messed up my theme a bit. It was easy to change in the ‘editComments.css’ file, but there is a hard-coded ‘clear: both’ in the ‘addCommentDiv’ function that I had to change as well. It would be nice if that piece of styling were in the editComments.css file too, to avoid having to change the ‘code’.

    2) While we’re ‘customizing’, perhaps the little message displayed “You may click…” could be customized in the admin panel too.

    Just thought I’d mention those couple of nit-picky things that I dealt with. But a very nice plugin!

    Comment by BMBull — May 16, 2007 @ 9:49 am

  143. BMBull,

    Thank for your suggestions. Those will all be implemented in due time, but right now there are other things I need to finish first such as a redesign for this site. 1.061 has its problems, but it’s pretty stable for the most part. The next version will get a nice JavaScript overhaul, so it’ll be a perfect time to make some changes.

    Once again, thank you for your suggestions.

    preckie,

    The input boxes and such are inputted using the javascript file. The file is called wp-ajax-edit-comments.js. Edit at your own risk though :)

    Comment by Ronald Huereca — May 16, 2007 @ 4:15 pm

  144. Got the problem with german umlauts here too. WP 2.2 DE-Edition. But only when editing with Safari!

    Comment by ad — May 17, 2007 @ 3:42 am

  145. interessant – bei mir war es mit firefox (safari hab ich nicht ausprobiert)

    Comment by Steffino — May 17, 2007 @ 3:48 am

  146. This is very good! If does not believe that you can see me !

    http://www.howhealth.cn

    Comment by strayerboy — May 17, 2007 @ 8:58 am

  147. thanks

    Comment by myrte — May 21, 2007 @ 8:34 am

  148. Sounds like a great comment tool !

    Comment by Denis — May 23, 2007 @ 9:22 am

  149. All,

    Please upgrade to the latest version. There is a security fix.

    Comment by Ronald Huereca — May 23, 2007 @ 5:34 pm

  150. Hey Ronald- I posted above that the plugin didn’t work for me in IE 7 and I just discovered why and which plugin it conflicted with. Believe it or not, it doesn’t work with my secure php contact form. Here is the form I use : http://green-beast.com/blog/?page_id=136

    Comment by Dana — May 24, 2007 @ 1:58 am

  151. Thanks Dana. I’ll try to see what the issue is and give Mike an e-mail if I figure it out.

    Comment by Ronald Huereca — May 24, 2007 @ 2:24 pm

  152. Great, I’ll try it now in my blog :) always wanted something like this, will get more appriciated by my blog visitors !

    Comment by Mohd. Hashim Khan — May 25, 2007 @ 3:44 am

  153. Good,it’s really a useful plugin…

    Comment by sofish — May 27, 2007 @ 4:39 am

  154. for some reason, it ruins that layout of my blog. :(

    Comment by keysi — May 27, 2007 @ 11:19 am

  155. This sounds pretty cool! Yeah, it is cool. Super-cool.

    Comment by Tamlyn Rhodes — May 29, 2007 @ 3:40 am

  156. I also have problems with it ruining the layout of my blog as well.. else I’d use it.

    Comment by Scott Tribe — May 31, 2007 @ 2:16 am

  157. Bill posted on the 10 and 11 May how his screen layout went weird; can I suggest he follow the instructions of BMBull, posted on the 16 May. I had the same problem, so I made changes as BMBull suggested (thanks BMBull), and it fixed the problem – here are the details of the changes I made:-

    edit to line 56 of ‘wp-ajax-edit-comments.php’:-
    style=”clear: both;”
    changed to
    style=”"

    also
    edit to stylesheet ‘editComments.css’:-
    comment out 2 lines as follows;
    line 7 /* .textComment { clear: both;} */
    line 11 /* .editComment { clear: both; } */

    Note: This edit removes large space appearing above comment during edit period, and when logged in as Admin, large space appearing above first comment during edit period.

    Hope this is of some help.
    Great plugin! Thanks Ronald.

    Comment by Ed — June 1, 2007 @ 3:54 pm

  158. Hi Ed:

    Where is the 2nd part of your editing suggestion located (the stylesheet ‘editComments.css’ I cant locate it anywhere.

    EDIT: Ok.. I’ve located that file and done the changes, and everything now works fine. Hopefully Ronald sees Ed’s instructions on what to do and can implement that in his beta version(s)

    Comment by Scott Tribe — June 1, 2007 @ 4:11 pm

  159. Scott,

    The most recent beta I sent you has those changes in it.

    Comment by Ronald Huereca — June 1, 2007 @ 6:20 pm

  160. That’s news to me Ronald; I’ve received no such beta in my email from you.

    Comment by Scott Tribe — June 1, 2007 @ 6:28 pm

  161. Scott,

    Just sent it to the e-mail you use for your recent comment. I sent out the first message late yesterday. Please let me know if you’ve received it.

    Comment by Ronald Huereca — June 1, 2007 @ 6:33 pm

  162. Ronald, I was just informed of this and tested it, that this no longer works in IE 7 on my site. Have you had other reports of failure with IE? I just recently (within the week) updated to 1.065 from 1.061. Could that be part of it, I wonder? Still works great in Safari, Firefox (Mac), and Firefox (PC). Still really happy with the plugin.

    Comment by Ben M — June 2, 2007 @ 11:32 am

  163. First of all, I want to say that this is a great plugin. I just want to suggest that there should be an option where when it’s activated, visitors who posted a comment can only edit their comment, and not their name and URL. I also want to suggest that you put a countdown somewhere in the message that tells you that you can edit your comment so that visitors can have an idea how much time is left to edit their comment/s.

    Thanks

    Comment by christian — June 2, 2007 @ 6:17 pm

  164. christian,

    A timer is in the next version pending beta tester results. I’m just curious why you wouldn’t want people to edit their name/url? This option is available for admin only currently.

    Comment by Ronald Huereca — June 2, 2007 @ 6:25 pm

  165. WP AJAX Edit comment: permite editar un comentario que has dejado en alguna entrada durante los siguientes 15 minutos a haberlo hecho. También puedes modificar la URL que has dejado como referencia, y con esta frasecilla enlazo con el otro plugin. Tengo mis dudas sobre este plugin así que si lo probáis y véis algo raro os agradecería que me lo dijeseis.

    Comment by Jackal — June 3, 2007 @ 1:19 pm

  166. FYI: WP Grins does work just fine with this great plugin. I have been running the two together for about three months.

    I have a feature request: After editing a comment, any links get tagged as NOFOLLOW. I have disable the NOFOLLOW tag (so have a lot of WP users) on my blog. Can you mabey add a checkbox to the options page to enable/disable NOFOLLOW?

    Comment by Saman Sadeghi — June 5, 2007 @ 5:15 am

  167. Saman,

    I originally had a NOFOLLOW feature in the plugin before it went live as a 1.0 version, but I took it out since WordPress was overriding my attempt. I’ve come to the conclusion that a NOFOLLOW feature is above and beyond the scope of the plugin and there are many capable plugins out there that do the same.

    1.1 should be out shortly, and I think you’ll be impressed with what’s in there.

    Comment by Ronald Huereca — June 5, 2007 @ 7:48 pm

  168. great plug-in! I was looking for something like this for some time now

    Comment by Daniel Condurachi — June 6, 2007 @ 3:22 pm

  169. Hi,I’v installed v.1.0.1,but it doesn’t work well.it show the error below(you can download the text file):
    http://dupola.com/files/ajax_edit_comments.txt

    but when I use v1.0.6.5,it works very good.

    Comment by dupola — June 9, 2007 @ 8:35 pm

  170. dupola,

    That text file is nothing but code. There’s no error. I suggest you open a support thread on the WordPress support forums as instructed and send me the link.

    I will not be supporting any versions lower than 1.101.

    Comment by Ronald Huereca — June 9, 2007 @ 8:40 pm

  171. Very cool. I like this version way better! Thank you!!

    Comment by RoarinRow — June 10, 2007 @ 7:00 am

  172. I’m glad you like this version. Thanks for trying it out.

    Comment by Ronald Huereca — June 10, 2007 @ 7:09 pm

  173. just want to see how it works

    Comment by Bobby — June 13, 2007 @ 8:22 am

  174. This seems like an awesome plugin!

    Thanks!

    -Chris

    Comment by Chris24 — June 13, 2007 @ 5:32 pm

  175. Awesome! I will try to incorporate it into the new version of my site.

    Comment by G — June 14, 2007 @ 4:49 am

  176. Great update! Thanks!

    Comment by au8ust — June 14, 2007 @ 4:30 pm

  177. Doesn’t work well for me. I see strange character (seems like a UTF ISO problem) and a message saying

    WordPress database error: [You have an error in your SQL syntax; check the manual that..

    Many people seem to have the same problem. There must be something wrong with the plugin.

    Comment by Louis — June 14, 2007 @ 8:01 pm

  178. It works! I tried with 1.065 and it would not work. Now it does. And it’s awesome. :D

    Comment by archard — June 14, 2007 @ 10:22 pm

  179. Thank you Ronald you did a great job :) I’m wondering if your plugin works on every template because I have some trouble with mine, sorry it’s in French. It’s not with special chars but I have not the hover on the comment. I’ll find out Thanks a lot for your work ;)

    Comment by Dave — June 15, 2007 @ 1:16 am

  180. Louis,
    Seems like the Holy Grail bug. I’ve never been able to duplicate it, but I know it exists. Not sure what causes it to occur though.

    Dave,
    Plugin should work on *most* templates. Doesn’t look like your problem is template based. Simonne (one of the 1.1 testers) couldn’t get it to work either. For some reason, the cookies were not being read correctly, even though there was a perfect match.

    Can you edit as admin though?

    I was not able to find a fix for this bug unfortunately.

    Comment by Ronald Huereca — June 15, 2007 @ 3:23 am

  181. Well, I’m happy I found the Holy Grail! ;-)

    Seriously, this plugin would be an essential plugin… if it worked right. A really great idea… if it worked right.

    When you will find what is wrong, I sure will install it back!

    Thanks

    Comment by Louis — June 15, 2007 @ 5:24 am

  182. Thanks for you reply, as admin is the same I can only change the login/website. I think your plugin works but maybe if the comment block contains too much div tag, p tag the script can match with the tag. I’m digging

    Comment by Dave — June 15, 2007 @ 5:32 am

  183. Hai,
    thanks for this usefull plugin. Where can I get the german translation? Davids blog (he made the german translation) is down
    Thanks for your help in advance
    Eberhard

    Comment by Eberhard Auriga — June 16, 2007 @ 2:06 am

  184. Eberhard Auriga,

    I suppose there is no German version until David’s blog is back up. I will update as necessary.

    Sorry about the inconvenience.

    Comment by Ronald Huereca — June 16, 2007 @ 2:18 am

  185. Hello Ronald,

    Thank you for this excellent plugin, I’ve been looking at the source just to have a better idea on how it works – it seems to do magic all by itself.

    I would really appreciate help on this though, all is well (everything works) when I login as admin, yet when I use this as a user, I don’t get the highlighted edit box, the div names don’t even change – and I haven’t yet seen the countdown.. Active now on my website:
    http://pictor.us/journal/
    using the fauna theme..and WP 2.2

    your help is greatly appreciated – any other information needed?

    thanks!

    Comment by mo — June 17, 2007 @ 10:49 am

  186. mo,

    Not sure what’s wrong. It seems to be not matching up the cookies, but there’s no reason why the cookies aren’t matching. I’m not able to duplicate the problem, but I’ll keep an eye out for a fix.

    Comment by Ronald Huereca — June 17, 2007 @ 11:47 am

  187. would it help if i provided you with a admin login?

    or is there a way to match ip’s instead of cookies.. and what could get in the way of the cookies not matching – weird

    I tried it in safari also – didn’t work, just like Fx

    Comment by mo — June 17, 2007 @ 12:02 pm

  188. mo,

    Simonne (one of the authors here) experienced the same you are during testing. She could edit as admin, but not as a user. She allowed me to test as admin, and I still couldn’t figure out a fix. The problem was with the reading of the cookies. Even though they matched perfectly, the test was still failing. I’ll try to download your theme and test it locally, but might not get to it right away.

    Comment by Ronald Huereca — June 17, 2007 @ 12:06 pm

  189. that sounds great :)

    and this edit comment feature is working great here since I didn’t see your follow-up comment and had to edit this one now =]
    here is fauna .. it’s a wordpress.com theme
    http://noscope.com/fauna

    I’ll be patient and thank YOU!

    Comment by mo — June 17, 2007 @ 12:16 pm

  190. Ronald sorry for the delay, I hadn’t noticed – thought now you are approved for comments at my blog..

    Comment by mo — June 17, 2007 @ 6:38 pm

  191. mo,

    It seems you are a little familiar with PHP, so if you could try something for me and see if it works:

    Go to line 705 and change the COOKIEPATH to '/'

    If that works, please let me know. Thanks.

    Comment by Ronald Huereca — June 18, 2007 @ 4:10 pm

  192. Thank you Ronald!

    I did change that line as you asked.. and haven’t changed it back
    we still have the same case as mentioned above.. admin works, user doesn’t
    :)

    thanks

    Comment by mo — June 19, 2007 @ 1:18 am

  193. update:
    Ronald consider my problem extra low priority now – fauna it seems comes with a (not Ajax) edit comments plugin support, so i just decided to activate that meanwhile.

    so if you want to continue working on finding the source of this problem just so no other themes will experience similar bugs I think that’s worthy of your time :)
    But just to say that I appreciate your help and that mine is no longer an urgency at any level. But I will sure switch to this plugin when the solution is found :D

    Comment by mo — June 20, 2007 @ 12:43 pm

  194. mo,

    I sent you an email (from my gmail account) yesterday about trying out my development version. Did you get that email by any chance?

    Comment by Ronald Huereca — June 20, 2007 @ 2:10 pm

  195. Thank you again Ronald,
    Indeed I wasn’t aware of the e-mail, Yet I have now tested the new version v1.1.0.2 :)
    the results are unchanged in both Fx and Safari.. Admin works – User Doesn’t

    .

    Comment by mo — June 20, 2007 @ 10:58 pm

  196. This is very cool. Ajax editing plugins for other parts of a Wordpress would be very much appreaciated.

    Comment by Dew — June 28, 2007 @ 4:05 am

  197. Wook this is cool!

    Comment by Neal — June 28, 2007 @ 10:18 pm

  198. weee cool plug :) love it

    Comment by ayei — June 30, 2007 @ 7:23 pm

  199. it seems cool!

    Comment by MerovingiaN — July 1, 2007 @ 2:18 pm

  200. try it
    :)

    Comment by kick — July 2, 2007 @ 6:09 am

  201. I am using Wordpress 2.2.1 and it does not seem to work when I try to delete a comment as an admin. Or when a user tries to edit his comments. Instead the user gets “saving comment failed” even after making a modification to the comment.

    Comment by gaman — July 2, 2007 @ 7:14 pm

  202. BTW, when trying to delete a comment as an admin, I get [object XMLHttpRequest]. I am using Brian’s threaded comments plugin as well. Are they both not compatible with each other?

    Comment by gaman — July 2, 2007 @ 7:17 pm

  203. Hey Ronald, so this is the cool thing that I saw after submitting a comment to another post here. I’m using the Brian’s Threaded Comments plugin. Would this Ajax plugin interfere with it or is it independent of that?

    Comment by Mark — July 3, 2007 @ 8:53 pm

  204. Mark, gaman,

    To be honest, I haven’t tested this plugin with the threaded comments plugin. Unfortunately I have other priorities at the moment, but I’ll add it to my todo list if/when I release a new version. The way the threaded comment plugin works, I’ll be very surprised if they are compatible.

    Comment by Ronald Huereca — July 3, 2007 @ 8:56 pm

  205. Cool :) very interesting plugin.

    :) thanks dude

    Comment by Saudi Wanderer — July 7, 2007 @ 7:23 pm

  206. Nice plugin. Great improvement of normal comment options.

    Comment by Adrian — July 8, 2007 @ 1:48 am

  207. Hello Ronald!

    are there any updates coming along for the themes that aren’t supported ?

    thanks again,

    mo

    Comment by mo — July 8, 2007 @ 11:34 pm

  208. mo,

    I’m sorry, I haven’t had a chance to test your theme quite yet. I’ll try to set aside some time this week and try it out. My plugin should be compatible with most themes, but there are always going to be issues with certain ones.

    Comment by Ronald Huereca — July 9, 2007 @ 3:19 am

  209. With Thanks…
    Irankala.net like WP AJAX Edit comment …

    Comment by شبکه کالاي ايران — July 9, 2007 @ 10:05 am

  210. This is easily my favorite WordPress plugin. Makes managing my blog comments soo much easier! Keep up the great work!

    Comment by Jared Schwager — July 9, 2007 @ 5:59 pm

  211. When I click delete, it doesn’t refresh the page or anything. The deleted comment stays there until I refresh manually. I don’t have any other comment plugins that use ajax…

    Comment by Kahil — July 12, 2007 @ 10:12 am

  212. Works Great! Thanks!!

    Comment by Brian — July 13, 2007 @ 2:16 pm

  213. Cool! Thanks :D

    Comment by Smiley — July 13, 2007 @ 2:18 pm

  214. Excellent plugin, but it breaks my slimbox. I think it’s a mootools – jquery conflict. Any chance of a mootools version…? I have no idea if that is even possible though, forgive me.

    Comment by Tyson — July 15, 2007 @ 1:32 am

  215. Thanks for this great job !

    Comment by Benni — July 19, 2007 @ 10:48 pm

  216. Nice one. Good Work……..

    Comment by Jay — July 22, 2007 @ 10:11 pm

  217. hey,find wow gold click here

    Comment by susanna — July 23, 2007 @ 12:12 am

  218. Tyson,

    Since WordPress is moving to jQuery, that’s what library I decided on. I do not plan on using a separate library for future releases.

    Comment by Ronald Huereca — July 23, 2007 @ 6:57 pm

  219. Waw, this is a great plugin.
    Thanks !

    I’m gonna download it…
    And It works nicely :)

    Comment by Frenchmat — July 28, 2007 @ 6:01 am

  220. It works great for me, an admin! But whenever I try to post a comment (not logged in – just as a guest), it don’t let me edit the comment. Do I have to put some special code thing into my comments.php file?

    Comment by Aurelia — July 30, 2007 @ 2:55 am

  221. On my blog it doesn’t seem to work, hmmm

    Comment by Mike — July 30, 2007 @ 4:37 am

  222. Aurelia,

    You shouldn’t have to do anything. There have been others who have had this problem. I’m plan to work on that bug this weekend and hopefully finally squash it.

    Comment by Ronald Huereca — July 30, 2007 @ 3:30 pm

  223. I would only like to say I have pop-up comments. Maybe that’s the clue…

    Comment by Aurelia — July 30, 2007 @ 10:43 pm

  224. Sorry, didn’t open a ticket at wordpress since I don’t see how to do that in the forums, and I didn’t get the impression you meant open a trac ticket. Anyhow, this is a fantastic plugin and I’m really grateful for it, but I think this is not playing nicely with the ‘recent comments’ sidebar widget. I think it’s attempting to add some ajax goodness to those comments, when it probably shouldn’t, which screws up the sidebar display.

    Comment by Ben Margolin — August 1, 2007 @ 11:19 am

  225. Did you solve the “Holy Grail” bug?

    Comment by Louis — August 2, 2007 @ 6:12 pm

  226. Louis,

    I have not unfortunately. What is needed is for an environment where I can duplicate the problem. If you, or anybody experiencing the same problem, is willing to give me WP admin access and FTP access, I can hopefully troubleshoot the problem. Please let me know if you are interested.

    Thanks,

    Ronald

    Comment by Ronald Huereca — August 2, 2007 @ 6:23 pm

  227. @Aurelia,

    If you could please let me know what theme (with a link) you are using, that would help out. Pop-up comments don’t seem to work also. It’s usually only the ones shown within a post that work.

    @Ben,

    I responded to you via e-mail. I hope I wasn’t marked as spam. Please let me know if you received it.

    Comment by Ronald Huereca — August 3, 2007 @ 8:10 pm

  228. That’s really weird that pop-ups don’t seem to work, because people don’t have problem with it and leave me comments.
    And I’m using my own theme which I can’t give you direct link to, because of my server (no hot- & directlinking).

    Comment by Aurelia — August 3, 2007 @ 10:44 pm

  229. I have just noticed that the plugin works on normal comments page, but it seems not to with pop-up comments. Why is that? Is there a way to fix that?

    Comment by Aurelia — August 4, 2007 @ 6:35 am

  230. Thanks a lot Ronald for helping me with the plugin! It seems you found the Holy Grail. Fortunately this will help others!

    Thanks!

    Comment by Louis — August 5, 2007 @ 10:55 am

  231. Hi. Great use of AJAX on Wordpress, however, there seems to be a little issue with Latest Comments.

    The span tag creates a white block around the Author’s name, and messes up Latest Comments on the Sidebar.

    Example here.

    I thought that by disabling Author Field Editing this would be ‘fixed’, but that option is not avaiable so far.

    Any thoughts?

    Thanks.

    Comment by NP — August 7, 2007 @ 4:52 am

  232. Hello,

    I must say: great plugin!
    But it has e bug with WP 2.2.2.
    I updated to WP 2.2.2 and now the plugin doesn’t work anymore… :(
    I get an error saying that the update of the message has failed…
    Are you working on a update for this, of do I have to make a ticket at the WP Forums?

    Comment by GJ-tje — August 7, 2007 @ 10:51 am

  233. GJ-tje,

    Running 2.2.2 here and it works fine. I’ll need to know more. Can you give me an email using the contact form please with more details?

    Comment by Ronald Huereca — August 7, 2007 @ 2:30 pm

  234. @Aurelia,

    Can you please send me a code sample of your pop-up when you are logged in as admin? Just view-source and send it over to me. I’m sending you an email from my gmail account.

    @NP,

    Can you also send me a code sample of your sidebar with the plugin installed. Or perhaps you can give me a link to the widget/plugin you are using. I’m also sending you an email from my gmail account.

    @GJ-tje,

    Tested on a few other 2.2.2 blogs. Not sure what the issue is. Anybody else having issues with 2.2.2?

    Comment by Ronald Huereca — August 7, 2007 @ 3:33 pm

  235. What kind of details would you like to have?
    I only have the error that the updating of the post (via your plugin) has failed.
    As far as I know, I haven’t changed the code of the plugin.
    I deactivated this plugin for the time being and activated a AJAX preview post plugin, if you would like me to test some things, let me know, than I’ll switch with the plugins… :)

    Comment by GJ-tje — August 8, 2007 @ 3:24 am

  236. cool plugin man

    Comment by Sharkyx — August 8, 2007 @ 6:32 am

  237. i have turkish character problems when editing a comment :( like çğşöüd

    Comment by ylcncn — August 10, 2007 @ 6:20 am

  238. @NP,

    I sent you an email via gmail. I need a live site to test this on or at least know what theme you’re using. You can turn off author field editing by going to the Users panel and Ajax Edit Comments.

    @ylcncn,

    Please keep an eye out on this blog for a release soon that will hopefully fix your character issues.

    Comment by Ronald Huereca — August 10, 2007 @ 7:41 pm

  239. Great plugin, thanks alot!

    Comment by Swift — August 12, 2007 @ 5:39 am

  240. I have just installed this plugin but it doesn’t work on my blog, which is running on WordPress 2.2.2. It is compatible with WordPress 2.2.2, isn’t it?

    Comment by pelf — August 12, 2007 @ 6:35 am

  241. it is cooool

    Comment by pala — August 12, 2007 @ 7:13 am

  242. Pelf,

    This blog is running 2.2.2 and it’s working fine here. How is it not working? Comment not loading or anything?

    Comment by Ronald Huereca — August 12, 2007 @ 11:23 am

  243. Hi Ronald

    I installed the plugin, activated it, saved the options, logged out and left a test commen on my own blog. But the test comment did not appear to be edit-able. It just looked normal, as if I didn’t install this plugin.

    Comment by pelf — August 12, 2007 @ 5:12 pm

  244. Hi Ronald

    The “admin” functions are all OK. I could Edit, Delete and mark a particular comment as spam. I can also edit the commentator’s details by clicking on his name.

    But I wanted to see if it works for my readers. So I logged out and tried. But no luck, everything looked like the plugin was never installed. Am I missing something here? There is only one control panel, isn’t it? Under OPTIONS > AJAX EDIT COMMENTS.

    I’d like to invite you to my blog to test a comment. I have the plugin installed and activated. Thanks :)

    Comment by pelf — August 12, 2007 @ 5:24 pm

  245. NP,

    To get this working with your theme, add in this line to the Ajax Edit Comments stylesheet (under wp-content/plugins/wp-ajax-edit-comments/css)

    .editAuthor { background-color: transparent; display: inline; margin: 0; padding: 0; border: 0; clear: none;}

    Comment by Ronald Huereca — August 12, 2007 @ 5:37 pm

  246. I use UTF-8, including MySQL 4.1.18, every table is set to be utf8_general_ci. When I click edit, the Chinese will be show like :

    �’把你的特別網頁的網址�”�

    But the correct text is :

    我把你的特別網頁的網址放在s

    Anything should I notice?

    Comment by Johnson.Wang — August 13, 2007 @ 2:16 am

  247. does this work? it did!

    Comment by borkbork — August 13, 2007 @ 12:12 pm

  248. Johnson.Wang,

    Please try the latest development version (v1.1.1.1) I have out. If that solves your problems, please let me know. I apologize about the inconvenience.

    Comment by Ronald Huereca — August 13, 2007 @ 8:21 pm

  249. Thank you Ronald Huereca, V1.1.1.1 solved my problem. ^_^

    Comment by Johnson.Wang — August 13, 2007 @ 8:58 pm

  250. Thanks for the plug-in I am installing it now! Let’s see how it works…

    Comment by Critical Consciousness — August 16, 2007 @ 2:16 am

  251. Hi,

    I updated the tranlation for the version 1.1.1.0.
    There is a little word, that not translated ;-)

    Save or Cancel : ‘or’ is not translated.

    Comment by Lise — August 18, 2007 @ 1:36 pm

  252. Wow, awesome plugin :)

    Comment by shanX — August 20, 2007 @ 10:51 am

  253. This is ä Test with german Letter

    ä ö ü ß …

    so i edit this ä ß ö ü. refresh this site…

    ok, my site have a bug :( thx :)

    Comment by S.i.T. — August 23, 2007 @ 5:02 am

  254. I want to try it.

    Comment by ryana — August 27, 2007 @ 5:34 am

  255. Why this functionality isn’t part of WordPress by now is beyond me – the edit plug-in is one of the most intelligent and user-friendly plug-ins out! Thanks for the great work.

    Comment by Alan Bleiweiss — August 30, 2007 @ 9:48 am

  256. look great

    Comment by Gareth — September 15, 2007 @ 8:18 am

  257. Thanks..
    […] Açıklamalı 232 Wordpress eklentisi (Agu. 15, 2007 !!) (Wordpress plugin list),[…]

    Comment by canarkadaÅŸ — September 23, 2007 @ 8:14 am

  258. Nice Plugin! I’ve been searching for something like that for a long time.

    Comment by Martin — October 4, 2007 @ 7:06 am

  259. Hi Ronald,

    Is it possible that your latest version isn’t compatible with other plugins? Such as ’similar posts’?

    I’ve installed and activated ‘edit comments’ on my WP 2.3 blog, and whilst the admin panel appears fine, there’s no option to update the comments in posts.

    Not sure what the issue is, and any help would be greatly appreciated.

    Comment by David Airey — October 11, 2007 @ 2:19 am

  260. http://wordpress.org/support/topic/138455?replies=1

    Thanks for any help given.

    Comment by Serge Norguard — October 12, 2007 @ 5:00 am

  261. Hey cool thing!

    Comment by Robert — October 13, 2007 @ 1:04 pm

  262. Hello,
    I’ve seen this plugin in a blog working well and decided to put it in my own. But it won’t work. When I leave a comment, it is shown as “Anonymous”, without time and date, and without the comment. But it’s stored to the database, and I get a mail to moderate the new comment.
    What may it be? I’m running WP 2.3.

    Comment by Markus — October 20, 2007 @ 4:16 pm

  263. Markus,

    We’re running 2.3 here also. I went to your blog that you provided in the URL and noticed Ajax Comments installed. This plugin isn’t compatible with Ajax Comments.

    Other than that, I’m not sure what the issue could be since this plugin doesn’t choose how the the comment is actually displayed once the comment is posted.

    Comment by Ronald Huereca — October 20, 2007 @ 4:25 pm

  264. OK I’ve deactivated Ajax Comments. Now there is nothing shown after sending the comment as guest. If I log in as admin, I can post comments.

    As admin I also see the links to edit and delete. But trying to edit a comment gives an error: Failed to load the comment. The same Error occurs in admin panel.

    For usual I have to moderate a commenter’s post just the first time he’s posting. With your plugin activated I have to moderate every comment posted by a guest.

    Comment by Markus — October 20, 2007 @ 4:58 pm

  265. Nice plugin

    Comment by Tino — October 30, 2007 @ 4:05 pm

  266. Gostei do plugin, very gold!!

    Comment by Flavia Sereia — November 2, 2007 @ 5:03 am

  267. Hi, thanks for this great plug in, but I probably have a similar problem like Koz described above: When editing a comment, all special characters (German umlauts like ä, ö and ü or the double arrow left/right » etc.) are converted into strange other chars and have to be re-edited. Is there a possibility to make the char conversion work correctly when editing a comment?

    Comment by Daniel — November 3, 2007 @ 11:14 am

  268. Strange, when I try to edit my comment here, all a, ö and ü appear correct as a, ö and ü in the edit window. But this doesn’t seem to work in my blog, though I have version 1.1.1.4.

    Best wishes
    Daniel

    Comment by Daniel — November 3, 2007 @ 11:16 am

  269. Hi,
    I updated the French translation, which is available here
    http://liseweb.fr/BLOG/?page_id=160 (version 1.1.1.4).

    I’ve a little problem under Safari on my blog.
    The letters with accents don’t appear correctly in the comments, unless I refresh the page.

    Jörn Kretzschmar found a solution for the previous version of his theme, but with the new one, the same problem comes back ;-) Would it be possible that you look at this?
    Thanks in advance!

    Comment by Lise — November 3, 2007 @ 2:07 pm

  270. Daniel,
    If you have time, could you give me an e-mail using the contact form. I need to know what your using as far as back-end character encoding. To be honest, I’m afraid to change anything regarding encoding because this configuration seems to be working the best for most people, but will try to work with you.

    Lise,
    What theme is it? If you could provide a link, I’d appreciate it. Also, if you don’t mind, I’ll go ahead and place the French translation files in the official release do a 1.1.1.5 release. Let me know if that’s okay.

    Comment by Ronald Huereca — November 3, 2007 @ 3:28 pm

  271. Nice plugin I need it very much! THX :p ~~~

    Comment by anson — November 3, 2007 @ 8:36 pm

  272. Hello Ronald,

    very nice plugin! Thank you!
    I´ve got the same problem as Daniel. I´m using Wordpress 2.3.1. with utf-8 in the backend. If you want, visit my blog an make a test-comment.
    Best regards,
    Ronni

    Comment by Ronni — November 4, 2007 @ 5:42 am

  273. ->What theme is it?
    dKret3
    http://diekretzschmars.de/wordpress/themes/dkret-theme/

    ->If you could provide a link, I’d appreciate it.

    If you click onto my name, you come to my blog ;-)
    http://liseweb.fr

    -> Also, if you don’t mind, I’ll go ahead and place the French translation files in the official release do a 1.1.1.5 release.

    I’m OK
    If you have new chains to translate, I can tranlsate them, before you publish the 1.1.1.5 if you like

    Comment by Lise — November 5, 2007 @ 12:27 am

  274. Daniel, Ronni,

    Please be patient with me as I try to figure out these issues. It’s something I’ve been dealing with since the plugin’s release in April.

    I’ll try to work on it some this week and hopefully send you both a dev release this weekend.

    Comment by Ronald Huereca — November 5, 2007 @ 9:34 pm

  275. Very nice plugin! Thanks

    Comment by Guillermo — November 11, 2007 @ 7:11 am

  276. Lise, Daniel, Ronni,

    I worked on a dev version that kinda re-does the whole charset for Ajax Edit Comments. If you like, please try out a developmental version: http://downloads.wordpress.org/plugin/wp-ajax-edit-comments.zip

    If it works, I’ll put out a new release with a caution to always test out various characters since this is a big departure on how characters used to be handled.

    Thanks.

    Comment by Ronald Huereca — November 11, 2007 @ 11:15 pm

  277. Hi Daniel,

    it works! Great! :)
    Thank you!

    Comment by Ronni — November 11, 2007 @ 11:26 pm

  278. Hi,

    I tested the new version with Safari on a local machine, my Mac is not now connected to the Internet. I’ve the same problems as before.

    Comment by Lise — November 12, 2007 @ 1:23 am

  279. Hi,
    I confirm, I’ve always the same problem under Safari: the letters with accents don’t appear correctly in the comments, unless I refresh the page

    Comment by Lise — November 12, 2007 @ 10:09 am

  280. Lise,

    After doing some testing, it appears the char problems don’t have anything to do with my plugin. It seems to be an issue with the theme since it uses Ajax posting and assumes a certain charset in the back end of things. I disabled my plugin and still got the same issues you described in Safari.

    Comment by Ronald Huereca — November 12, 2007 @ 7:18 pm

  281. Alright guys and gals. I released v1.1.2 today. I re-wrote char handling, so “hopefully” this works for the most people. I tested it on various charsets and back ends, so if anybody has an issue, please tell me what charset you’re using for WordPress and what the charset is for your MySQL back end.

    Also, be sure that your DB_CHARSET in wp-config.php is empty.

    Comment by Ronald Huereca — November 12, 2007 @ 9:05 pm

  282. Hi,
    after I have deactivated “AJAX Comments” and “Live Comment Preview”, WP AJAX Edit Comments works fine. But I got a caching problen in firefox, so that I have to clear the chache and reload the page to see my just written comment. It’s Firefox 2.0.0.9 on a Debian system, also a fresh installed FF on a Win XP machine.

    With IE-6 I got no chaching problems, but that is not my browser.

    Got any idea how to fix it?

    Just seen in your blog there ist no chaching problem with Firefox…

    Comment by Markus — November 17, 2007 @ 9:10 am

  283. Markus,
    Do you have a blog where I could leave a test comment? Is it only when editing? Thanks.

    Comment by Ronald Huereca — November 17, 2007 @ 4:28 pm

  284. Hi,

    You can test it in my blog at blog.cowboy-of-bottrop.de.
    Editing is no problem, that’s working fine. The problem ist just when a new comment is written. Then I have to clear the chache and reload the page to see the new comment.

    That is just with Firefox, tested on WinXP and Debian. With IE 6 & 7 there is no caching problem. And with Firefox it’s just on my blog. Here on your’s there’s no problem.

    Comment by Markus — November 17, 2007 @ 9:31 pm

  285. test

    Comment by sdsdsd — November 19, 2007 @ 1:49 pm

  286. does this plugin works in WP version 2.3.1?

    Comment by scart — November 20, 2007 @ 11:14 am

  287. thank you ronald. thanks for this cool plugin share. Ajax ruless :)

    Comment by Alarm — November 21, 2007 @ 6:28 pm

  288. BIG thanks!

    Comment by finl — November 22, 2007 @ 7:06 am

  289. Great plugin thanks.

    Comment by Bayi tabung — November 25, 2007 @ 6:49 am

  290. Cool plug in. Keep up the good work :)

    Comment by Mark — November 28, 2007 @ 9:42 am

  291. Hello

    You did an excelent work with this plugin. Thank you very much for it!

    I think that I have found a bug… When you have a comment with smileys like:

    ****
    Paragraph 1 :-)

    Paragraph 2
    *****

    And you edit it with your plugin, it appears like this:

    ****
    Paragraph 1 :-)
    Paragraph 2 Modified
    *****

    The line break is lost. You can only fix it using the internal Wordpress editor or writing a dot after the smiley like in:

    ****
    Paragraph 1 :-) .

    Paragraph 2 Modified
    *****

    It would be great if could fix this :-)

    Thank you!

    Comment by Super Coco — November 29, 2007 @ 12:14 pm

  292. Thanks for developing this.

    Comment by John August — November 30, 2007 @ 9:14 am

  293. Trying out this nice little plugin.

    Would be nice if the commenter can delete his/her own comment.

    Comment by Beardude — December 1, 2007 @ 9:43 pm

  294. Thank you very much!! It’s very usefull!!!

    Comment by Matias — December 2, 2007 @ 3:38 am

  295. Instead of the pair to you to be united?

    AJAX Comments WPMUified
    http://blogs.kno.at/doc/ajax-comments-wpmuified/

    Comment by XTO-TO — December 6, 2007 @ 12:38 am

  296. Hi.

    I’ve posted a problem I’m having, in the Wordpress support Forums.

    Could you please help me out? I think anyone is going to answer too soon.

    Comment by GreenDude — December 11, 2007 @ 7:02 pm

  297. Loves it

    Comment by MikeonTV — December 13, 2007 @ 1:30 pm

  298. i agree with a previous commentator saying that the admin’s ability to enable/disable NOFOLLOW in comments would be nice add-on to this plugin

    Comment by jessie — December 13, 2007 @ 4:52 pm

  299. I love this plugin! Thanks!

    However, I have discovered a conflict with another plugin:

    http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/

    The Ajax Edit Comments plugin keeps working, but the NAVT wont work anymore… Any thoughts?

    I am asking the same question on that plugin author’s site…

    Thanks…

    Comment by Mr Papa — December 14, 2007 @ 8:00 pm

  300. Please CORRECT this plugin.

    Your plugin subscribes to wp_admin_head() and adds a jQuery script statement to every back-end administration page – including the NAVT List page created for the NAVT plugin. Acting on the wp_admin_head() hook without first determining the page that is about to be displayed is, for lack of a better phrase, a ‘poor programming practice’.

    Adding the jQuery script statement BEFORE the NAVT PLUGIN is able to add the prototype.js script renders the NAVT plugin unusable. I would go so far as to say that this practice of adding your header information to all administration pages would interfere with other plugins. I’ve had two complaints that your plugin and mine do not work together.

    Please FIX it.
    Thanks

    Comment by Greg — December 14, 2007 @ 10:01 pm

  301. Okay, got a response from the other plugin author… it’s a bit harsh, but you can see it here:

    plugin conflict

    ooops… see the other author has already posted…

    thanks again…

    Comment by Mr Papa — December 14, 2007 @ 10:02 pm

  302. Greg,

    A please would be nice (well, you said please, so I’ll give you that).

    I will try to fix this plugin, but I’m not here to serve your plugin. And the tone in your comment leaves me little incentive to put this high on my priority list. And calling me a “bad programmer” doesn’t exactly make me want to help you.

    But alas, you have some very nice users and I will try for them.

    Comment by Ronald Huereca — December 15, 2007 @ 10:08 am

  303. Thanks for the quick turnaround on the conflict! Sure do appreciate it! Works fine!

    Comment by Mr Papa — December 15, 2007 @ 2:08 pm

  304. Mr Papa,

    LOL. You got it before I had to chance to make a reply :)

    The problem wasn’t with my code, so there could be a chance the NAVT plugin won’t work in the future with other plugins.

    In the navt.php (under the apps folder) there is a function called ‘register_scripts’.

    Changing the code in the function allowed the two plugins to work together without me having to change anything on my end. But I made the changes anyway to avoid future conflicts.

    Here’s the code I changed in the navt.php for future reference.

    Comment by Ronald Huereca — December 15, 2007 @ 2:14 pm

  305. when the people do a comment in my blog, only in this comment and only when the plugin ajax edit is active the imagens o plugin comment karma doesn’t apear

    Comment by Tati — December 15, 2007 @ 5:37 pm

  306. apear this

    http://img221.imageshack.us/img221/1131/commetlp6.png

    Comment by Tati — December 15, 2007 @ 5:57 pm

  307. Yeah… Thanks for the plugin. It is great. :)

    Comment by Jayce — December 15, 2007 @ 6:45 pm

  308. Awesome! Thank you!

    Comment by Gilly — December 18, 2007 @ 1:58 pm

  309. This is a nice plugin… im really gonna use it.
    ty

    Comment by Mike — December 18, 2007 @ 3:12 pm

  310. Really nice plugin! I’m going to test in my blog right now!

    Comment by Gawry — December 19, 2007 @ 5:21 am

  311. Hi,

    Great idea! I’ll give it a try and comment on it.

    Cheers,

    Diego
    http://www.drnegocios.com

    Comment by Diego — December 21, 2007 @ 5:05 am

  312. Can you make it work with Wordpress 2.0?

    Comment by Elmar — December 21, 2007 @ 6:41 pm

  313. Elmar,

    2.1 introduced many hooks that this plugin currently taps into. As a result, a 2.0 version wouldn’t be feasible. The core of this plugin is JavaScript, and 2.1 introduced a JS queuing mechanism that 2.0 simply doesn’t have.

    Comment by Ronald Huereca — December 21, 2007 @ 11:37 pm

  314. I just found this plugin a while ago and I was impressed, and went to put that on my own blog. Problem is a lot of comments on my blog are long, and it’s easy to click on them accidentally, or finding yourself unable to click on a link in the comment because it would edit the post instead. Is there a way to turn off “click on post to edit”? There are already buttons for editing below the comments anyways.

    If not please please please add it somewhere.

    Comment by omo — December 22, 2007 @ 5:37 pm

  315. omo,

    That functionality has been present for a while. Check out the “Usage” section of this page and make sure you check out the Users panel in the admin to disable what you’re wanting.

    Comment by Ronald Huereca — December 22, 2007 @ 6:18 pm

  316. Ah, found it. Thanks.

    One last thing: a little more documentation on messing with the CSS and getting the buttons below comments to format the way you want it to look would be appreciated.

    Comment by omo — December 22, 2007 @ 6:30 pm

  317. Sounds awesome, I’ll give it a try.

    Comment by TheMystical — December 23, 2007 @ 1:16 pm

  318. Great Plugin. Thanks

    Comment by akira — December 24, 2007 @ 4:17 am

  319. Mmmm, installed the plugin but after activating it, it does not work. What am I doing wrong?

    Comment by Gabriel — December 24, 2007 @ 3:03 pm

  320. thx for this plugin

    Comment by evden eve — December 25, 2007 @ 8:15 am

  321. Very usefull plugin, I’m using it now on my site
    it had a little ugly style, but that’s editable

    thanks

    Comment by Erik Leutscher — December 31, 2007 @ 8:53 am

  322. WordPress: v2.3.2
    MySQL: v5.0.45-community-nt
    PHP: v4.4.7
    Server: Microsoft-IIS/6.0
    Firefox v2.0.0.11

    wp-ajax-edit-comments v1.1.2.5 reports:

    USER:

    Warning: main(../wp-config.php) [function.main]: failed to open stream: No such file or directory in D:\Domains\sunrisedancer.com\www\weathervane\wp-admin\update-links.php on line 2

    Fatal error: main() [function.require]: Failed opening required '../wp-config.php' (include_path='./;c:\php\php-4.4.7-Win32\includes;c:\php\php-4.4.7-Win32\dlls') in D:\Domains\sunrisedancer.com\www\weathervane\wp-admin\update-links.php on line 2

    ADMIN:

    Fatal error: Call to undefined function: mb_convert_encoding() in D:\Domains\sunrisedancer.com\www\weathervane\wp-content\plugins\wp-ajax-edit-comments\wp-ajax-edit-comments.php on line 569

    Regards.

    Comment by Frank Lucas — January 5, 2008 @ 6:20 pm

  323. Frank,

    mb_convert_encoding is required to be installed for this plugin to operate. It looks like you need to ask your host to install it for you.

    Comment by Ronald Huereca — January 5, 2008 @ 6:59 pm

  324. Hi there! I’m using this plugin. The admin part works like a charm, but the user one doesn’t work. I’m using WP 2.3.2. What’s the solution???

    Comment by acsel — January 6, 2008 @ 9:42 am

  325. nice plugin thanks

    Comment by jonathan — January 6, 2008 @ 12:16 pm

  326. Hi,
    I wish you a happy new year.
    Thanks for this new version.
    I cannot update the translation into French. If I use “update from the source”, Poedit “freezes”. I tried with the ajaxEdit-de_DE.po file, but I cannot open it, I have the message “Failed to convert file to unicode”

    Lise

    Comment by Lise — January 9, 2008 @ 5:29 am

  327. Goes great with AJAX Comments!

    Comment by Mike Smullin — January 9, 2008 @ 6:58 pm

  328. Great plugin! However, I’d like to be able to set it to work without cookies for logged in users, so that they can edit their comments for an unlimited time period. Any clues on how to do this?

    Comment by Manne — January 11, 2008 @ 11:43 am

  329. Hello, I’ve got a problem here..
    I don’t know why it happens like this, I tried it at my pc, it worked fine, but at my site, how come it shows up error, but it already edited though.
    it says, “Fatal error: called to undefined function: mb_convert_encoding in …. line 576″
    How should I fix this?
    It does edited, but it appears this as well

    Thank you very much

    Comment by DeaR — January 14, 2008 @ 3:21 pm

  330. DeaR,

    I answered your question in this thread. Hope it helps.

    Comment by Ronald Huereca — January 14, 2008 @ 4:27 pm

  331. Great plugin, I will install it into my WP Blog.

    PD: Edit tested :)

    Comment by Nicolás — January 18, 2008 @ 1:06 pm

  332. Tested – works great!

    Comment by WoW Gold Guide — January 19, 2008 @ 1:08 am

  333. Hi there.

    I cannot seem to get this working with the spanish text messages. Time is displayed as (x minutos and x seconds) instead of (x minutos y x segundos) whatever I try.

    Were should I change the locale parameter so as to fetch the correct translation?

    Thank you.

    Regards.

    Comment by jl — January 19, 2008 @ 9:02 am

  334. jl,

    Lo siento mucho. I’m working on trying to get the translations up to date for the next release. Please keep an eye out for an update within a week.

    Comment by Ronald Huereca — January 19, 2008 @ 9:14 am

  335. Thanks ronald.

    Comment by jl — January 20, 2008 @ 9:16 am

  336. Hi Ronald

    Like Christian on 2 June 2007, I’d also like users to only be able to edit their comments and not their names or websites. I run a site where you have to be registered to comment, and where it is important that people only comment under the name they have registered with. I think they are far less likely to change this on their profile page than on a comment.

    Is there a part of the wp-ajax-edit-comments.php I can delete or modify to prevent them from doing this? If so, could you be very specific with line numbers and the code text to change, as I’m not very experienced with php.

    Also, is there a way to make the text in the editing box bigger when a user is editing their comment? Or is this basically just what Ajax makes things look like?

    Thanks

    Comment by Simon — January 21, 2008 @ 8:15 am

  337. Oh … found it. Looking in the wrong place.

    Comment by Simon — January 21, 2008 @ 9:25 am

  338. Simon,

    To customize the edit box, please edit the CSS file that comes with the plugin.

    To disable URL editing in version 1.1.4, go to line 198 and add:

    return $text;

    Please note that this will also disable URL editing for admin.

    Comment by Ronald Huereca — January 21, 2008 @ 9:26 am

  339. Great — thanks Ronald.

    My lines 197-98 are:

    function addAuthorSpan($text) {
    global $comment;

    so return $text; should go after global $comment;?

    I would never have figured that out.

    Comment by Simon — January 21, 2008 @ 9:31 am

  340. @Simon,
    It can go before or after. I’ll add that onto my feature queue but no promises on when/if it’ll be implemented.

    @jl,
    I wasn’t able to reproduce the error regarding seconds or second not being segundos or segundo. What version of Ajax Edit Comments are you running? I looked in the localization file and both are translated correctly (although other things aren’t translated at all).

    Comment by Ronald Huereca — January 21, 2008 @ 6:01 pm

  341. Thanks for your help Ronald. I made some changes to the css and it looks good.

    I would also suggest perhaps consolidating the individual users options under Users into the general options page under Options, since one only really wants to look in one place for all of the various controls for a plugin.

    Comment by Simon — January 21, 2008 @ 6:57 pm

  342. Simon,

    The user options are needed separately because some blogs have multiple admin/moderators (such as this one). Each individual admin can edit their own options without interfering with others. I can explain that in the demo videos.

    Comment by Ronald Huereca — January 21, 2008 @ 7:04 pm

  343. Oh, ok. I’m a sole admin, so that wouldn’t have occurred to me.

    Comment by Simon — January 21, 2008 @ 7:06 pm

  344. hghgh

    Comment by ghgh — January 23, 2008 @ 1:54 am

  345. I got problem with this plugin.

    after update to new version (1.1.3 to 1.1.4)

    I cannot edit user comment.

    I trying to post comment to my blog but this plugin “see” me like im not the admin.

    *sorry my english is not so good

    Comment by skycrew — January 23, 2008 @ 4:35 am

  346. Disable mb_convert_encoding?

    Some servers do not have this installed. If you disable this option, be sure to test out various characters. The mb_convert_encoding function is necessary to convert from UTF-8 to various charsets.

    I do have mb_convert_encoding installed but I would like to understand just what this is doing. I use UTF-8 encoding on my db and in WP, so would this mean that it facilitates converting non-UTF-8 characters to UTF-8? I mainly want to make sure that, if I turn this on, it won’t pass non-UTF-8 characters to the db.

    Thanks.

    Comment by David Roberts — January 24, 2008 @ 9:20 pm

  347. David,

    The mb_convert_encoding mostly has to do with non-UTF-8 blogs. When AJAX characters are passed (no matter what charset), they are interpreted as UTF-8. So if someone has a non-UTF-8 blog, this is problematic and the characters get misinterpreted when they are read into or out of the database.

    If you have a UTF-8 blog and backend, this character encoding issue should be a non-issue. However, since people have had char problems in the past, I encourage testing of various characters in the blog’s language to ensure that no problems exist.

    The PHP function mb_convert_encoding does a good job of converting between charsets, which is one of the reasons it is encouraged to be installed.

    I hope that answered your question.

    Comment by Ronald Huereca — January 24, 2008 @ 10:25 pm

  348. Thanks much Ronald, I’ll turn it on and see how it works out!

    Comment by David Roberts — January 24, 2008 @ 10:45 pm

  349. This looks like a great addition to wp…..

    Comment by Halil — January 25, 2008 @ 3:30 am

  350. thanks! :)

    Comment by dig — January 25, 2008 @ 5:59 pm

  351. no one can help me?

    Comment by skycrew — January 25, 2008 @ 6:04 pm

  352. the plugin only not working with admin but 100% working with user.

    you can see my screenshot here:

    http://img150.imageshack.us/img150/332/screenshotcq5.jpg

    there no [edt | delete | spam] button and I(admin) can only edit my own comment before the time is out.

    Comment by skycrew — January 25, 2008 @ 7:31 pm

  353. Great idea! Thanks!

    upd: test )

    Comment by harmsin — January 26, 2008 @ 4:51 pm

  354. Great plugin!

    Comment by Hendrik — January 30, 2008 @ 10:24 am

  355. testing 1-2-3

    Comment by ProphetJoe — February 1, 2008 @ 12:22 pm

  356. thanks

    Comment by essenzzo — February 3, 2008 @ 12:54 pm

  357. Hi ! Many thanks for this amazing plugin ! GREAT !
    Tested and works fine for me !
    Ah ! I have an idea… Do you think that it will be possible in the future to add an option to add few words in the comment after the edit ? An option similar to some forums…
    As : “This comment was edited by ***** on Feb 05th 2008, time…” Could be useful ;)
    Thanks again !
    Cheers !

    Comment by VincentD — February 4, 2008 @ 7:32 am

  358. Hi! Thanks for the awesome plugin. Makes readers happy ^^

    Anyway, I have a problem (and I realize you must get that line a lot). For some reason, edited posts are missing all plus signs (‘ ‘) originally in them. I’ve tried activating and deactivating mb_convert_encoding, and my blog works in UTF-8. Any ideas?

    Thanks again ^^

    EDIT: Ah, it does it here too! There was a plus sign inside the quote signs up there.

    Comment by Nosgoroth — February 5, 2008 @ 2:29 pm

  359. Nosgoroth,

    It does it here too. I’ll have to see what the problem is. I doubt I’ll get to it soon since I’m in the middle of things, but I’ll try to keep my eye out for a fix. I have a feeling it has to deal with URL encoding or something like that with AJAX.

    Comment by Ronald Huereca — February 5, 2008 @ 3:47 pm

  360. You forgot to mention you need the < ?php wp_head(); ?> trigger.

    Comment by Dan — February 9, 2008 @ 5:07 am

  361. Dan,

    Most themes should have the wp_head hook in there as a default because so many plugins hook into it, especially those using CSS.

    If you don’t want to use the wp_head hook, you are free to add the plugin styles into your default stylesheet.

    Comment by Ronald Huereca — February 9, 2008 @ 6:37 am

  362. testing

    Comment by bob — March 6, 2008 @ 8:52 pm

  363. ok…here it goes

    Comment by asdf — March 7, 2008 @ 3:19 am

  364. Thanks for your work.

    I’ve modified the plugin to only load the js and css if it can actually be used. I.e. if comments are open for the page/post and it already has one or more comments. This speeds up page load a bit for new posts.

    I’ll post the edits on my site if anyone is interested.

    Comment by Anders Melander — March 9, 2008 @ 4:46 am

  365. Hi there,
    I’ve just downloaded your plugin, but it doesn’t seem to be working I can’t edit, delete any of the comments, I’ve already enabled the mb_convert_encoding but still nothing. Any thoughts? I would really like to use it as it’s just wat i need :)

    Comment by aronil — March 23, 2008 @ 3:27 am

  366. Thanks for this great wordpress plugin.

    After using this plugin in my site the number of comments per day is increased dramatically………….

    Comment by TomsTricks — March 4, 2009 @ 9:27 pm

  367. sadgsadfsdfsdfsdfdfs

    Comment by ddfdsds — March 11, 2009 @ 12:24 pm

  368. test

    Comment by mac — March 27, 2009 @ 2:27 am

  369. asdas

    Comment by 8+55 — March 30, 2009 @ 6:17 am

  370. test – working!

    Comment by Test — April 26, 2009 @ 11:15 pm

  371. testi viesti

    Comment by testaaja — May 7, 2009 @ 12:30 pm

  372. test

    Comment by Matija — May 8, 2009 @ 9:31 am

  373. It’s a test, good site! :razz:

    Comment by Test — May 9, 2009 @ 8:29 am

  374. hi, test

    Comment by masih — May 12, 2009 @ 2:24 am

  375. Just testing :razz:

    edit: great! thanks for plugin.

    Comment by rbl — May 14, 2009 @ 2:39 pm

  376. hmmm, does it work?.. so I couldn’t delete it!

    Comment by a — May 18, 2009 @ 11:31 am

  377. Thanks for the plugin I will try this to my blog and hope I get good results.

    Comment by alison — June 3, 2009 @ 2:46 am

  378. TEST
    It works very well ;D

    Comment by lol — June 14, 2009 @ 2:10 pm

  379. test…

    Comment by wowHui — June 21, 2009 @ 7:14 pm

  380. Hi this is a test comment !

    Comment by I — June 26, 2009 @ 2:25 am

  381. Will it work with 2.8 ?

    Comment by kuld33p — June 26, 2009 @ 2:37 am

  382. That’s cool

    Comment by ninikin — July 22, 2009 @ 10:07 am

  383. let’s see.

    Comment by mark — July 23, 2009 @ 12:18 pm

  384. Just test the comments.

    Comment by pjq — July 25, 2009 @ 8:19 pm

  385. I’m big fan of Ajax technology. Ajax + CSS > Flash.

    Comment by Mitchel — August 5, 2009 @ 5:30 am

  386. Thanks for the plugin I get good results

    Comment by Esther — August 6, 2009 @ 1:42 pm

  387. Thank you very much :) :wink:

    Comment by Sam — August 8, 2009 @ 5:56 pm

  388. great script

    Comment by alex — October 16, 2009 @ 1:09 am

  389. hello! i’m testing this!

    Comment by test — October 26, 2009 @ 4:02 am

  390. Very good script!

    Comment by Stanley — November 15, 2009 @ 1:15 pm

  391. ,[...] http://www.raproject.com is one another relavant source of tips on this subject,[...]

    Comment by Tranmoca — November 19, 2009 @ 3:00 pm

  392. good ,i try to install it

    Comment by amadna — December 8, 2009 @ 7:32 pm

RSS feed for comments on this post.

Leave a comment