Plugin Name: Latest Comments
Plugin URI: http://www.cypherhackz.net/?p=35
Description: Returns a list of the latest comments from your blog comments. You can set how many comments to be displayed.
Version: 1.0.1
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net
Download Link: Not Available
Mapache says
hey man, theres a dead-link with the downloading plugin, i’m very interesting with that plugin
thanks for all..
misvid says
me too, where is it??? ๐
Administrator says
currently i cant get access to my ftp server. sorry…. ๐
m.a. says
Nice plugin, just one minor gripe with it – it does not check if the comment to be displayed should actually be displayed. Just noticed this, when I saw a spam-flagged comment on my frontpage.
To deal with this just insert between the following two lines:
$request = "SELECT comment_post_ID, comment_author, comment_content, comment_date FROM $wpdb->comments ";
$request .= "ORDER BY comment_date DESC LIMIT $max_comments";
this additional line:
$request .= "WHERE comment_approved = '1' ";
Voila, no more Spam-Comments in your recent comments.
zikri says
cypherhackz aku nak tanyer macam maner nak letak code plugin ni katpage aku ….