Bitte keine heiße Asche einwerfen

Zur Zeit eher ein Flugblog

WordPress Plugin: Get Recent Comments

with 641 comments

This plugin displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog.

Current version: 2.0.6 (03/31/2009) (Changelog)

You need at least get recent comments version 2.0 if you have wordpress 2.3 or newer.

Features

  • Highly configurable via WordPress admin interface.
  • Support for WordPress 1.5.x, 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.5.x, 2.6.x, 2.7.x and 2.8 (Whichs means: any version)
  • Adjustable layout by macros.
  • Handles trackbacks and comments in separate lists, in one combined list.
  • Widget support (but not required)
  • Caches the output
  • Order comments by date, or by posting
  • Support for gravatars.
  • Option to exclude comments to posts in certain categorys
  • Doesn’t show pingbacks originating from own blog
  • There is a special version for lyceum multiblog installations: http://blog.jodies.de/blog/get-recent-comments/lyceum/
  • Supports Hannah Gray’s Profile Pics Plugin
  • Screenshots

    Activation of widget Administration Interface

    Download
    Get the plugin from the WordPress Plugins Directory.

    Installation

    Drop the file get-recent-comments.php into /wp-content/plugins/

    Activate the plugin in the Plugin Management

    Drag the widgets “Get Recent Comments” and “Get Recent Trackbacks” into the sidebar.

    If your theme does not yet support widgets, insert to following code into the sidebar template.

       <?php if (function_exists('get_recent_comments')) { ?>
       <li><h2><?php _e('Recent Comments:'); ?></h2>
            <ul>
            <?php get_recent_comments(); ?>
            </ul>
       </li>
       <?php } ?>   
    
       <?php if (function_exists('get_recent_trackbacks')) { ?>
       <li><h2><?php _e('Recent Trackbacks:'); ?></h2>
            <ul>
            <?php get_recent_trackbacks(); ?>
            </ul>
       </li>
       <?php } ?>
    

    Donate
    The author does not ask you to donate for this plugin, because he himself is a happy user of free software. But now and then he is asked where and how one can donate:


    FAQ

    Changelog

    Go to the next page for configuration and changelog

    1 Star2 Stars3 Stars4 Stars5 Stars (19 votes, average: 4.37 out of 5)
    Loading ... Loading ...

    Written by Krischan

    November 13th, 2004 at 4:14 am

    Posted in spamcatcher

    641 Responses to 'WordPress Plugin: Get Recent Comments'

    Subscribe to comments with RSS or TrackBack to 'WordPress Plugin: Get Recent Comments'.

    1. Hi, thank you for this plugin, which is exavtly what I am looking for. However, on WP plugin page (http://wordpress.org/extend/plugins/get-recent-comments/) it says it is compatible only up to WP 2.3. I have WP 2.5.1. Is it working with it? If not, are you going to update it?
      Thank you for your answer!

      Nadglobtrotter

      2008-06-07 at 11.49 am

    2. Nadglobtrotter: It works with WP 2.5.1 but you should disable the cache in options/recent comments/misc.

      Krischan

      2008-06-07 at 12.20 pm

    3. Krischan and Franck: thank you for your valuable answers!

      nadglobtrotter

      2008-06-09 at 9.22 pm

    4. I have installed it, it is a great plugin!! Thank you Krischan for this awesome work! You should update the wordpress plugin page to show it is compatible with WP 2.5.1! What an awesome widget!! Thanks!

      nadglobtrotter

      2008-06-09 at 10.08 pm

    5. Hi,

      I’m also having trouble with special characters… I’ll try to fix it by hacking the code by adding some of the php functions to convert special characters to HTML.

      If I’m able to fix it I’ll let you know.

      I’m pretty sure the problem is in the encoding of how the comment is save/retrieved from the DB but I’ll will take a closer look.

      Moises Kirsch

      2008-06-09 at 11.48 pm

    6. Well… I just made a few tests… adding htmlentities didn’t do the trick. Also… I just checked and the comment gets displayed perfectly on the admin area (dashboard, comments, etc.).

      Any ideas?

      Moises Kirsch

      2008-06-10 at 3.02 am

    7. Hi, I’m having trouble with this plugin in WP 2.0.11. I can’t upgrade my WP install due to the version of MySQL (3.23) running on the server available to me. Here’s the error I get:

      WordPress database error: [You have an error in your SQL syntax near 'ON ID = post_id WHERE ID IN (5,3)' at line 1]
      SELECT * from wp_posts JOIN wp_post2cat ON ID = post_id WHERE ID IN (5,3);

      Looks like a great plugin. Wish I could use it.

      Trey

      2008-06-10 at 9.24 pm

    8. Trey: Disclaimer: Preprare yourself to get in more worse trouble because you run old software with tons of security holes. Having said that: go to http://blog.jodies.de/blog/get-recent-comments/old/ and fetch older versions of the plugin. I would recommend to try the youngest and go step by step to the older versions until you find a version that still supports WP 2.0.11. I would acknowlegde, if you would tell me which version works for you, because until now I thought 2.0.11 is still supported.

      Krischan

      2008-06-11 at 12.22 am

    9. I don’t speak english but I will try to write correctly.

      I have install your plugin and I have choose this

      %post_title

      I have put 18 on Long comments are chopped off at: and Wrap long words at: but the title appear with all letters. Not only with 18 character.

      How can modify this?

      Thank you very much and excuse my english.

      Frances

      2008-06-16 at 2.16 pm

    10. My problem is resolved.

      Frances

      2008-06-16 at 5.45 pm

    11. Hi there,
      Know anyone which plugin to use if I want only a part of the article to be displayed? If someone want to read more there will be a “read more” link…
      On my blog right now is displayed all of article content and I don’t want this…
      I’m talking about the latest 10 articles displayed on the first page of my blog.
      I’m using Wordpress.
      Can anyone help?

      Vic

      2008-06-24 at 6.52 pm

    12. hello. thank you so much for this plugin. i have a question though: on my blog’s sidebar, instead of the “recent comments” title appearing normally, i keep getting this:

      %BEG_OF_TITLE%recent comments%END_OF_TITLE%

      how can i change it??? i would appreciate help asap. thank you!!

      gilda

      2008-06-25 at 12.23 am

    13. I upgrade WP to 2.5.1 and i have this error in the sidebar in the widget of get recent comment:

      %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%

      Why?

      Diego

      2008-06-25 at 12.25 am

    14. ok ok i fix the error!
      unchek the misc option “cache the output”
      thank

      Diego

      2008-06-25 at 12.33 am

    15. Diego (and anybody else who has this problem): This only happens when wordpress is just upgraded to something newer than 2.4.x It disappears automatically, when you receive the first comment, or you click “save settings” in the plugin configuration. Or in other words: when the cache gets refreshed.

      Krischan

      2008-06-25 at 7.03 pm

    16. I think I found the condition triggering %BEG_OF_TITLE% problem:

      1. Update options in get_recent_comment admin page.
      2. View main page, the title should be ok.
      3. Go to widget admin page, and click the button updating widgets sidebar.
      4. Boom!

      Looking into WP 2.5 source code, seems everything related to BEG_OF_TITLE and END_OF_TITLE are widget related. I haven’t dived into detail yet, though I have a guess:

      Under wp_list_widget_controls_dynamic_sidebar() in wp-admin/includes/widgets.php, the “before_title” widget parameters is set to that value, is it possible that get_recent_comments just invalidated the cache and set the before_title to this value?

      Anyway, I just take a look at the native recent_comment widget, it never stores any widget args inside its cache; the only thing stored in cache is the mysql result. The output is composed out of the result afterwards, including the title, and the warping <li>’s. Maybe this plugin can do the same?

      Abel Cheung

      2008-07-06 at 11.30 pm

    17. To clarify, I mean something along the line of this patch.

      Abel Cheung

      2008-07-07 at 12.23 am

    18. Hi Krischan–

      I LOVE how customizable this plugin is! Thanks so much! One question:

      Gravatars don’t seem to be loading correctly in the sidebar comments–I’m seeing the default gravatar on every comment, including ones that display the correct gravatar in the inline comments. Here’s the code I’m using:

      “%comment_excerpt” (from %comment_author, on %post_title)

      Am I missing something? (Switching to just “%gravatar” instead of my customized img tag doesn’t seem to work either….)

      : /
      David

      David

      2008-07-08 at 2.24 am

    19. Oops–your comments interpreted my comment code. :-p

      The code, with square brackets in place of angled, is this:

      [li][a href="http://threetwelve.net/blog/gravatars/"][img src="%gravatar_url" width="40" height="40" hspace="5" border="1" align="left"][/a]“%comment_excerpt”[i] [font size="xx-small"](from %comment_author, on [a href="%comment_link"][i]%post_title[/i][/a])[/font][/i][/li]

      David

      2008-07-08 at 2.27 am

    20. UPDATE: It’s working now. Apparently (coincidentally) the only folks whose comments I saw in the sidebar had used capital letters in their e-mail addresses. When I used wp-admin to change their e-mails to all lowercase, their gravatars appeared magically in the sidebar….

      Glad it wasn’t something wrong with the plugin! :-)

      David

      2008-07-09 at 4.19 pm

    21. Hi,
      can I get the recent comments from my WP guestbook?

      Katrine

      2008-07-09 at 5.55 pm

    22. Abel: Thank you for the support!

      Krischan

      2008-07-09 at 11.08 pm

    23. David: Thank you. Although you found a workaround, I consider this as a bug in the plugin. It should change the e-mail adresses to lower case before presenting them to the gravatar server. I will fix it.

      Krischan

      2008-07-09 at 11.10 pm

    24. Is that awesome plugin compatble with wordpress 2.6? o_o

      emarts

      2008-07-16 at 5.58 am

    25. emarts: I have not tried wp 2.6 yet.

      Krischan

      2008-07-16 at 11.27 am

    26. hi
      there is a small problem with this plugin – whenever i post Polish diacritic signs along with a quote sign it does not display it properly, it would show some strange symbol – testing it here: “test ał” – if this plugin is used here you will see that symbol (diamond with question mark inside).

      the comment displays correct on the comment list but in the sidebar it wouldn’t. the problem is only with the letter “ł” – which strangely when written alone in quotes does not cause this..

      thanks

      bzx

      2008-07-20 at 11.51 pm

    27. “test ał” – testing it again to show you the error because my previous post was longer and got chopped.

      bzx

      2008-07-20 at 11.52 pm

    28. okay it seems that it’s working fine here – that must be something with my wordpress :( sorry for trouble

      bzx

      2008-07-20 at 11.54 pm

    29. Seems like this plugin is compatible with Wordpress 2.6 I’ve tried it, install it and working fine on WP 2.5 sit But doesn’t show anything on wp 2.6

      No error on instal and plugin activate process, it just doesn’t show my recent comment on frontpage. Nothing wrong with the php code too.

      Sugicloud

      2008-07-23 at 12.37 pm

    30. Krischan — First off, great plugin! Super useful and very customizable.

      I’m wondering whether you plan to support displaying comments by category. In my application, I’m trying to display a page that shows recent comments on category-specific pages.

      Like this for example: http://gabwith.us/category/diy-and-home-improvement/

      Currently it’s displaying all recent comments across the site, I’d like to limit it by category.

      Thanks, and great work!

      Miles Jameson

      2008-07-24 at 4.14 pm

    31. I am using SMF for a forum on my site and am wondering how easy it would be to use Wordpress instead since it seems to offer much better blogging features. Does it also offer the standard forum type stuff?

      Nasir Mahmood

      2008-07-26 at 3.20 pm

    32. I tried using Joomla for one of my sites (www.redsun.com.pk) and it has turned out pretty good but I want users to be able to leave comments that can be shown by following a link for each article. Anyone have any suggestions?

      Nasir Mahmood

      2008-07-26 at 3.28 pm

    33. Any word on getting this to work with attachment comments (or tips on a quick hack-fix until the next version is released)?

      Thanks!

      Justin

      2008-07-27 at 12.38 am

    34. Hallo! Verwende dein Recent Comments-Plugin und bin fast ganz glücklich. Es gibt einen Bug, der etwas störend ist: Wenn man, nachdem das Recent-Comments-Widget bereits hinzugefügt wurde, alle Einstellungen vorgenommen wurden und alles wunderbar läuft, ein weiteres Widget hinzufügt, passiert etwas seltsames: Das Recent-Comments-Widget muss neu konfiguriert werden. Es reicht, wenn ich unter Einstellungen einfach auf “Einstellungen aktualisieren” für das Plugin klicke und alles funktioniert wieder, tu ich das nicht, so wirkt es so, als ob die CSS-Ergänzungen, HTML-Änderungen und alle weiteren Einstellungen nicht übernommen würden.

      Meine Seite arbeitet auf Wordpress 2.6. Für Fragen schick mir doch bitte einfach ein Mail.

      Michael

      2008-07-28 at 9.10 am

    35. Hallo Michael: Deaktivere doch bitte mal in den Plugin Option im Reiter “misc” die Option “cache the output (recommended).”. Ich vermute danach hören die Probleme auf.

      Krischan

      2008-08-03 at 4.28 am

    36. Would be nice to see a compatibility with “User photo” plugin~ (that’s a different one)
      http://wordpress.org/extend/plugins/user-photo/

      Keep up the great work.

      Jowah

      2008-08-06 at 9.30 am

    37. i can’t get special characters to appear correctly in the recent comments widget, is there a way to get this to work?

      Lasnahk

      2008-08-09 at 7.18 pm

    38. Krischan,

      I was wondering if you are still actively developing the plugin?
      You can reply at my email if you like.

      Peter

      2008-08-13 at 3.56 am

    39. @Peter. I do.

      @Lasnahk. It looks like you should use a greater value in “Wrap long Words at”.

      Krischan

      2008-08-13 at 7.54 am

    40. Hallo Krischan,

      vielen Dank für das großartige Plugin.
      Eine Frage habe ich allerdings. Gibt es die Möglichkeit mit %gravatar_url die lokalen gecachten Gravatare anzusprechen? In einigen Fällen habe ich Gravatare nämlich nur lokal und nicht auf dem gravatar.com Server.

      Vielen Dank

      Hendrik

      2008-08-14 at 4.46 pm

    41. Hallo Hendrik, die Gravatar Routinen in dem Plugin sind zu alt für dieses Feature, die müssten mal auf den aktuellen Stand gebracht werden.

      Krischan

      2008-08-14 at 5.06 pm

    42. I was able to fix the special charactes issue with the comment author applying the following code:


      function filter_fix_special_chars_moi($autor) {
      $autor = htmlentities($autor, ENT_NOQUOTES, "utf-8");
      return $autor;
      }

      add_filter('get_comment_author','filter_fix_special_chars_moi');
      add_filter('comment_author','filter_fix_special_chars_moi');

      This fixed my problem when displaying regular comments but not for the recent comments plugin since it is not using the wordpress functions. Is there a way to include it somehow?

      Moises Kirsch

      2008-08-15 at 6.30 am

    43. Moises: What exactly is the problem? Special characters in author names? Or also elsewhere? Can you give me examples? Maybe somewhere on your blog?

      Krischan

      2008-08-15 at 9.34 am

    44. I want

      %post_counter Comments | Last on %comment_date

      to appear after the linked post, this code only works in the comment box in your plugin and when I put it there, it repeats it once for every comment, instead of just once period. Please help.

      moonm

      2008-08-20 at 1.59 am

    45. hello

      i love this, but i need to know one thing

      is it possible to have alternate row background colours if i use this with a table? every 2nd row is alternate color? like every 2nd loop?

      thanks

      dave

      2008-08-20 at 9.05 am

    46. moonm: I can’t help, the plugin is not made for this purpose.

      Krischan

      2008-08-21 at 10.32 pm

    47. dave: It’s not possible without modifying the code.

      Krischan

      2008-08-21 at 10.32 pm

    48. Hi,
      How can I integrate your Get Recent Coments Plugin with Yahoo MSN Smileys plugin in this site: http://priyadi.net/archives/2005/02/27/wordpress-yahoomsn-messenger-style-smileys-plugin/

      In sidebar that kind of smileys are shown as characters. Could you give me an example code and where to put the converter, please?

      Thank you,
      Umut

      Umut Dogan

      2008-08-22 at 5.24 pm

    49. Hello & thanks for this plugin !

      i’ve just a question : how do you set the multiple option when a blog don’t use widgets ?

      i just want gravatar support and set some other options

      thanks if you could help !

      freeman59

      2008-08-22 at 5.35 pm

    50. Ok, thanks for your quick response.

      moonm

      2008-08-24 at 4.41 am

    51. Actually good news, after tweaking the options by leaving the closing li tag for the second line in Template for the post open box and closing it in the Template for the comments window after %comment_date, I limited the number of comments to 1 and…it worked. I could of sworn I tried this before posting here, but perhaps I messed up, anyways, thanks again.

      moonm

      2008-08-24 at 5.41 am

    52. I’m have been using this plugin for a long time now and I love it. One for the wishlist: comments on images do not show up in the list, I think they should.

      Peter Weiland

      2008-08-24 at 12.01 pm

    53. Thanks…bro…this very2 good…

      Tarjoni

      2008-08-25 at 8.32 pm

    54. Is there an answer for this???
      #

      Hi,
      How can I integrate your Get Recent Coments Plugin with Yahoo MSN Smileys plugin in this site: http://priyadi.net/archives/2005/02/27/wordpress-yahoomsn-messenger-style-smileys-plugin/

      In sidebar that kind of smileys are shown as characters. Could you give me an example code and where to put the converter, please?

      Thank you,
      Umut

      Umut Dogan

      2008-08-26 at 10.08 pm

    55. I have 2 questions…..

      Would it be possible to do the following things:

      a) get recent comments from posts belonging only to one category?

      b) get first 3 recent comments from one post? This would work like that…i would have summary news on the frontpage and i would like to show the 3 most recent comments after the summary….

      Is that possible?

      ferriol

      2008-08-27 at 10.49 am

    56. Hi, I’m using WP 2.6.1
      I’ve installed the plugin and I’m using it as a widget, but for some reason I can’t get the comment excerpts to show up?

      It shows the data on ” on ” instead of using the template?

      I feel that I’m missing something simple here…

      Shaun

      2008-08-27 at 5.23 pm

    57. Yup… nevermind… nevermind…

      Recent comments != Get Recent Comments

      Shaun

      2008-08-27 at 5.24 pm

    58. Dave,

      I found a way to get alternating colors without modifying the code.

      Since the commenter’s name is a link you could make links display in block, change the background color, and set the width to the same pixel size as your sidebar all in your CSS. What will happen is that the poster’s name will be on it’s own line with one background color and the comment excerpt will be on the next line with a different background color.

      I accidentally have it setup that way on my blog now :)

      Shaun

      2008-08-27 at 7.39 pm

    59. Shaun: Congratulations :-)

      Krischan

      2008-08-27 at 11.34 pm

    60. ferriol: Yes it is possible. I am impressed how versatile the plugin is :-)

      Krischan

      2008-08-27 at 11.36 pm

    61. Umut: There is example code in the plugin. Look for “csm_convert”.

      Krischan

      2008-08-27 at 11.40 pm

    62. hey there Krischan. Wounder if you can give me a hand?
      I love this plugin! really do.
      I have the same problem as Able (comment 2008-07-06 at 11.30 pm). Any idea how to implement the patch? I tried to contact him, but he didnt reply.
      Any ideas?

      You can see the problem on the website provided on the sidebar.
      If you can help, I’d prefer an email reply if pos, however I will try to check back here.

      Cheers

      Rel

      Relequestual

      2008-08-28 at 2.19 pm

    63. Relequestual:The workaround is to disable the cache option of the get recent comments plugin.

      Since the release of WordPress 2.5 some users reported, that their blog shows something like “%BEG_OF_TITLE%” instead of “Recent Comments” (or whatever they configured as title). The author of the plugin was not able to reproduce this bug until now (and hence not able to fix it), but it looks like the problem disappears, if you disable the cache option of the plugin:

      Krischan

      2008-08-29 at 12.14 am

    64. Krischan: ohhhhhh it has sub menus!!! I’m using ozh’s admin drop down menu (http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/)
      So the sub menu isnt showing. That would explain alot!
      Problem solved. Thanks! =D

      Relequestual

      2008-08-29 at 9.14 am

    65. Umut: There is example code in the plugin. Look for “csm_convert”.

      I installed latest version of Custom smileys plugin and set a smiley for :d But It doesn’t show on sidebar in your plugin’s section. I think this is an important problem. I set do it like WordPress. from Misc menu. And WordPress offers conversion of emoticons like :-) and :-P to graphics on display. At the moment WordPress is set to: convert to graphics. Do I need to do anything else?

      Thanks

      Umut Dogan

      2008-08-30 at 3.19 pm

    66. @krischan,

      Great to hear….it´s possible to sort the comments by a category…

      So how would it be done?

      Something like that??

      (i can´t manage to get it working)…

      I´ve got different categories..and in every category i want to display comments by that category….

      Let´s imagine i want to show only comments belonging to category 3…

      Any help?

      ferriol

      2008-08-30 at 8.49 pm

    67. ferriol: That’s not possible.

      Krischan

      2008-08-30 at 10.40 pm

    68. Hi guys, i have one question for your plugin: with the “simple forum plugin” i wish see the last forum post, inside the last comments results.. Can you help me?

      Mdo

      2008-09-02 at 11.45 am

    69. Krischan,
      I have a prolem with the plugin. The way it displays in my side bar is not as i want it to:

      if you refer to my site, you’ll know what i mean.

      Example:

      yfa
      :Been waiting since 2004 to vote for him!

      instead i want it to show as:

      yfa: Been waiting since 2004 to vote for him!

      Also, if you notice, if you click on each comment, it links to the post and not the commnet you are clicking on.

      This is what is showing in teh code:

      %comment_author: %comment_excerpt

      Your help would be appreciated. Thanks.

      Iman

      2008-09-04 at 4.23 am

    70. In fact, I’d like my Get Recent Comments to show in my sidebar as they show in yours. Thanks!!

      Iman

      2008-09-04 at 4.25 am

    71. Can you give a link for “csm_convert” function related plugin. I couldn’t find a plugin includes that function???

      Umut Dogan

      2008-09-04 at 8.20 am

    72. Where can I find that link?

      I was able to fix some stuff since I last posted the above messag pertaining to layout … however I am still having problems with linking to the comment itself and not the entire post… (mentioned above: Also, if you notice, if you click on each comment, it links to the post and not the commnet you are clicking on) …

      Iman

      2008-09-04 at 6.22 pm

    73. To clarify more…

      When I click on the comentator’s name, under comments section in the sidebar, I am linked to the post and not the commentator’s comment I am clicking on. Any idea how I can fix this?

      Thanks

      Iman

      2008-09-04 at 6.39 pm

    74. I’ve got this blog and it’s on wordpress.com any way I can use that plugin over there?

      Jeff

      2008-09-04 at 11.59 pm

    75. Jeff: As far as I know it’s not possible to install plugins on wordpress.com. But you should ask the guys there…

      Krischan

      2008-09-07 at 11.06 pm

    76. Iman, you should use %comment_link instead of %post_link.

      Krischan

      2008-09-07 at 11.10 pm

    77. Umut, csm_convert is a function of this plugin:
      http://onetruebrace.com/2007/11/28/custom-smilies/

      Krischan

      2008-09-07 at 11.13 pm

    78. Mdo: I guess it would be necessary to program a new feature into the plugin, to make this possible.

      Krischan

      2008-09-07 at 11.15 pm

    79. Krischan,
      I did… I tried that but it did not work …

      see the difference between the two:

      http://iman-a.com/2008/09/05/arghhhh/#comment-554245

      and

      http://blog.jodies.de/archiv/2004/11/13/recent-comments/#comment-491654

      the first link point to the post, even though the link shows the comment number – hence you would think it would point to that specific comment like it does in the 2nd link i provide.

      This is the code I use for the template for the comment:
      %comment_author: %comment_excerpt

      Any idea what the problem may be?

      Iman

      2008-09-08 at 2.31 am

    80. Any way to include comments that have been posted on an attachment page? See this page, http://quiltinggallery.com/?attachment_id=824 lots of comments, but they aren’t appearing in the Recent Comments in the sidebar.

      Thanks,
      Michele

      Mishka

      2008-09-08 at 3.08 am

    81. I am using wordpress version 2.6.1. — if that helps.

      Iman

      2008-09-08 at 3.52 am

    82. Hi Krischan,

      ich würde gerne eine bestimmte Seite von der Auflistung der Kommentare ausschließen. Wenn ich die Dinge hier lese, sollte das möglich sein. Allerdings habe ich noch keinen Weg gefunden wie?

      Wäre super, wenn du helfen könntest.

      Danke und Gruß,
      marc

      marc

      2008-09-08 at 3.55 pm

    83. marc, Du könntest die Seite in eine bestimmte Kategorie packen und diese Kategorie ausschliessen. Allerdings hege ich gerade den Verdacht, dass diese “Exclude categories” Funktion kaputt ist. Wieso hat sich da noch niemand beschwert?… Hm.

      Krischan

      2008-09-08 at 11.36 pm

    84. Hi Krischan,

      danke schon einmal für den Tipp. An welcher Stelle müsste ich das “Exclude categories” denn einstellen? Genau danach hatte ich eigentlich gesucht. Aber wenn die Funktion defekt ist, bin ich vielleicht gar nicht so dämlich ;)

      Gruß und danke,
      marc

      marc

      2008-09-09 at 10.17 am

    85. Hi nochens,

      umgekehrt funkt es: Wenn ich nicht sage “Kategory X” ausschließen, sondern “Alle außer Kategory X” zeigen. Nur so als Info am Rand.

      Besten Gruß,
      marc

      marc

      2008-09-10 at 3.57 pm

    86. “David: Thank you. Although you found a workaround, I consider this as a bug in the plugin. It should change the e-mail adresses to lower case before presenting them to the gravatar server. I will fix it.”

      Have you already fixed it?
      Can you tell me how to do it if you haven’t?
      Tanks,
      Pedro

      ORiOn

      2008-09-14 at 2.56 pm

    87. ORiOn: It’s easy to fix. Just “change the e-mail adresses to lower case before presenting them to the gravatar server.”

      Krischan

      2008-09-14 at 3.05 pm

    88. Why haven’t you done that if it’s easy :/

      ORiOn

      2008-09-14 at 3.48 pm

    89. I’m trying to put this, but still not working :(
      $gravatar_md5 = md5( strtolower($comment->comment_author_email));

      ORiOn

      2008-09-14 at 4.17 pm

    90. ORiOn: Read my blog. I am flying. Your code looks good.

      Krischan

      2008-09-14 at 5.15 pm

    91. OriOn: Nice Ass.

      Krischan

      2008-09-14 at 5.15 pm

    92. Krischan: lol
      (it’s not me, btw)
      I’m a guy :/

      And the does not work :/

      ORiOn

      2008-09-14 at 6.29 pm

    93. ORiON: What i find most funny is, that we have a sex-shop chain in Germany, whose name is “Orion”. :-)

      I moved your code modification to the proper place, and put the zip file on the file server. Please get it from here.

      Krischan

      2008-09-14 at 10.10 pm

    94. looooooooooooool
      realy?
      omg

      btw, thanks for the code, i will try ;)

      ORiOn

      2008-09-15 at 2.57 pm

    95. The code works ;)

      Thank you!

      ORiOn

      2008-09-15 at 3.00 pm

    96. how to change the default gravatar? I know how to change this option in Wordpress but it’s not the same with this plugin…

      cartmanffc

      2008-09-21 at 12.15 pm

    97. cartmanff:

      Krischan

      2008-09-22 at 7.15 am

    98. Hi,
      Would it be possible to get the recent comments from my WP guestbook?

      Katrine

      2008-09-22 at 4.30 pm

    99. hi,
      everything works fine, however i want to modify how the list of comments are dispayed in my sidebar.

      basically, i want to modify the code that gets to this in the published html page
      <li id=”get-recent-comments”

      where is the php for this line of code, i simply cannot find it anywhere….all i want to do is to change the id to another value so that it will be similar to my other lists in the sidebar.

      thanks

      Inal

      2008-09-26 at 2.13 am

    100. Inal: Have you already looked into the admin interface of the plugin? You can change the published html without changing the php code. That’s the reason, why you didn’t find the code – the html is generated from the user supplied template. The html is not “hard-coded”.

      Krischan

      2008-09-26 at 9.37 am

    101. guys, help me out with this.

      if i go to the html source code of the page where i have the widget for your plugin, i see the following:

      Recent Comments:

      Abradj: EAGLES WE ARE
      the second comment
      the third comment
      etc

      what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.

      Now, the text u see above ” ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.

      have i missed something in the admin page?

      Inal

      2008-09-27 at 1.52 am

    102. hmm… i dont know how to show code here, somehow it thought it was actual html….ill email you

      Inal

      2008-09-27 at 1.53 am

    103. guess i cannot find ur email anywhere..

      what i am trying to say is that i want to change the LI corresponding to the widget itself, not to the actual list of comments. This, i think, is not in the actual admin page.

      ill add _ so that the code above will show up.

      if i go to the html source code of the page where i have the widget for your plugin, i see the following:

      Recent Comments:

      Abradj: EAGLES WE ARE_
      the second comment
      the third comment
      etc

      what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.

      Now, the text u see above ” ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.

      have i missed something in the admin page?

      Inal

      2008-09-27 at 1.58 am

    104. didnt work, ill try with { instead

      if i go to the html source code of the page where i have the widget for your plugin, i see the following:

      {li id=”get-recent-comments” class=”widget widget_get_recent_comments”}{h2 class=”widgettitle”}Recent Comments:{/h2}
      {ul}

      {li class=”this_can_be_changed_from_admin”}{a href=”http://www.XXXXX.com/?p=200#comment-22″ title=”the_title”}Abradj{/a}: EAGLES WE ARE{/li}
      {li class=”this_can_be_changed_from_admin”} the second comment{/li}
      {li class=”this_can_be_changed_from_admin”} the third comment{/li}
      {li} etc{/li}
      {/ul}

      what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.

      Now, the text u see above “{li id=”get-recent-comments” class=”widget widget_get_recent_comments”} ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.

      have i missed something in the admin page?

      Inal

      2008-09-27 at 2.00 am

    105. Nabend Krischan!

      Sehr geniales Plugin und eins was wohl auf keinem BLog fehlen sollte. Aber ich habe einen interessanten Fehler gefunden, vielleicht weißt du woher dieser kommt.

      Wenn ich in einem anderen Widget in der selben Sidebar in der das Get Recent Comments Widget drin ist etwas ändere, egal welche Einstellung, zerschießt dies das Get Recent Comments Widget teilweise. Genauer gesagt gibt es dann Probleme mit der Überschrift, die sich dann wie folgt liest:

      %BEG_OF_TITLE%Letzte Kommentare%END_OF_TITLE%

      “Reparieren” ließ es sich bisher immer dadurch das ich auf die Einstellungsseite des Get Recent Comments Plugins gegangen bin und dort einfach die Einstellungen “update”, ohne jedoch irgendwas verändert zu haben.

      Wäre cool wenn du einen Fix für das Problem hättest, auch wenn es nichts schwerwiegendes ist.

      Grüsse

      Frei-Gen’er

      Frei-Gen'er

      2008-09-27 at 8.27 pm

    106. Inal: {li id=”get-recent-comments” class=”widget widget_get_recent_comments”} is not made by the plugin. This part of html is generated by wordpress and the theme. If I were you I would not use the plugin as a widget, and modify the sidebar.php file instead.

      Krischan

      2008-09-28 at 12.17 am

    107. Krischan

      2008-09-30 at 8.59 pm

    108. I want to install this plugin twice because recent comments will appear 2 different ways on my site, depending on what page you’re on (it’s that handy). Is this possible?

      bridb

      2008-10-01 at 12.15 am

    109. Thx a lot of the quick response Krischan, keep up the great work!

      Frei-Gen'er

      2008-10-02 at 4.51 pm

    110. anyone having problems getting the list to group together using mimbo or brandford wordpress theme?

      anne

      2008-10-04 at 10.04 pm

    111. Hi,
      habe dein Plugin bei mir installiert, nun aber ein kleines Problem bemerkt.

      Vor kurzem habe ich aus persönlichen Gründen die Kommentarfunktion in einen reinen Moderationsmodus umgestellt. Also gehen alle Kommentare erstmal nicht online, bevor ich dem nicht zugestimmt habe.
      Die Komentare die ich nun frei gegeben habe, erscheinen jedoch nicht im “Recent Comment” Bereich. Habe schon versucht den Chache zu leeren und auch die Cachefunktion des Plugins deaktiviert. Keine Besserung. Es sind nur die Kommentare zu sehen, die vor der Umstellung veröffentlicht wurden.

      Eine Idee?

      Robin

      2008-10-07 at 8.22 pm

    112. There is a fatal error in the plugin when the blog is installed on subdomain and the host redirects it to a certain directory.

      In order to make this plugin work on all istallations you should consider changing:

      into:

      /wp-admin/options-general.php

      on every instance in the lpugin’s php file.

      Regards,

      Daniel Sachs

      2008-10-08 at 12.22 pm

    113. Please disregard my previous post.
      should have been written:

      There is a fatal error in the plugin when the blog is installed on subdomain and the host redirects it to a certain directory.

      In order to make this plugin to work on all installations you should consider changing:

      into:

      /wp-admin/options-general.php

      on every instance in the plugin’s php file.

      Regards

      Daniel Sachs

      2008-10-08 at 12.29 pm

    114. Great plugin…Very very close to what I wanted…!!

      Thanks a lot.

      B Shantanu

      2008-10-08 at 4.35 pm

    115. Hello, I´ve just updated to WP 2.6.2 – and as I have been a great fan of your really nice pluging I´m really sad that it doesn´t seem to work with WP 2.6. I get really confused comments there – the output just starts somewhere in the middle of my blog with no chance to geht the “latest” comment on Top. Don´t know why… I´ve tried for hours to solve the problem :-(

      Greetz Orangetree

      Orangetree

      2008-10-12 at 10.44 am

    116. Orangetree – I run several blogs with the plugin. It does work under any version of wordpress, including the 2.6 series. To enable me to help you, you should provide information about your installation. As a first step I would recommend to test, if it works when you temporarily switch back to the default theme, because “it starts somewhere where it’s not supposed to start” sounds like a bug in the theme. And by the way – we can speak german, if you like :)

      Krischan

      2008-10-12 at 2.14 pm

    117. is there any solution to the problem of not seeing all menus when using something like ozh drop down menus plugin or a similar backend plugin?

      ovidiu

      2008-10-15 at 11.45 am

    118. one more question: could the plugin be changed so that it doesn’t just use the gravatar function but instead use the built-in function call of wordpress?
      I am interested in this, as right now, wordpress shows either gravatar, and if not available shows wavatar or something else… and I’d like to keep avatars similar, not having mistery man inside comments, and in the sidebar something different.

      I hope my request is understandable as my English is not that good.

      ovidiu

      2008-10-15 at 11.57 am

    119. Hello!

      Thank you for the plugin.
      You plugin is incompatible with another great plugin:
      “Ozh’ Admin Drop Down Menu”

      The problem is that the menu of configuration of your plugin isn’t showed in the configuration page.This issue results in not to be able to go to “misc”options of your plugin and change the cache configuration…

      I have to disable the other plugin to change that. No other problems with Ozh Admin Menu

      Thank you,
      Roy

      TAG: %BEG_OF_TITLE%Comentario recientes%END_OF_TITLE%

      Roy

      2008-10-15 at 4.25 pm

    120. Hi,
      I traing too ask agin
      Would it be possible to get the recent comments from my WP guestbook and from attachment files?

      Katrine

      2008-10-18 at 5.58 pm

    121. Hi and thank you for the plug in! I am using this on my site http://www.futuregringo.com/

      However I’d like to remove the “bullet point” graphic element, as it doesn’t quiet match my sidebar.

      Do you know where this is? I’ve been hunting around but can’t figure out if its part of your plug in or my CSS

      Its on the right sidebar, just a few blocks down.

      http://www.futuregringo.com/

      james

      2008-10-23 at 8.15 pm

    122. ovidiu: Thanks for thre problem report and the request. I put them on my list.

      Roy: Thanks for the report.

      Katrine: Attachment: Yes, WP Guestbook: don’t know yet. Have to investigate wp guestbook.

      James: The plugin doesn’t use any style tags. The bullet is defined somewhere in the css.

      Krischan

      2008-10-24 at 11.39 pm

    123. Thank you! Cheers and have a good weekend.

      james

      2008-10-24 at 11.42 pm

    124. Nice plug-in. I have it working on a sidebar with gravatas. But with cache disabled and the options set for ignore blog auther and check email – my commenst never update, and the most recent commenst are just not there.

      Any suggestions?

      Jim

      2008-10-25 at 5.57 am

    125. Been using GRC for over a year with no problem. Suddenly, it’s stopped displaying new comments. The last comment it shows is from Oct 23. Since then, even comments from the same commenter that previously showed up don’t display.

      I’m using 2.0.2. Don’t know when I updated, but probably on the day the new version was released.

      I tried deactivating and reactivating the plugin, resaving the config, turning the cache off then on again, but no luck.

      Any ideas? Thanks!!!

      tbronson

      2008-10-26 at 7.15 pm

    126. Hi Krischan,
      danke fuer Dein Plugin und Deine Arbeit daran …

      Gibt es einen “unkomplizierten” Weg die Gravatare-Funktion generell zu deaktivieren – ?!

      Danke fuer Info und eine schoene Woche.

      nilson

      nilson

      2008-10-27 at 9.14 am

    127. Howdy, still unable to do any filtering and get the recent comments by dates. My comments are a static listing. Gravatars work, and it looks nice. It just doesn’t show the recent comments.

      Anyone have any examples of the switch options and a working 2.6 installation of the plugin?

      Jim Skamarakas

      2008-10-29 at 5.25 pm

    128. Jim: Here are settings of a 2.6.3 blog

      Krischan

      2008-10-30 at 6.36 pm

    129. nilson: In der Standardeinstellung des Plugins zeigt es doch gar keine Gravatare. Kannst Du Deinen Wunsch noch näher Beschreiben?

      Krischan

      2008-10-30 at 6.40 pm

    130. tbronson: If you experience problems with missing new comments it often helps to deactivate the cache.

      Krischan

      2008-10-30 at 6.57 pm

    131. I am experiencing same problems as user ‘tbronson’ – last comment plugin shows is from october – and no comment from november is displayed. Suddenly it just stopped working right. Same thing happened in wp dashboard (recent comments window). I also tried to activate and deactivate the cache, but to no effect… Any help?

      Greg

      2008-11-03 at 11.13 am

    132. Right – nailed it. All recent comments were comments INSIDE gallery (comment to attachment) – comments to attachment are displayed just fine, but your plugin doesn’t catch it…

      Greg

      2008-11-03 at 11.25 am

    133. Very useful plugin, good work, thanks!

      Felice

      2008-11-11 at 11.48 am

    134. For those of you having problems with WordPress incorrectly displaying special characters or buggering up words, e.g. inserting spaces where there shouldn’t be, turning normal single quotes into strange entities (not html entities), etc. — you can fix this by updating the plugin with the following modification:

      Plugin Name: Get Recent Comments
      Version: 2.0.2

      Line 1247: remove $comment_excerpt = strip_tags( wptexturize($comment_excerpt) );
      replace with:
      $comment_excerpt = strip_tags( $comment_excerpt );

      The “wptexturize” method does not appear to be well documented (or implemented: http://codex.wordpress.org/Function_Reference/wptexturize), but this resolved some formatting issues on several blogs that I have used the plugin.

      Chris Murphy

      2008-11-12 at 4.33 pm

    135. get recent comments already became my must have plugin, works find in my blog, event after i upgrade it to v2.6.3. thanks khrischan.

      poer

      2008-11-13 at 3.02 pm

    136. Started using intensedebate plugin for comments and I think it breaks your widget. the comments are no longer updated in sidebar since installing intensedebate plugin. They are now part of automattic so may be good to fix this. Thanks.

      Geoff

      2008-11-14 at 4.10 am

    137. Krischan: Thanks for the reply.

      Just after my last post here, GRC started displaying again. It had just skipped a few comments. Now, it’s regularly omitting some comments, and displaying others.

      I’m currently using 2.0.2. I tried everything: deactivating and reactivating, cache clearing.

      This has happened since I started using GRC over a year ago. At first, it would skip comments from one particular commenter, so I figured it was something do with that address. Over the while, a comment would occasionally be missed. But now, it’s quite a few.

      I can’t see a pattern. These are all regular comments, some with web site URLs, some without.

      I know it sounds weird if it’s happening to no-one else, but any thoughts would be appreciated.

      tbronson

      2008-11-14 at 3.23 pm

    138. Hi,
      Is the current version of this plugin going to be suitable for use with wp 2.7?

      Thanks!

      Chris

      2008-11-16 at 1.56 pm

    139. Hi Krischan, and thanks for your plugin!

      I’ve noticed it’s currently using the (deprecated) ‘get_settings’-function in several places.

      A search-&-replace with ‘get_option’ will keep this plugin from filling up your deprecated call log.

      ulfben

      2008-11-22 at 5.44 pm

    140. Gibt es die Möglichkeit, nur die Kommentare zur aktuell ausgewählten Kategorie anzuzeigen? Oder mit welchem Plugin kann man sowas steuern?

      bassable

      2008-11-27 at 10.34 am

    141. Lovely plugin, but I can’t get it to stop displaying my own posts!

      As far as I can tell, I’ve done everything I’m supposed to do. Selected the checkbox that supposedly filters by name and e-mail address, both of which I use in my posts and match those in my admin panel user name.

      How do I get the plugin to stop recognizing my posts?

      slobjones

      2008-12-03 at 9.55 pm

    142. Seems to work for me in WP 2.7 RC1 :)

      Dana

      2008-12-04 at 9.09 pm

    143. Can you please fix the “%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%” error that still exists? It’s a pain to have to go to the options panel and hitting the “Update Recent Comments Options” button after every widget adjustment. I really don’t want to turn off the cache either. Thanks.

      Dana

      2008-12-04 at 9.53 pm

    144. Hei!

      Sag mal, gibts ne Möglichkeit Avatare einzufügen? Ich denke daran das ja bald Buddypress (buddypress.org) erscheint und dorte die Avatare lokal abgelegt werden. Es wäre genial wenn du das in dein geniales Plugin integrieren kannst. Buddypress wird sicher das nächste grosse Ding :)

      Viele Grüsse! M

      Markus

      2008-12-07 at 10.16 pm

    145. Markus: Buddypress klingt interessant. Das guck ich mir mal an.

      Krischan

      2008-12-09 at 2.41 pm

    146. Krischan: ich denke es wird das nächste dicke Ding werden. Wenn du Zeit und Lust hast, wär eine einfach Integration genial und die Aufmerksamkeit der Buddypress-Entwicklergemeinde ist dir garantiert :)

      Viele Grüsse! M

      Markus

      2008-12-09 at 10.08 pm

    147. Alrite, here’s the idea: having posts loop, with recent comments on each, not just comment count.

      This plugin will successfully accomplish this idea, except one simple lil thing. The post excerpt.

      I wonder if there’s a way to call the post excerpt? As it’s already written to display post title and having its permalink, so I thought it should be possible to call the post excerpt and displaying it. I ‘ve looked around inside the plugin codes, and can’t find anything that refer to any functions to display post excerpt. I might missed something as usual.

      Thoughts?

      djarotstudio

      2008-12-12 at 2.46 pm

    148. Bitte behebe doch mal den %BEG_OF_TITLE%Letzte Kommenatre%END_OF_TITLE% Bug der ständig auftaucht.

      Muss das denn sein?

      Puh

      2008-12-20 at 12.49 am

    149. Puh: Nö, muss nicht sein, kann man so wegkriegen: http://blog.jodies.de/2004/11/recent-comments/3/#cache

      Krischan

      2008-12-22 at 7.41 am

    150. Minor bug report:

      I use this plugin to create 2 widgets, one for comments and one for trackbacks.

      The plugin’s output fails validation via http://validator.w3.org/ on the second widget due to the fact that it outputs the same div ID for both widgets:

      ID “get_recent_comments_wrap” already defined.

      Mike Gogulski

      2008-12-24 at 1.36 am

    151. Thanks, Mike!

      Krischan

      2008-12-24 at 1.53 am

    152. Hello,

      We are having a very odd problem. We have an editor for our website whose comments do not show up in the Recent Comments on the sidebar. All the other poeple, who are either admins or authors have their comments display.

      I have been unable to figure out why. Could someone point me to the things I should be checking?

      Thanks,

      tarran

      tarran

      2008-12-24 at 8.00 am

    153. tarran: Is “Exclude comments by blog authors (your own comments” set?

      Krischan

      2008-12-24 at 12.01 pm

    154. I am having trouble blocking comments from a specific user. I thought I could just add it to the SQL, but it doesn’t seem to be taking:

      $query = “SELECT * from $wpdb->comments WHERE comment_approved= ‘1′ AND comment_author_email != ‘andrea.hill@gmail.com’ ” .

      Any thoughts?

      Andrea Hill

      2008-12-24 at 4.07 pm

    155. Andrea, I think you don’t need to program, because the feature already exists. Check “Exclude comments by blog authors (your own comments)” and “Also consider usernames and e-mail addresses, to recognize blog authors”. Then all comments made by registered e-mail addresses are filtered out. In most blogs the only registered address is your own address and we are done.

      If you still need to customize: look for the funktion kjgrc_is_wordpress_user() and search there for unwanted users.

      Krischan

      2008-12-25 at 11.49 pm

    156. Hi,
      I traing too ask agin
      Would it be possible to get the recent comments from my WP guestbook and from attachment files?
      Please Krischan answering me
      Katrine

      Katrine

      2008-12-29 at 2.03 pm

    157. Happy new year! I love the plug-in. Two questions:

      1. Where can I adjust the code to remove the “Recent Comments:” title and dashed line underneath it?

      2. Where do I add CSS tags to style the formatting of the comments displayed?

      Thanks!

      Yipyop

      2008-12-31 at 8.05 pm

    158. Katrine: Thanks, your suggestion is on the todo list.

      Krischan

      2009-01-01 at 8.45 pm

    159. Yipyop:
      1. http://blog.jodies.de/2004/11/recent-comments/3/#change-title
      2. <div id=”get_recent_comments_wrap”>

      Krischan

      2009-01-01 at 8.53 pm

    160. Thanks! Is there a way to revise or remove the title without using it as a widget? Perhaps editing the plugin code itself? I am inserting teh code directly into my sidebar.php page instead of using widget support.

      Yipyop

      2009-01-02 at 10.05 pm

    161. Yipyop: When you don’t use it as a widget, the title is not made by the plugin. Look in the code of the template. The file is “sidebar.php”.

      Krischan

      2009-01-04 at 9.42 pm

    162. Hi, I have something wrong with the title, can somebody help me?

      Violet Rain

      2009-01-05 at 1.02 pm

    163. Hallo!
      Ich habe ein Problem mit der Anzeige der Gravatare in der Sidebar…Sie werden einfach nicht angezeigt. Woran könnte das liegen?
      Lg
      Robert

      Robert

      2009-01-06 at 7.52 pm

    164. Is there any way to force the gravatars to be pulled from https://secure.gravatar.com if you using ssl for the wp-admin section?

      Paul

      2009-01-06 at 10.23 pm

    165. Hallo,
      ich bräuchte nochmal Hilfe – bitte! Um die Kommentare – angezeigt von Get Recent Comments – in der Sidebar zu bearbeiten (fett, farblich usw.), welches plugin würdet ihr mir da empfehlen?
      Beste Grüße
      Robert

      Robert

      2009-01-15 at 9.59 am

    166. Robert, dafür brauchst Du rudimentäre HTML Kenntnisse.

      Krischan

      2009-01-16 at 12.57 pm

    167. Hi Krischan,

      I’ve been using your plugin for quite a while now and I love what it can do. Recently I’ve updated it but I forgot a friend of mine changed it to show the local avatars too. Now I can’t seem to get that back and my friend doesn’t know what he changed anymore.. So my question for you is: Is there a possibility to show local avatars if a user doesn’t have a gravatar ?

      Sometimes my posts have a long post_title. I’d like to shorten it to maybe 5 characters but this is only possible through the ‘Long comments are chopped off at’ feature. If I change that of course none of the comment is showing. Something I don’t want. So therefore my second question: anything I can do to change the length shown for the post_title ?

      Thanks anyway for the great plugin !
      Paul

      Blogman

      2009-01-18 at 1.52 pm

    168. Oh, one more thing: it shows the WP-smileys correctly, but it doesn’t show my LMB_box_smileys correctly. Question3: Anything to be done ?

      Blogman

      2009-01-18 at 1.53 pm

    169. 1st issue solved: %comment_author op %post_title:“%comment_excerpt”

      Blogman

      2009-01-19 at 8.42 pm

    170. Where can I remove this piece of css style which automatically appears in the blog header?

      .recentcomments a{display:inline !important;padding: 0 !important;margin: 0 !important;}

      I didn’t find it inside your plugin :/

      Alex Mielus

      2009-01-24 at 6.11 pm

    171. I had problems in the past with longer sentences and words ruining complete blog layout and causing real mess. I hope this plug-in can solve those issues.

      Kenneth

      2009-01-25 at 1.21 pm

    172. thank you SO MUCH!!!

      i was also getting %BEG_OF_TITLE%recent comments%END_OF_TITLE%
      just uncheck “cache the output” !

      tks tks tks!!! ;)

      Paulo Cholla

      2009-02-03 at 11.07 pm

    173. Awesome and thanks Paulo Cholla (directly above me) I was having the same problem and you solved it for me…

      Tanya

      2009-02-03 at 11.43 pm

    174. How about changing the linea 1284-1285:

      $comment_link = $post_link .
      “#comment-$comment->comment_ID”;

      to just

      $comment_link = get_comment_link($comment->comment_ID);

      so that the &cpage=x is included when one uses paginated comments (as supported in WP2.7)?

      CiViX

      2009-02-04 at 8.00 pm

    175. CiViX: Thanks, good idea!

      Krischan

      2009-02-05 at 10.15 am

    176. Works even with Wordpress 2.7 !
      Thanks..

      teK

      2009-02-10 at 8.25 am

    177. Hi Krischan,

      Love your plugin – it has worked fine until recently. It will work perfectly, then suddenly just stop posting new comments. I haven’t touched the settings or changed anything… but two times now the plugin just ceases to add new comments. It keeps whichever comments were moved to the main page recently, but no new ones show up. I’ve tried deactivating/activating. I’ve tried deleting the plugin and re-installing it, nothing works.

      What’s strange, though – is that when I delete and reinstall it – somehow the plugin has remembered the style settings I changed for the comment display. Those same day-old comments will show up, but the several comments since that point still do not.

      Anyone else have this problem?

      Chris

      Chris

      2009-02-11 at 10.48 pm

    178. Krischan,

      I fixed the problem, though I’m not sure how. I updated to 2.7.1 and that seems to have done the trick – although before they comments stopped posting, it was working just fine in 2.7.

      Chris

      Chris

      2009-02-12 at 3.35 am

    179. Chris: When comments are not updated the reason is most probably another plugin which prevents “get recent comments” from getting notified about new comments. The workaround is to disable the cache of “get recent comments”:

      http://blog.jodies.de/2004/11/recent-comments/3/#cache

      Krischan

      2009-02-12 at 8.45 am

    180. Since WP 2.7 i have had several problems with my plugins.
      After an analysis of the cross influence I found one effect:
      Is the Get Recent Comments Version 2.0.2 installed together with a combination of the following plugins
      FeedBurner
      Simple Tags
      NextGen Gallery
      the following effect will be created:
      There is no longer access to the page editor in the wp dashboard

      elotse

      2009-02-13 at 6.07 pm

    181. Hi, I am having problems with ‘before_widget’ and ‘after_widget’ for WordPress 2.7.1.

      My function looks like this:
      register_sidebar(array(’name’=>’sidebar2′,
      ‘before_widget’ => ”,
      ‘after_widget’ => ”,
      ‘before_title’ => ”,
      ‘after_title’ => ”,
      ));

      But the ‘before_widget’ and ‘after_widget’ items are not displaying on my blog pages. It works fine for other widgets.

      Thanks,
      Shane

      Shane

      2009-02-13 at 10.08 pm

    182. elotse: I can not reproduce the problem. On one if my blogs is NextGen Gallery and Get Recent Comments installed and I can access the “QuickPress” editor on the dashboard.

      Can anybody confirm the problem?

      Krischan

      2009-02-14 at 2.28 pm

    183. Shane, I have to confess: I have no clou on what piece you are programming. Is this for a theme? Has this something to do with my get recent comments plugin? Can I do something? What is the question for the answer “42″? :-)

      Where do I have to put your code sample to see the problem?

      Krischan

      2009-02-14 at 2.30 pm

    184. I’m getting some problems hre in installing the plugin. If installation fails, is it better to overwrite files?

      Torlak

      2009-02-16 at 4.41 pm

    185. Hei Krischan!

      Hat sich schon was in Richtung BuddyPress-Avatar-Integration getan? Schon Zeit gehabt dafür?

      Gruss. M

      Meerblickzimmer

      2009-02-17 at 3.36 pm

    186. Dear Krischan.
      Thank you very much for a great plugin. I am trying to integrate your plugin into my front page, so that every post show the 3 most recent comments(or exerpts if they are too long) on the front page.
      How can I modify and use your plugin for this?
      Again, thank you very much!

      Torbjørn

      2009-02-23 at 12.01 pm

    187. Torbjørn: That would be more than one line. You will need a PHP programmer.

      Krischan

      2009-02-23 at 1.23 pm

    188. Hey, I love the plugin, Thanks!
      I have a couple edits (adding some php variable to keep track of the comments in the list) that helped me style the comments a bit closer to what I already had on my site. Would you be interested in incorporating those into your plugin? Let me know and I can send you my edits (nothing hard, but I figured if I wanted those fields, others might as well).
      Thanks again!

      Evan Mullins

      2009-02-23 at 10.26 pm

    189. Great plugin. Works fine for us in 2.7. Had that initial problem of “%BEG_OF_TITLE%recent comments%END_OF_TITLE%” but your fix it worked perfectly. Thank you.

    190. Having issues with %author_url_href. It’s not returning anything… so the only way I can find to include the url is href=”%author_url” which gives a blank href=”" if the comment author has not included a url. Thanks!

      Evan Mullins

      2009-02-24 at 11.08 pm

    191. the fix to the %author_url_href issue I was having

      edit:

      if (empty($author_url) || $author_url == "http://")
      $author_url_href = "";

      to:

      if (empty($author_url) || $author_url == "http://") {
      $author_url_href = "";
      }else {
      $author_url_href = "href=\"" . $author_url . "\"";
      }

      Evan Mullins

      2009-02-24 at 11.21 pm

    192. Meerkblickzimmer: Ich hab noch keine rechte Lust gehabt. Wie macht sich das Plugin denn in WordPressMU? Funktioniert das überhaupt?

      Krischan

      2009-02-25 at 1.32 pm

    193. Evan: Thanks! Your edits are welcome, I will send you a mail.

      Krischan

      2009-02-25 at 1.33 pm

    194. After i installed the plugin, I was able to go to “get-recent-comments.php” page where the admin panel is. However, when I click on any of the options (Comments, Trackbacks, Categories, Gravatars, Misc, Instructions), the URL is attempting to do a redirect to “…/wp-admin/options-general.php?page=get-recent-comments.php&subpage=1″ throught “…subpage=6″, and it brings me to my wordpress login page, and I cannot log in with my login and password. Any idea why this is happening?

      18f4614

      2009-02-27 at 6.02 pm

    195. I’m also wondering if someone could fix so that comments to static/gallery pages also show in the recent comments?

      Eric

      2009-02-28 at 2.34 pm

    196. Hi – I have three problems with the plugin:

      1. In the result-box on the configuration page the following output code is displayed:

      Om den dybt ufornuftige narkopolitik
      Balder: Under al den debat om…

      The code displays a specifik post and a specifik comment – do you know why?

      2. I’d like to exclude my own comments, but the plugin only does this for exactly that post included in the code above?

      3. I’d like to make the post title bold/strong, but no matter where I place it’s doesn’t work.

      raapil

      2009-03-04 at 12.05 pm

    197. 18f4614: There is something wrong with the cookies in your browser (delete them), or the wordpress installation. I hope you did not use your password as name…

      Krischan

      2009-03-05 at 10.26 am

    198. raapil:
      1. The specific post and comment is the latest post and latest comment. It is there to help you to design the template.
      2. Then this is the only posting where the rules (”filter out authenticated user” / “filter out e-mail and/or username) apply.
      3. HTML tags in the template do work.

      Krischan

      2009-03-05 at 10.30 am

    199. I think there is a problem with the algorithm to wrap long words. Chris Murphy (above 2008-11-12) suggested a solution which may remove the problem if a “word” contains a tag making it long e.g. <b>Longwordwhichgetssplit</b> – the problem arises when the word gets split in the middle of a tag – but there is also a problem with character entities e.g. –Longwordwhichgetssplit&amp#8212; – again the problem arises when the word gets split in the middle of the entity.

      Rick

      2009-03-05 at 1.37 pm

    200. That last example should read &ldquo;Longwordwhichgetssplit&rdquo;

      Rick

      2009-03-05 at 1.43 pm

    201. Rick: Yes that is a problem, we can not solve completely at the moment. Or – we can not solve it without implementing a html rendering engine :-)

      To really solve it, it would be necessary to make the code to interpret html entities.
      And it also should interpret Unicode multibyte characters, where the same problem occurs, when the whitespace gets inserted into a multibyte character.

      Both problems are a job for php, I think we can expect functions for it in php 6.

      Meanwhile two of my favourite choices are: Live with broken wrapped words, or deactivate the “wrap long words” feature and live with “broken” sidebar content. I am in doubt that removing the wp_texturize function is a good idea. Does it help at your site?

      Krischan

      2009-03-05 at 5.40 pm

    202. Hi Krischan, thanks for your reply. I was afraid that might be the answer and I hadn’t even considered the Unicode problem. I was hoping that there was an existing WP function that stripped out all tags and collapsed entities in a string. Not going as far as interpreting the HTML, just removing it, but if it doesn’t exist then I agree, it is a bit much for a simple plugin to do it.

      In the tests I did, removing the wp_texturize call didn’t improve matters, I’m not even sure what it does. I have temporarily bypassed the problem by increasing the wrap long words threshold to a much higher number. Is that the correct way to disable the feature? I am fortunate that, in English, there are few very long words in regular use. In German I can see that it may be a more serious problem.

      Rick

      2009-03-06 at 9.19 am

    203. Rick: It is the only way to “disable” the feature at the moment. I think I should make it optional and disabled by default, since there are lots of people in the asian area which might find it annoying.

      Krischan

      2009-03-06 at 1.33 pm

    204. Hey Krischan,

      ist es möglich, bei der Darstellung der “Recent Trackbacks” das ganze ohne “” Darstellung zu machen? Hätte es einfach gerne als Liste mit .

      Wenn ja, wie geht das?

      Beste Grüße,
      Sebastian

      Sebastian

      2009-03-07 at 12.12 pm

    205. oh mist, er hat es nicht richtig im Kommentar angezeigt. gemeint war: KEINE Liste mit tags sondern eine einfache Liste mit tag!

      Sebastian

      2009-03-07 at 12.16 pm

    206. Hi,
      I want to change the name of the widget “Commentaires Récents” by another sentence, how can I do ?
      Thanks for your wonderful plugin ;)
      MKS from France.

      MKS

      2009-03-08 at 4.16 pm

    207. Hello,
      I have been playing with Get Recent Comments v 2.0.2, and found a bug. Anytime the widget panel is saved in v 2.7.1 of Wordpress, the title of the comment panel appears as:
      %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%. To fix this, I have to update and save my recent comment options. Thank you.

      chollaball

      2009-03-13 at 5.00 am

    208. Hey Mate

      great plugin and love the fact that it caches too.

      NO criticism at all but just wondering if it is possible to display page comments with the post ones together?

      Just have a lot of comments on one of my pages and would be nice to have them included.

      Thanks again for making a fully featured and easy ti use comments plugin!

      :-)

      Herrin

      2009-03-16 at 6.06 am

    209. I have exactly the same problem as Chollaball.

      Whenever I edit my widgets, My Get recent comment panel
      reverts to
      %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%.

      To fix this, I have to update and save my recent comment options.

      Can you fix this?

      I’ve had this in all versions of WP, now I use 2.7.1

      Rudy Rucker

      2009-03-17 at 4.58 am

    210. same here as the two above me – same issue – %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%

      Thanks – WP 2.7.1 also

      Herrin

      2009-03-17 at 10.15 am

    211. Thanks very much for the nifty plugin.

      The text of the plug in comments are overflowing my sidebar a bit, a problem I do not have anywhere else on the sidebar.

      I am using WP 2.7.1 with the Press Row theme, which I have substantially modified. My sidebar isn’t widget ready so I loaded and activated the plugin and placed the code where I wanted it in my sidebar.

      Everything works great, except for a slight leakage of text at the right side of the sidebar.

      I will appreciate any suggestions.

      Chris Brown

      2009-03-21 at 11.24 pm

    212. “In the tests I did, removing the wp_texturize call didn’t improve matters, I’m not even sure what it does. I have temporarily bypassed the problem by increasing the wrap long words threshold to a much higher number. Is that the correct way to disable the feature? I am fortunate that, in English, there are few very long words in regular use. In German I can see that it may be a more serious problem”- yes it’s very well

      Sergey

      2009-03-22 at 7.54 am

    213. Sweet plugin!

      I had the
      %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%

      error as well and @Krischan’s comment helped me see there was a submenu

      http://blog.jodies.de/2004/11/recent-comments/#comment-489692

    214. I’m using WP-CommentNavi from http://lesterchan.net. It seems the link of comment on side bar doesn’t directly point to the comment but only to the page. Is it possible to correct this problem?

      Rudi

      2009-03-25 at 3.09 am

    215. Great plugin, just a small problem with the display – the comments are very faint. Is it possible to alter the colours of the display?

      Andy

      2009-03-26 at 12.58 pm

    216. sylv3rblade: Do you reveal what error? Or is this a secret? :-)

      Krischan

      2009-03-27 at 8.51 am

    217. Nick: The php function is available in php since php version 4.2. Because wordpress documentation says, at least 4.2 is needed for wordpress, I thought it would be ok, to use this function.
      I think I am going to make the function call optional – if it is not available I will use the old variants. Please let me know wether the next release works for you. (And what php version your host runs).

      Krischan

      2009-03-27 at 8.54 am

    218. I have got the same problem with mb-egex….
      When will the next update appear?

      Recently I use the standard-comments-plugin from wp. it is awful ;-)

      Syntronica

      2009-03-27 at 9.49 am

    219. Same here. Fatal error. I had to disable the plugin immediately. Could you please provide a (temporary) download link to the previous version which worked without any problems? Thanks!

      zonebattler

      2009-03-27 at 10.04 am

    220. I just released a fixed version. Does it help? …

      Krischan

      2009-03-27 at 11.41 am

    221. No it doesn’t:

      Fatal error: Call to undefined function: mb_strlen() in /…/…/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1512

      Please re-distribute v2.0.2!

      zonebattler

      2009-03-27 at 12.01 pm

    222. zonebattler: Can you figure out, which php Version your host runs?

      The old version is here:
      http://blog.jodies.de/blog/get-recent-comments/TEST/get-recent-comments-2.0.2.zip

      Krischan

      2009-03-27 at 12.37 pm

    223. Thanks for the 2.0.4 update!

      Syntronica

      2009-03-27 at 12.51 pm

    224. Ha, first time I have a reason to use the WP-ServerInfo plugin! ;-) It says PHP v4.4.9!

      Thanks for the older version, I will install this as a temporary workaround immediately, hoping that I will be able to switch to the most recent version soon…

      zonebattler

      2009-03-27 at 12.57 pm

    225. After the update to the latest release I saw the error: “Fatal error: Call to undefined function mb_strlen() in get-recent-comments.php:1512″

      Thanks – Tobias

      PS: same for the other mb_* functions

      Tobias

      2009-03-27 at 1.54 pm

    226. ARGH!! I finally got this working, then I updated and how I get this:

      Fatal error: Call to undefined function mb_strlen() in get-recent-comments.php:1512

      noo! lol.

      Ithiel

      2009-03-27 at 2.02 pm

    227. Thank you all guys – I just uploaded the very next version, which should run without the evil mb_* functions :-)

      Krischan

      2009-03-27 at 2.14 pm

    228. thanks for the nice plugin. anyway, How can I add recent comment widget into each two sidebars? Surely I can do that with direct php function call, but it’s not less convenient than widget method. I advise you to enable to append duplicated widget like default text, rss widget.

      Suyeong

      2009-03-28 at 2.42 am

    229. Hello. I’d like to enable Identicons. Is it possible?

      anne

      2009-03-28 at 4.12 pm

    230. Thank you for this great plugin. I’ve been using this for a long time.

      I just upgraded to 2.0.5 version and I get this warning all over the place, which never happened with the previous version.(PHP Version 4.4.1)

      Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1524

      Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1525

      Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1528

      ted

      2009-03-28 at 8.26 pm

    231. I have the same problem like ted:

      Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1524

      Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1525

      Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1528

      Down

      2009-03-29 at 12.46 pm

    232. Ups, eigentlich heiß ich Michael und nicht Down.

      Michael

      2009-03-29 at 12.46 pm

    233. Thanks for the great plugin, just a quick question, is there any way to modify the recent comments template so it can show PHP code? I’m using another plugin and would like to use this within the recent comments template:

      Thanks.
      DW

      Dale-Anthony

      2009-03-30 at 4.25 pm

    234. great plugin! :)

      i was wondering a question…on my website my headers are an image on my sidebars… i made a nice image “recent comments” .. how do I add the image on top of the plugin on the sidebar? Thanks so much :)

      renee

      2009-03-30 at 9.44 pm

    235. Thanks for the recent fix on the Unicode string excerpt. It saves me from mocking around with the code myself. :)

      One enhancement to this already great plugin will be the option to skip blockquotes in excerpt. I tried adding this at line 1291 and it seems to work:
      $comment_excerpt = preg_replace("|

      .+?

      |","",$comment_excerpt);

      Stephen Chu

      2009-03-30 at 10.05 pm

    236. Sorry. Forgot to encode the line of code. :( Here’s the encoded one:
      $comment_excerpt = preg_replace("|<blockquote>.+?</blockquote>|","",$comment_excerpt);

      Stephen Chu

      2009-03-30 at 10.07 pm

    237. Hi, and thank you for your plugin. Just a question relating to the gravatar : is it possible to change the default avatar for, e.g mystery man ?

      koz

      2009-03-31 at 4.25 pm

    238. Ok, sorry, I type quicker than I think.
      If other people have the same question, see “alternate url”.

      koz

      2009-03-31 at 5.07 pm

    239. Danke für deine schnelle Korrektur!

      Michael

      2009-03-31 at 6.37 pm

    240. Thanks for updating the plugins.

      one of the classic plugins for SEO.

    241. Great plugin!!!
      I would you like know if I can use the stadard avatar function inside wp27 for customize recent-comments with the avatar image serve by wordpress (not gravatar) near the comment?

      Lix

      2009-04-03 at 12.16 pm

    242. Hello, We wanted to show the full comment on mouse over, so we had to add an additional variable: %comment_full

      Here is the diff:

      ===================================================================
      — /Users/raphael/repo/wweekco/www/blogs/wp-content/plugins/get-recent-comments/get-recent-comments.php (revision 41)
      +++ /Users/raphael/repo/wweekco/www/blogs/wp-content/plugins/get-recent-comments/get-recent-comments.php (working copy)
      @@ -199,7 +199,9 @@

      <input name=”max_comments” type=”text” id=”max_comments” value=”" size=”3″ />
      - %comment_excerpt – Shortened comment.
      +
      + %comment_full – comment.
      + %comment_excerpt – Shortened comment.
      %comment_link – Link to the comment.
      %comment_author – Name left by the commenter
      %comment_date – Date of comment
      @@ -310,7 +312,8 @@

      <input name=”max_comments” type=”text” id=”max_comments” value=”" size=”3″ />
      - %comment_excerpt – Shortened comment.
      + %comment_full – comment.
      + %comment_excerpt – Shortened comment.
      %comment_link – Link to the comment.
      %comment_author – Name left by the commenter
      %comment_date – Date of comment
      @@ -1406,6 +1409,11 @@
      $trackback_title = kjgrc_excerpt($trackback_title,$chars_per_comment,$chars_per_word,’%trackback_title’,$output);
      }
      */
      +
      +
      + // replace comment_full with the unadulterated comment
      + $output = str_replace(”%comment_full”, $comment_excerpt, $output);
      +
      $comment_excerpt = kjgrc_excerpt($comment_excerpt,$chars_per_comment,$chars_per_word,’%comment_excerpt’,$output);
      if (kjgrc_get_option(”misc”,”convert_smileys”)) {
      if (function_exists(”csm_convert”) ) {

      Seth

      2009-04-03 at 8.28 pm

    243. I love that plugin! But I miss, that comments on images are not displayed too.

      .daniel

      2009-04-04 at 1.50 pm

    244. Dear Kirsten,
      Is it possible to edit the code such that an additional tag is available for showing the category ID of the post’s comment ? like adding a %post_cat ..

      The reason I’m asking is because I’d like to style my comments link according to what categories they belong to.

      I hope you could help me out as I’d appreciate it greatly! Thanks again for the beautiful plugin.

      -Fred

      Fred

      2009-04-09 at 9.30 am

    245. I apologize for getting your name wrong, should be Krischan.

      Fred

      2009-04-09 at 9.31 am

    246. Hi Krischan,

      Great plugin by the way and very versatile. I do have a slight problem with my installation. Since you’ve upgraded from 2 versions ago, my plugin is showing the following:

      http://www.internetbusinesspath.com/internetbusinesspath/resources/recent_comments.jpg

      It seems like the other widgets don’t have this problem, only yours. Would you be able to assist me and possibly see why it’s doing this?

      Thanks.

      Tyrone

    247. How can I exclude page comments from being displayed?

      HH

      2009-04-12 at 6.31 am

    248. how do you highlight your comments in blue, pink, orange, etc.?

      Katie

      2009-04-12 at 4.29 pm

    249. I miss the opportunity to use recent comments widget on more than one widget area.

      As of now, if I use the build-in widget in my sidebar, then I can’t add it to my footer widget as well.

      I know I could use the php code, but then I have to use exec-php as well.

      This is especially an issue when customizing widget areas with widget-logic.

      Thomas Clausen

      2009-04-13 at 7.32 pm

    250. Hi, great job!

      Is there a form to hide JUST ONE USER comments?

      Something like.. if the user is administrator but his username is not admin, show the comments..

      If it’s posible, please give an answer in my mail or here..

      Thanks ;)

      GoRhY

      2009-04-13 at 11.37 pm

    251. Hello,
      Thanks for this excellent plugin which we are using on our community blog. However, since upgrading to the plugin’s latest version, for some reason “%post_counter” is only outputting to total comments in English which used to be Bangla (localised). I can see that you have changed the output in two places: where it used to be “number_format_i18n($post_counter)” instead of simply “$post_counter”. I tried to revert them back but it is not working. Is there anywhere else where I should revert the changes?

      Any advice would be gratefully received.
      With regards
      M

      muktangon

      2009-04-14 at 4.39 pm

    252. On wp 271 with 206 of GRC

      Proving once again that casting out one demon allows 10 more to enter,

      OK in IE 7

      But in Safari 321 and Mozilla 302 on Mac OS X 10.5.6 After a recent troubleshoot I now discover that comments are being rendered

      one
      word
      at
      a
      time,
      sometimes
      with
      puntcuation.

      Have you seen this behaviour before and is there something I did or some solution?

      BGR

      2009-04-14 at 5.47 pm

    253. Hi! Vielen Dank für das supi Plugin. Hätte aber noch eine Frage: kann man irgendwie jedem zweiten Kommentar eine bestimmte alternierende Klasse zuweisen, ohne in den Plugincode selbst einzugreifen?

      .wired

      2009-04-18 at 11.59 pm

    254. Hi, thanks for your excellent plugin, I just started to use it in my blog.

      I notice there is a minor error that I would like to highlight to you. In the Macros <a %author_url_href … eventually the output become <a a href=”http://…

      Also I have made some modification to the get-recent-comments.php file in my blog. A new macro $author_url_full_href is added to the file, so that when %author_url is empty it only display author name, rather than it display an empty link. Here are the modification:

      // line added
      $author_url_full_href = “comment_author_url\”>$comment->comment_author“;

      if (empty($author_url) || $author_url == “http://”){

         $author_url_href = “”;
         // line added
         $author_url_full_href = $comment->comment_author;
      };

      // line added
      $output = str_replace(”%author_url_full_href”, $author_url_full_href, $output);

      Regards,
      Philip Ze

      Philip Ze

      2009-04-19 at 2.06 pm

    255. Hallo, habe ein Layoout problem mit alle Themen, aber man kann es am besten hier sehen: http://www.loutan.net/carnets/?wptheme=iTheme Das Widget hat nicht das gleiche HTML als die andere Widget… ich habe nichts im Plugin geandert, nur %autor_url im Link auf das Author Name, und %comment_link im Link auf die ersten 80 Zeichen des Kommentar… Kann est sein das meine Version von das Plugin irgendwie korrupt ist ?

      Midori

      2009-04-21 at 4.38 pm

    256. Midori: Wie sieht das aus, wenn das recent comments widget nicht das oberste ist?

      Krischan

      2009-04-23 at 12.44 pm

    257. .wired: Da müsste man den code erweitern… Ich finde die Idee nicht schlecht, vielleicht bau ich das mal rein.

      Krischan

      2009-04-23 at 12.48 pm

    258. BGR: I think this is a problem of the theme and not the plugin. The plugin only produces structured data within basic html markups. The layout is done by the css of the theme.

      Krischan

      2009-04-23 at 12.50 pm

    259. muktangon: Your previous version was patched by someone else :-) I never used number_format_i18n() on the numbers. Though it sounds like a good idea! Thanks.

      Krischan

      2009-04-23 at 12.54 pm

    260. GoRhY: There is only the possibility of filtering all “admin” users.

      Krischan

      2009-04-23 at 12.56 pm

    261. Aah, Sie haben wahrscheinlich etwas gefunden: wenn es am zweite oder dritte Platz ist, gibt dieses Problem nicht SOLANGE das Widget direkt oben ist ein “Offiziell” Widget und nicht ein Plugin-widget… (z.B. Authors => kein Problem / Language picker => Problem). Wenn ich setze Get Recent Comments wieder oben es bleibt “Korrekt” bis ich wähle ein andere Thema. Wenn ich lasse “Authors” oben, es geht für alle Themen.

      Ich werde es so benützen bis Sie das Problem korrigieren, obwohl ich mag am besten Get Recent Plugin ganz oben :)

      Midori

      2009-04-23 at 11.25 pm

    262. great plug-in! thanks! but warning message appeared in my wordpress like this:

      Warning: mb_regex_encoding() [function.mb-regex-encoding]: Unknown encoding “EUC-CN” in /homepages/26/d170312892/htdocs/zb/blog/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1054

      regards,
      Jerry

      Jerry

      2009-04-24 at 8.21 am

    263. Greetings, I really like this plugin. A minor but important issue I’m having with it is that gravatars are not being displayed, despite the fact that gravatars work properly in my post comments.

      I’ve double-checked everything I can. Was wondering if someone here might be able to offer some ideas for a solution.

      Thanks for any help.

      Deb

      Deb Phillips

      2009-04-24 at 10.12 pm

    264. I’m embarrassed, but I just realized how to bring up the gravatar! Here’s another question, though. So far all recent commenters don’t have a gravatar, so the default gravatar shows up.

      Is it possible to bring up identicons instead of the default gravatar? Thanks!

      Deb Phillips

      2009-04-25 at 4.51 am

    265. Hi Krischan,

      I love this plugin. Thanks. I am using it as a widget in wordpress 2.7.1 – I would like the oldest comment to be at the top and the most recent comment to be at the bottom; how can I fix that? I don’t know much about html, so if you can supply the code and tell me where to put it that would be so helpful! You can see how I have it set up now on my blog at the URL provided.

      Marina

      2009-04-26 at 7.53 pm

    266. Hi, thanks for this great plug-in. It looks like it should do everything I need, but I’m having trouble with the options. The changes to the settings are not reflected on the output. The only way to make changes seems to be by clicking the edit widget button — and that only allows changing the number of comments and the title. I don’t seem to have the other options that show in your illustration. In fact my menu options in Wordpress are different than you show. I don’t have “presentation”, I have “appearance”. Is this a difference between my 2.7.1 and older versions?

      In particular I was interested in getting the content of the comments on the sidebar (just as shown on your website) which should happen even in your default mode. I’ve tried different themes and don’t see the content in any of them.

      Macgardens

      2009-05-04 at 2.10 pm

    267. Hi, I want to change the widget title from the standard text to an image – how do I do this?

      Toby

      2009-05-08 at 2.34 pm

    268. hi, i love your plugin mate.

      but i have a little problem with the gravatars.
      I dont know why it show the random gravatar picture

      here is the code.

      %gravatar %comment_author%post_title %comment_excerpt

      g00fie

      2009-05-11 at 10.50 am

    269. %gravatar[a href="%author_url " title="%post_title, %post_date"] %comment_author[/a] på [a href="%post_link" title="%post_link, %post_date"]%post_title[/a] [small]%comment_excerpt[br][/small]

      g00fie

      2009-05-11 at 10.51 am

    270. Hi there, I’ve been playing around with the category excluder functionality and it doesn’t seem to be working for me.

      1) When I exclude one category – the comments on posts in that category continue to show up in the output.

      2) When I selected to “include” all the categories except one – it worked fairly well but it seemed to be not including at least one category that I wanted included.

      Any ideas, links?

      thanks, Mike

      Four Pillars

      2009-05-23 at 3.33 am

    271. utf8 error in get_recent_comments.php . i converted it utf-8 without bom and worked fine .

      Deniz

      2009-05-28 at 1.43 am

    272. Deniz, how did you find the utf-8 error?

      Krischan

      2009-05-28 at 12.17 pm

    273. I’m a total loss I’ve tried everything I can think of but for some reason I can only get the default gravatar. What’s even more peculiar its not even the default as set in my discussion admin
      please advise. I’m about to pull out my hair

      nita

      2009-05-29 at 1.57 pm

    274. Hi,

      I have the Profile Picture plugin installed, and when I use “%profile_picture” for the recent comments, nothing shows up at all.

      I use this code:
      %comment_author: %comment_excerpt

      And everything shows up perfectly in the result except the profile images, they do not show up under recent comments in the sidebar, they only show up in the actual comments section of posts.

      Under “Results” in the plug-in options page, the src part is src=”" , so the %profile_picture isn;t being updated there. Is there a way to fix this !?

      osharara

      2009-06-01 at 8.45 pm

    275. Hi,

      I love the Recent Comments plugin! Question: how do I link the post_link to the title of the post (in addition to the commenter’s name?)

      For example, in the comment below I want to make the post title “Making Envy Work for You – Helen Gurley Brown” a hotlink that takes readers directly to the post itself.

      Gini Grey: Another great article Laurie. I’ve been playing with turning envy around lately, but… Making Envy Work for You – Helen Gurley Brown

      Thanks!

      Laurie

      Laurie PK

      2009-06-07 at 11.53 pm

    276. Hi
      I need to integrate the code of this widget into the sidebar.php because it has four other items. I did it like with the others by copy and paste. It does not work at all. If I activate it as a widget, it replaces the existing sidebar.

      What should I do to keep the sidebar and your functionality?

      Thanks for helping!

      Ahmet

      2009-06-08 at 1.24 pm

    277. Weird problem on my blog. I have the character cut off set at 60 characters but some cut off at far less than that, often at 10 characters or less.

      Any thoughts?

      http://www.hostileresponsestohelpfulsuggestions.com/

      Glark

      2009-06-10 at 4.43 pm

    278. I’m having one problem with this otherwise terrific plugin: post titles are not wrapping.

      This makes the formatting a bit clunky because the right margin becomes very jagged.

      Is there a way to ensure that long post titles are not moved down to a lower line, but wrap over two lines?

      Thanks,

      Chris

      Chris

      2009-06-11 at 1.47 am

    279. Wordpress 2.8 broked this plugin!

      Special K

      2009-06-11 at 5.24 pm

    280. I was checking uncle G for some comment plugins and there your plugin just pop up. Hope it will save me some work.

      John

      2009-06-12 at 3.34 pm

    281. Ah, nevermind I figured it out. :)

      Glark

      2009-06-12 at 4.12 pm

    282. Is it compatible with Wordpress 2.8??? Any issue with the new Wordpress release??

      Web Talk

      2009-06-13 at 8.24 am

    283. Is it possible to define max. number of comments to show from within the template tag??

      John david

      2009-06-14 at 9.35 am

    284. Greate plugin!!

      I have an idea… Add ajaxed page navigation to give visitors the ability to view older comments.

      Levani

      2009-06-14 at 6.56 pm

    285. I guess no answer to my question…will try another plugin.

      Laurie PK

      2009-06-15 at 2.20 pm

    286. With wordpress 2.8 I now have to manually update the plugin to make the “recent comments” to update on my page. (go in to settings and press “update recent comments options”)

      More than me that had this problem?

      Carl Rytterfalk

      2009-06-15 at 11.59 pm

    287. this doesn’t worked with Wordpress’ built-in paged comments. The links to individual comments re broken unless the comment appears on the first page of the comments. Otherwise, the links don’t work.

      katy

      2009-06-16 at 5.37 am

    288. @ Laurie PK

      have some fait. the creator of this plugin is a little lazy but in the end he will update it (at least, this is what he has been doing for the previous versions of its plugin) he just needs to wake up! lol

      Web Talk

      2009-06-16 at 10.39 am

    289. I hope he wakes up soon(er) :D

      Carl Rytterfalk

      2009-06-16 at 11.12 am

    290. Good morning guys!

      As usual wordpress keeps downwards compatibilty to it’s plugins. We have no really bad problems until now. There is only one bug report (by kate) which is on the todo list.

      Does anybody know of any other bugs to fix?

      Thanks to you all!

      Krischan

      2009-06-16 at 11.12 pm

    291. Carl: Most probably this has nothing to do with wordpress 2.8. Please try this workaround: disable the cache.

      Krischan

      2009-06-16 at 11.14 pm

    292. Laurie:

      <a href="%post_link">%post_title</a>
      

      You owe the oracle a link to “selfhtml” :-)

      Krischan

      2009-06-16 at 11.37 pm

    293. Hi,
      I comment I want to show thumbnails of the next. How to make this ?

      Nasıl Yapılır

      2009-06-20 at 9.31 pm

    294. I’m having the same problem as Carl. How do I disable the cache?

      Hilary

      2009-06-23 at 5.15 am

    295. Nevermind. I found where to do it. Hopefully that will do the trick. Thanks!

      Hilary

      2009-06-23 at 5.20 am

    296. And…problem solved. Thanks!

      Hilary

      2009-06-23 at 5.58 pm

    297. Is it possible to give get_recent_comments() variables, if I want to use it several places in my theme.

      For example:
      get_recent_comments(4)

      Would get the recent comments from category ID 4

      Ronny

      2009-06-24 at 10.01 am

    298. I have the same question as @Ronny…

      would love to be able to use multiple instances of the plugin and define how many recent comments to show each time.

      Charles

      2009-06-25 at 8.45 pm

    299. Thank you so much for the great plugin!

      I also have the same question as both Ronny and Charles; is there a way to use multiple instances of the plugin on the same page, and choose from certain categories (just like Ronny showed)?

      I did see you told @ferriol that by comments seperated by categories is not yet possible, looking for work around using multiple instances and calling specific categories.

      Eric

      2009-06-27 at 8.01 am

    300. I used wordpress 2.8 and install this plugin but when I config new format for recent comments layout my session kick me to logout from admin page and cannot login with old password anymore!!! what happen!!??? I have to reset my admin password everytime and cannot use this plugin :(

      cylenre

      2009-06-28 at 9.31 am

    301. Hi Ronny, Charles an Eric: The plugin is not able to take variables from the function call. The is a frequently requested feature – I will implement it, but I can not promise, when.

      Krischan

      2009-06-30 at 10.55 am

    302. cylenre: I am sure, that you experienced a coincidence. The plugin does nothing with the passwords, and a serious bug like this would have been known earlier, because there are thousands of installations of the plugin in the wild.

      Krischan

      2009-06-30 at 10.59 am

    303. The code change above suggested by Chris Murphy above corrected a but which I have noticed since first using this plugin with WP 2.3, where punctuation was incorrectly formatted only on the recent comments list.  I would strongly recommend this be done in the base code.

      Line 1247: remove $comment_excerpt = strip_tags( wptexturize($comment_excerpt) );
      replace with:
      $comment_excerpt = strip_tags( $comment_excerpt );

      It’s line 1291 in the current version 2.0.6
      Thanks for the handy plugin!

      David Roberts

      2009-07-01 at 6.18 am

    304. I was just wondering, why all of a sudden my comments are no longer sorted by comment date? can you pelase have a look? follow the link of my profile to my homepage and check out the sidebar, the comments in the second tab are not sorted by date :-(

      ovidiu

      2009-07-01 at 10.06 am

    305. Hello, any clues on how could I use multiple instances of this amazing plugin?

      Catalin Zorzini

      2009-07-05 at 10.46 pm

    306. When I installed a different widget I must have put PHP into a less-forgiving mode, because I started getting errors like

      Notice: Use of undefined constant comments – assumed ‘comments’ in /home/jerssoft/public_html/muddled/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 928

      It seems you have a few unquoted values that should be string literals, two on line 928 and two on line 929. Not a biggie but you probably want to clean those up.

      Jerry

      2009-07-11 at 4.14 am

    307. Thanks for your work on this plugin, love it!

      Michael

      2009-07-11 at 5.59 am

    308. I ought to try out this plugin since there are so many comments and responses.

      Dr. L M Foong

      2009-07-12 at 7.33 am

    309. Thanks for a great plugin and all the work that goes into creating and maintaining it! Much appreciated.

      Susan

      2009-07-13 at 3.40 am

    310. Hi Krischan,

      RE: get_recent_comments() function.

      Do you have any updates as to when it will be possible to pass variables, such as the Category ID?

      Kind regards,

      Mitul

      Mitul

      2009-07-13 at 8.42 pm

    311. Hi there, fantastic plugin. Does anybody have any suggestions for a peice of code I could add to the plugin to add a ‘next’ and ‘previouse’ button that would display the previouse X (how ever many comments have been set to be displayed) comments.
      Thanks

      Tarka

      2009-07-15 at 3.06 pm

    312. @Mitul

      There is a category ID in $post->term_taxonomy_id. If the post belongs to several categories, it’ll contain the last category found in the database.

      @Krischan,

      your plugin is fantastic. I’ve written a plugin too : Category Icons (v2.1 is compatible with WP2.8+) and I have a request : could you please add thoses lines in your plugin to add compatibility with my plugin :

      if (function_exists( ‘get_cat_icon‘)) {
      $output = str_replace( ‘%post_icon‘, get_cat_icon(’cat=’.$post->term_taxonomy_id.’&echo=0&link=false’), $output);
      }

      %post_icon will then display the category icon of the post. To be more precise, it’ll display the LAST category icon, as $post->term_taxonomy_id contains the last category found in the database if the post belongs to several categories. I’ll be very happy if my plugin was compatible with your Get recent comments plugin ! :D

      Submarine

      2009-07-23 at 8.23 am

    313. Please help. Where do I edit the comment lengths and number of comments to display?? Is it in the get-recent-comments.php file? I can’t seem to find it.

      Also, by default, the recent comments are listed in “list” form, is there anyway I can change that?

      Thanks.

      KT83

      2009-07-24 at 7.26 am

    314. My “recent comments” only show the author and comment. it doesn’t show in which post the comment is made. How can I change this? Thanks!

      KT83

      2009-07-24 at 7.29 am

    315. Where is Options/Recent Comments?

      KT83

      2009-07-24 at 8.48 am

    316. NEVERMIND! I figured it all out. Thanks

      KT83

      2009-07-24 at 9.35 am

    317. Hallo,

      es stört mich zwar nicht wirklich, aber ist es irgendwie möglich Gänsefüsschen (”) durchgehend korrekt darstellen zu lassen?

      Wenn nämlich in dem Teil des Kommentars, welches in der Sidebar angezeigt wird, Anführungsstrichchen vorkommen, dann wird meistens (nicht immer) irgendwelcher Mist stattdessen angezeigt. Das ändert sich leider auch nicht wenn ich ein &quot; daraus mache.

      Irgendeine Idee? Dankeschön!

      Tina

      2009-07-24 at 10.33 pm

    318. Is this the exact plugin that is also used on the right side-bar of this website?

      Michael Pillsbury

      2009-08-07 at 11.33 pm

    319. No, Michael, I don’t use my own plugin. Just kidding, of course this is the get recent comments plugin. :-)

      Krischan

      2009-08-09 at 1.01 am

    320. Hey there,
      Nice plugin, better than the standard widget in WP. Only thing is I would like the recent comments which are shown in the sidebar to be clickable to the entrie or comment itself. This would be very helpful for reading the complete comment when it was chopped because it was too long…

      Iwan

      2009-08-10 at 7.22 pm

    321. I like your theme Binary Moon. I am experimenting a problem. When you visit the site, this error appears:

      Fatal error: Call to undefined function get_header() in /home/haqknehq/public_html/edurd.com/index.php on line 2

      I re-copied the index.php file. It is the first time I see this error. How can I find the filed get_header()

      Victor Rodriguez

      2009-08-18 at 11.05 pm

    322. Victor: Thanks for the compliment. But I am not the author of binary moon :-)

      Krischan

      2009-08-23 at 12.01 am

    323. thank you for this great plugin! happy greets from austria :)

      ralph

      2009-09-06 at 12.15 am

    324. like so many others here, I also need to restrict my comments to a single category, any idea when this functionality might be available?

      Brent Lagerman

      2009-09-07 at 5.30 am

    325. Hi,

      ich habe auch das Problem, leider schon immer, dass Sonderzeichen, selbst im Unicode-Format, und wenn es nur einfache Gänsefüßchen sind, fehlerhaft in der Sidebar angezeigt werden.

      Außerdem werden blöderweise Sonderzeichen wie normaler Text behandelt und mittendrin abgeschnitten, so dass beispielsweise aus &#8… wird.

      Gibt’s da irgendeine einfache Lösung?

      Tina

      2009-09-11 at 4.42 pm

    326. Hi,

      Would you be interested in making a feature for this plugin that allows the comments to be randomly displayed every time a page loads? If so how much would you charge in USD?

      -Don Elliott
      Elliott Design

      Don Elliott

      2009-09-13 at 8.42 pm

    327. I’m sorry if this is not the appropriate place to ask this question, but I’m attempting to use this plugin on a site I am working on. I’m using the latest version of Wordpress MU, 2.8.4. It is working excellently on all but one page. The page is a single post view containing a poll. (wp-polls by Lester Chan). On the problematic page it is not displaying the name of the commentator. I have removed the recent comments from this page temporarily as this is an active site.

      If you have any ideas as to how I can correct the problem please let me know. Thank you for the otherwise wonderful plugin :-)

      Laura Wieler

      2009-09-17 at 1.17 am

    328. Okay, so it turns out I had used CSS to hide all anchor tags found within list tags on the offending page. All is working well now!

      Thanks again for the great plugin.

      See it in use at http://ogleto.com/blog

      Laura Wieler

      2009-09-17 at 2.09 am

    329. Really great way to interact with visitors making them returning visitors.

      Feller

      2009-09-18 at 11.45 am

    330. Hi Krischan,

      Thank you, thank you for such a wonderful plug-in! I have only one small issue, and I’ve searched for an answer with no luck so far.

      Basically the recent comments seem to be cutting off arbitrarily–in some cases only after 2-3 words, even though I have the character limit set to 120 (on WP 2.8.4, with the latest recent comments build).

      Here’s the site (www.emandlo.com), which is a dating/relationship/advice site, so the content is a tiny bit NSFW. The comments are on the left, and seem to cut off–some earlier than others. Any idea how I might fix this?

      Thanks again for your excellent plug-in, and thanks so much in advance for any suggestions you might be able to offer as to how to address this issue.

      Cheers!

      Rob

      rob

      2009-09-18 at 7.34 pm

    331. Nevermind–I think I figured it out. Thanks again!

      rob

      2009-09-18 at 8.13 pm

    332. Damn… it’s actually happening again. Has anyone seen this before? Check the top comment (or the one that seems to be cutting off if it’s not the comment by the time you click through): http:..www.emandlo.com

      There’s no punctuation there at all… why is that comment from “Rob” cutting off early?

      Thanks so much, would appreciate any help on this.

      Cheers!

      rob

      2009-09-19 at 1.49 am

    333. Any ideas, Krischan or anyone else? Thanks!

      rob

      2009-09-21 at 3.33 pm

    334. PROBLEM!!

      I tried a lot and I don’t even could activate the plugin.

      This is the message.

      Please, someone help me!!

      Fatal error: Cannot redeclare get_recent_comments() (previously declared in /home/raybanoc/public_html/oculosvogue.com.br/wp-content/themes/Note Guy/functions.php:59) in /home/raybanoc/public_html/oculosvogue.com.br/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 854

      Fernando

      2009-09-22 at 7.19 pm

    335. Fernando: Which version of wordpress, get-recent-comments and php are you using?

      Krischan

      2009-09-24 at 11.13 am

    336. rob: Am I too late to see the error on your page?

      Krischan

      2009-09-24 at 11.14 am

    337. Weird bug: We have a website with lots of comments and consequently the comments are shown on multiple pages. We display the oldest comments first, so the newest ones are on sub-pages. The problem is that when a new comment is added on these sub-pages, the comment links in the Widget aren’t working. It looks like they just don’t have the proper url structure.

      Anyone bumped into this issue? Could it be because the plugin can’t handle multiple comment pages?

      Thanks for the great plugin!

      Steph

      2009-09-24 at 3.28 pm

    338. Krischan:

      PHP5
      get-recent-comments Versão 2.0.6
      wordpress 2.8.4

      Can you please help?

      Fernando

      Fernando

      2009-09-24 at 9.14 pm

    339. Fernando: These versions are known to be working. There is something wrong with your wordpress installation. Somehow your installation tries to include the plugin twice. Or it includes several different versions. Can you check the plugin directory? Are there old files, which you should delete?

      Krischan

      2009-09-25 at 11.16 am

    340. Steph: You are right: Putting comments on multipe pages is a pretty knew option in wordpress, and the plugin doesn’t know how to handle that. Until it does I would recommend to let the plugin show less comments than you put on one comment page. Since it only shows the newest comments, there shoud be only links to the first comments page. And this is backwards compatible.

      Krischan

      2009-09-25 at 11.21 am

    341. Krischan: I erased the plugin by ftp, and donwloaded again and tried again. It didn’t activate again.
      It’s incredible, I’m the only guy in the world that is not abled to use your plugin. I don’t see anybody else with my problem. It doesn’t even activate.

      Krischan, if there is any plugin that does something close to yours would you please send me by email?
      In case I can’t fix this?

      Thanks a lot!
      Best regards,
      Fernando

      Fernando

      2009-09-25 at 5.15 pm

    342. I have just recently upgraded to 2.8.4 from the legacy 2.0.11. I’m pretty sure that the recent comments plugin was working in the first couple of days after the upgrade. But as of today, the sidebar doesn’t update unless I go into the plugin settings and hit “update recent comments options”.

      The only change I’ve made was to switch all the wp database tables from latin1 to utf-8. But this started occurring a couple of days earlier when I was failing to make the database switch and having to restore the databases entirely from backups.

      Any ideas about what I might have done to cause this error?

      Thank you.

      E Morris, etherwork.net/blog/ (unlinked in an attempt to deter spammers)

      ejm

      2009-09-25 at 7.02 pm

    343. Krischan, I want to make a Page which shows all the comments on all posts and pages on my blog in a descending order with pagination. Is it possible with your plugin? Thanks.

      hurry

      2009-09-25 at 8.23 pm

    344. ejm: No idea. But usally in this case it works to disable the caching. http://blog.jodies.de/2004/11/recent-comments/3/#cache

      Krischan

      2009-09-27 at 4.08 pm

    345. is this bug?
      Thai language topic does not show up comment
      but Eng language topic show comment.
      you can see in this pic below

      …my english not strong

      messi

      2009-10-03 at 4.48 am

    346. messi

      2009-10-03 at 4.49 am

    347. Thank you, Krischan, that did the trick.

      ejm

      2009-10-04 at 5.42 am

    348. Hallo!
      Wie kann ich einstellen:
      User(fett)und Beitragsnamen angeben.

      Zegger

      2009-10-05 at 4.06 pm

    349. Hi Krischan,

      Thank you for the great plugin! I’ve used it before on previous versions of WP and it was working fine, but now I’m having problems with WordPress 2.8.4. I’m testing my site here http://crimefiles-bg.com/wordpress/

      Recent comments is in the bottom-right part of the site. The problem is that the comments from certain posts make it crash or something and it doesn’t show anything. And the posts in question are not the same every time, sometimes it’s one, then other, then even two or three at a time. When I disable the comments under these posts it’s working but when I add new ones (no matter under which post) it starts behaving again.
      Tried to disactivate the plugins but it still won’t work. Then I switched to the default template, turned off all the plugins and when I put recent-comments in the sidebar it won’t work on the homepage but only in posts.
      I hope you have any ideas what may be the problem and if it’s fixable. I really would like to use this wonderful plugin:)

      Sylvia

      2009-10-06 at 9.37 am

    350. Hi,
      thanks for the plugin. Its great..I have one question…
      Where can i change the CSS attributes for this plugin.. coz it makes my template dont look so good..

      Any idea?

      Thx

      Romeo

      2009-10-09 at 6.36 pm

    351. Love this plugin, thanks very much for working on it. :)

      I’m another guy suffering from the ‘comments on sub-pages’ issue. The workaround doesn’t really work for me as the oldest page is shown first, and this isn’t going to change.

      Ryan Williams

      2009-10-13 at 3.39 pm

    352. this is a great plugin but it does not work…. it shows comments in categories that i specifically set to NOT show in the categories settings. any idea how to fix this?

      joe

      2009-10-16 at 7.47 pm

    353. Any chnace in adding a feature whereby we can template the “Comment ID” only e.g.
      %comment_ID – Comment number/ID []

      thanks

      Pete

      2009-10-22 at 7.27 pm

    354. I have ‘Exclude comments by blog authors (your own comments)’ ticked but it’s still not showing administrator comments. Is this a bug with the current release or something isolated to my site? Can anyone confirm?

      Ryan Williams

      2009-10-31 at 1.10 pm

    355. Hello,

      I’m the author of Comment Rating plugin. http://wealthynetizen.com/wordpress-plugin-comment-rating/
      which adds clickable images for readers to vote in the Likes vs. dislike fashion.

      I had user asking for a widget to display comments with the voting results in sidebar. You have done a excellent plugin/widget and I have no intention of reinventing the wheel.

      Could I branch off you plugin and add the Comment Rating images and votes? To be mroe specific, I’ll create a Comment Rating widget using your code and follow your release schedule. Of course, the work will be attributed to you.

      Please let me know whether this is ok with you.

      Kind regards,
      Bob

      Bob King

      2009-11-01 at 3.41 pm

    356. Hello,
      great plugin ! Is it possible to no have the link to a website on a name of a poster ? I mean impossible to click on a name if there is a link.
      thakn you
      Samuel

      Samuel

      2009-11-02 at 12.47 pm

    357. Hi, thanks for your plugin!

      I would just like to highlight that your current version (2.0.6) is using the deprecated wp function get_settings, which has been replaced by get_option – see http://codex.wordpress.org/Function_Reference/get_settings

      Daniel Chong

      2009-11-03 at 4.49 pm

    358. Hi, I’m using this nice plugin since 2 month now and It’s a really nice plugin except the fact that emoticon conversion doesn’t work. Please see image at : http://amalric.alexandre.free.fr/wp-content/Emoticon.PNG

      Alex

      2009-11-06 at 11.53 am

    359. I can’t get the text to align at the top of the gravatar. Any help?

      Brady martin

      2009-11-06 at 7.34 pm

    360. Your plugin is great! But how about to do characters limitation for Post Title? I think it must be very simple :)

      Sergy

      2009-11-07 at 1.17 am

    361. Hi, Krischan!

      Wondeful, very useful plugin, thank you very much!

      With WordPress comments pagination feature on, sometimes a recent comment is on the previous page. Is there a way to print out comment links with the comment page specified?

      Ivan

      2009-11-08 at 10.44 pm

    362. Bob, I think the best way would be to add a macro “%rating”. At the first glance it looks like it’s easy to use to add support for your rating function. Feel free to branch off. I will backport the changes to the next plugin release, to save you from having to patch it over and over again.

      Krischan

      2009-11-09 at 11.49 pm

    363. Krischan! please help me with characters limitation for Post Title. For Post Comments it work perfect, how to do same for Post Titles?

      Sergy

      2009-11-10 at 12.49 am

    364. Thanks, I just was needed this widget.

      Surcentro

      2009-11-10 at 7.19 pm

    365. How can I get comments newest comments to appear first. As the 22nd comment people have to go back three pages t find most current comment shown on the widget in sidebar.

      Bill Gram-Reefer

      2009-11-16 at 11.27 pm

    366. Hi guys!

      This seems like a very sweet plugin. But the exclude categories function does not seem to work. Even when in settings telling the plugin not to list comments from a certain category they still appear….

      Is this a bug? Anyone know how to get around this?

      Cheers,
      Erik

      Erik

      2009-11-21 at 1.42 am

    367. Hey Krischan
      This is a terrific plugin. The options are incredible. I’ve recently changed the way I’m doing widgets on one of my sites (now using section widget) and I can’t get GRC to work that way. Had the same issue with another plugin, but using a shortcode for the output solved it. Any chance of getting a shortcode for the output of GRC?

      kc

      2009-11-23 at 6.26 am

    368. Oh … barring the shortcode, another option might be the ability to designate what page the plugin output appears on … for example, i’m only looking to have it on the main page.

      thanks … and again, great plugin.

      kc

      2009-11-23 at 6.33 am

    369. Hey!
      I have a tricky question.

      On my blog I’m using the allow categories plugin to restrict access to certain categories to non-logged user. Can we manage to get recent comments for restricted categories only when we are logged and get recent comments to the other categories only when we are not logged to the blog ?

      Thanks,
      Tom

      Tom

      2009-11-27 at 7.32 pm

    370. Thanks for a very useful plug-in.

      B Shantanu

      2009-11-27 at 8.48 pm

    371. tQ fer sharing :)

      wan2911

      2009-11-29 at 6.31 am

    Leave a Reply