The new default theme for new users is Blogging Pro by Elena G (See it here) There are a number of different themes available for your blog straight away, some of them will require some attention from me as the site grows to add the ability for users to edit the options for displaying some [...]
Started the beta blog and removing forums

I’ve created a beta blog at http://beta.comluv.com and will be using that to provide updates to the beta testers and to answer questions that they might have. I will be creating some more blogs for tutorials and other subjects and keep posts on the main blog (here) for site wide news and articles. There are [...]
second beta WP commentluv
Looking for first beta testers
Plugin at full functionality beta 1
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 [...]
Plugin at 80% of the way there

23 May 2009 – Added check to delete and confirm functions to check if content of comment contains a luv link before doing action removed badge_pos. Use shortcode instead for placement of luv box and links. Now a user can insert the badge and ajax bits by adding “ to wherever they want. insert all [...]
23 may 2009 site update
Plugin Update 21 May 2009
21 May 2009 – Added function for when comment is deleted. send curl to api added settings page link to green box on plugins page using action and image on menulinks added public api_url for easier updating add_filter(‘plugin_action_links’, array(&$this,’commentluv_action’), -10, 2); // add a settings page link to the plugin description. use 2 for allowed [...]
Update to functions.php
WPMU was stripping out any html I put into a post so the subscribe form for updates wasn’t showing up. Even using a shortcode wouldn’t work until I removed the filter responsible. Edited functions.php to add shortcode add_shortcode(‘shortcodename’,'functionnameinfunctions.php’); function shortcodename($atts,$content=null){ remove_filter(‘the_content’,’wp_filter_post_kses’); $return = ‘ ‘; return $return; } Prevents all shortcodes from being executed in [...]


EasyAzon Plugin
Beta version of Blogger CommentLuv
Just finished coding the first working beta of blogger commentluv that runs on js-kit. Some minor tweaks are still needed but all the funcitonality of the wordpress plugin is emulated with pure javascript. This version stores the request id under the added link. I’m not sure of a better way of hiding this bit of [...]