24 May 2009
First beta is done!
Added last 2 functions, info box and click tracking.
removed jTip and pop jquery plugins and replaced with own function.
PHP used wp_set_comment_status action to update comluv with delete/approve status for a particular last blog/tweet/digg
add_action('wp_set_comment_status',array(&$this,'update_cl_status'), 1, 3); // call when status of comment changes // hook
the set comment status action
function update_cl_status($cid, $status) {
// get comment stuff from id
if($status != 'spam') {
if($status != 'delete') {
$status = 'approve';
}
$comment = get_comment($cid);
if(strpos($comment->comment_content,"[rq=")){
Almost ready for first round of beta testers so keep an eye out in your inbox for news!
Plugin at full functionality beta 1
Post Views for May :
andy
@commentluv
Latest posts by andy (see all)
Doing so means you get exposure to thousands and thousands of other CommentLuv users and your posts get sent out to the massive subscriber list.
Google loves this site and indexes it multiple times per day and posts always get lots of comments so you can be sure of some excellent exposure.
See the Write For Us page for more details
btw.. you can get this author box here
24 May 2009
First beta is done!
Added last 2 functions, info box and click tracking.
removed jTip and pop jquery plugins and replaced with own function.
PHP used wp_set_comment_status action to update comluv with delete/approve status for a particular last blog/tweet/digg
add_action('wp_set_comment_status',array(&$this,'update_cl_status'), 1, 3); // call when status of comment changes
// hook
the set comment status action
function update_cl_status($cid, $status) {
// get comment stuff from id
if($status != 'spam') {
if($status != 'delete') {
$status = 'approve';
}
$comment = get_comment($cid);
if(strpos($comment->comment_content,"[rq=")){
Almost ready for first round of beta testers so keep an eye out in your inbox for news!
Plugin at 80% of the way there
Update to CommentLuv Premium and CommentLuv Free
[3.0.0.18] Major update to settings
Major update boo boo. fixed now. please update
Sorry about the multiple updates!