English Users :
This plugin is a modified version of Get Recent Comments.
This version supports MyBlogLog Avatars (my customed version with fail over support). You can find it here.
Extract from Krischan Jodies description :
This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. You have comprehensive control about their appearance. This ranges from the number of comments, the length of the excerpts up to the html layout. You can let the plugin order the comments by the corresponding post, or simply order them by date. The plugin can (optionally) separate the trackbacks/pingbacks from the comments. It can ignore comments to certain categories, and it offers support for gravatars. It only gives extra work to the database, when actually a new comment arrived. You can filter out unwanted pingbacks, which originate from your own blog. And it is a widget.
Installation
- Download the zip file and uncompress it in your plugin directory.
- Activate the plugin in the admin section.
- Configure the options (%gravatar is used to display an avatar)
- Add the following lines wherever you want the comments with avatars to show up (in the loop) :
1 2 3 4 5 6 7 | <?php if (function_exists('get_recent_comments')) { ?> <li><h2><?php _e('Recent Comments:'); ?></h2> <ul> <?php get_recent_comments(); ?> </ul> </li> <?php } ?> |
Download
Download get-recent-comments_MBLA.zip
Thanks to Krischan Jodies who deserves all the credit for this.
Example
![]()
Utilisateurs Français :
Ce plugin est une version modifiée de Get Recent Comments.
Cette version ajoute le support des avatars MyBlogLog (en utilisant la version modifiée que vous pouvez trouver ici).
Pour le reste, vous pouvez vous référer à la description disponible sur la fiche du plugin de Krischan Jodies (développeur original).
Installation :
- Télécharger le fichier zip et décompresser le dans le répertoire des plugins.
- Activer le plugin dans la console d’administration.
- Configurer les options (utiliser %gravatar pour afficher les avatars)
- Ajouter le code suivant à l’endroit où vous souhaitez que les derniers commentaires avec avatars s’affichent (à placer dans la “boucle”
:
1 2 3 4 5 6 7 | <?php if (function_exists('get_recent_comments')) { ?> <li><h2><?php _e('Recent Comments:'); ?></h2> <ul> <?php get_recent_comments(); ?> </ul> </li> <?php } ?> |
Téléchargement
Télécharger get-recent-comments_MBLA.zip
Exemple
![]()
- Classé sous : WordPress


^^
Grégoire il est manifiiik !!!
2 réponses pour "Plugin WordPress : Get Recent Comments avec support MyBlogLog Avatars"
02 septembre 2007 @ 23:52 - Citer 1
Désolée d’être un peu hors suje mais c’était juste pour te die que j’aime vraiment trop le design se ton blog ! c’est é orme
09 mars 2008 @ 22:58 - Citer 2
Sais-tu si c’est possible de modifier le format de %comment_date pour avoir quelque chose de ce type : 09/03/08 ?
Merci
Laisser un commentaire