Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Better WordPress Recent Comments

Περιγραφή

This plugin displays recent comment lists at assigned locations. It does not add any significant load to your website. The comment list is updated on the fly when a visitor adds a comment or when you moderate one. No additional queries are needed for end-users.

A recent comment list, in my opinion, can help stimulate discussion and exploration of your blog tremendously. Now for the past few months I have been using a plugin called Get Recent Comments; though this plugin is configurable and indeed popular, the code is somehow messy and no support for custom post type is found. The worst thing is Get Recent Comment doesn’t seem to be updated anymore, so I decide to write another recent comment plugin which is more lightweight and makes use of some nice features provided by WordPress 3.0.

Powerup your recent comment list today!

  • Group comments by post (inspired by the classic Get Recent Comments plugin).
  • AJAX navigation for any recent comment list you want!
  • Has the options to show comment only, trackback only, or show both (separately or all together)
  • Get comments from a specific post, using either ID or post name (slug).
  • Possibility to add different comment lists with different settings on one page
  • You can show comments on a separate page, with pagination and custom template!
  • You can sort comment lists descendingly or ascendingly
  • Supports custom post type
  • Supports Gravatar
  • Supports smiley
  • Widget-ready
  • Template functions ready
  • Generate Zero SQL query for end-users
  • Possibility to trim post title to a certain number of words.
  • Possibility to trim comment to a specific number of words
  • Possibility to split long words into smaller chunks
  • WordPress Multi-site compatible (not tested with WPMU)
  • And more…

Get in touch

Languages

  • English (default)
  • French 1.1.0 (fr_FR) – Thanks to Ma�tre M�!
  • Russian 1.1.0 (ru_RU) – Thanks to Konstantin (kg69design)!
  • Ukrainian 1.1.0 (ua_UA) – Thanks to Konstantin (kg69design)!
  • Portuguese 1.2.1 (pt_PT) – Thanks to Marcus (http://www.maniadecelular.com.br)!
  • Spanish 1.2.1 (es_ES) – Thanks to Jordi!
  • Polish 1.2.1 (pl_PL) – Thanks to Jarek!

Please help translate this plugin!

Visit Plugin’s Official Page for more information!

Στιγμιότυπα

  • Showing recent comments using customizable widget
  • Paginated comment list on a separate page with custom template
  • AJAX navigation in a widget (WordPress 3.2's Twenty Eleven Theme)
  • Recent comments grouped by posts
  • The configuration page

Εγκατάσταση

  1. Upload the bwp-recent-comments folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress. After activation, you should see a menu of this plugin on your left. If you can not locate it, click on Settings under the plugin’s name.
  3. Configure the plugin
  4. Enjoy!

View instructions with images.

Συχνές Ερωτήσεις

Check plugin news and ask questions.

Installation Instructions
  1. Upload the bwp-recent-comments folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress. After activation, you should see a menu of this plugin on your left. If you can not locate it, click on Settings under the plugin’s name.
  3. Configure the plugin
  4. Enjoy!

View instructions with images.

Κριτικές

22 Νοεμβρίου 2022
I really like it, but it has not been updated, and to work with php 8 you need to go into class-bwp-rc-widget.php and change "function BWP_RC_Widget()" to "public function __construct()" Then last row of the function, instead of "$this->WP_Widget" put "parent::__construct"
11 Ιανουαρίου 2018
Except it wasn't updated for so long, now it throws notices and warnings. Could you please update it so I can use it? Easily a 5star plugin, with no competitor coming even close.
Ανάγνωση όλων των 15 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Better WordPress Recent Comments” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “Better WordPress Recent Comments” έχει μεταφραστεί σε 3 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “Better WordPress Recent Comments” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

1.2.2

  • Marked as WordPress 3.7 compatible.
  • Updated BWP Framework to fix a possible bug that causes BWP setting pages to go blank.
  • Good news: ManageWP.com has become the official sponsor for BWP Recent Comments – Read more.

Note: other bugs such as wrong number of comments displayed or RTL WordPress version display issues will be fixed in 1.2.3 (scheduled for November).

1.2.1

  • Fixes:
    • Fixed some Notices produced when WP_DEBUG is set to true.
    • Fixed a bug in admin area that could corrupt recent comment list instances.
    • Fixed a bug that breaks an ajax recent comment list.
    • Fixed a bug that breaks the paged recent comment list on a page.
    • Fixed a bug that can breaks RTL WordPress.
    • Comment text should now be shown in full if trim setting is set to 0.
    • Comments from password-protected posts and private posts should not be shown.
    • Trackbacks/pingbacks in spam folder should not be shown.
  • Improvements:
    • (hot) For recent comments grouped by posts: new comments on old posts should now be shown correctly.
    • Comment numbering (%comment_number%) has been added to all recent comment lists. As per requested: [https://wordpress.org/support/topic/id-like-to-remove-the]
    • Long words chunk splitting has been improved to support multi-byte characters.
    • Comments from attachment pages should now be shown too.
    • Added a new filter (bwp_rc_dotdotdot) to allow customization of the ... after trimmed comments.
    • Updated Ajax recent comment list to use jQuery’s new .on() method.
  • Misc:
    • Added Portuguese transation – thanks to Marcus!
    • Added Spanish translation – thanks to Jordi!
    • Added Polish translation – thanks to Jarek!

1.2.0 RC1

  • You can now group comments by post, this is inspired by the classic Get Recent Comment plugin.
  • You can now have AJAX navigation for any recent comment list you want! Comment list on a separate page also supports AJAX.
  • Templates available for both grouped comments and the AJAX navigation.
  • Added a shortcode ([bwp-rc]) to show recent comment lists on a separate page.
  • More template tags for you to use:
    • %author_archive%: link to a comment author’s archive page if found.
    • %comment_count%: the number of comments for the current post.
    • %comment_number%: a comment’s number in the list, e.g. 1, 2, 3, etc. Useful when showing comments on a separate page.
  • Added a new CSS file that will be used when you disable avatar.
  • Added a new filter using which you can apply your own default avatar.
  • A lot of bug fixes and other improvements which make the plugin much faster and more stable!

Check out the release announcement for more information!

Note: Due to the complexity of this new release, feedbacks are greatly appreciated! If you have any problem, even the smallest, please contact me. Thanks!

Note to translators: There are a lot of text changes in this version, please update your translations when you have time, thanks!

1.1.0

  • You can now show comments on a separate page, with pagination and custom template!
  • You can also get comments from a specific post, using either ID or post name (slug)!
  • It’s now possible to trim post title to a certain number of words.
  • Implemented a new way to exclude certain comment authors, using a user’s id.
  • Added a translation tag to %post_title% to make this plugin compatible with multi-lingual websites/blogs.
  • Fixed the non-functional %post_link% template tag.
  • Other unspecified enhancements and bug fixes ;).

To see the awesomeness of this major release, take a look at the release announcement! Thanks for using this plugin!

1.0.1

  • Fixed the bug that strips legit HTML tags in comment templates. Thanks to Mike McKoy!
  • Fixed the bug that prevents empty comment templates.
  • Fixed the widget class so that it functions more expectedly.
  • Fixed some minor bugs that might cause notice or warning messages. Thanks to Konstantin!
  • Added a reset instances button that will reset all malformed instances caused by 1.0.0’s bugs.
  • It is now possible to have HTML in ‘no comment’ and ‘stripped comment’ message.
  • Comments that belong to trashed posts are no longer included in comment lists.

1.0.0

  • Initial Release.