Posted on June 24th, 2009 by Andy Bailey
Support Tickets
I did some pretty fancy tweaking of code today to see if I can replace the support tickets system on ComLuv, the system at the moment isn’t bad but the last support ticket management software I used was far superior and allowed me to reply to closed tickets and create canned responses.
It will need [...]
Filed under: Blog News, PHP, Social Networking, Wordpress | 1 Comment »
Posted on June 11th, 2009 by Andy Bailey
enough with the twitter updates please mr. twittertools! sorry about that, who really needs to see twitter updates? (although i did notice google indexing more tweets and sending me alerts about them)
anyhoo, I am fiddling with some code right now for the Blogger / JS-kit version of new CommentLuv and will hopefully have that up [...]
Filed under: Blog News, Blog Tools, PHP | 2 Comments »
Posted on June 6th, 2009 by Andy Bailey
I’ve just created the new readme file to go with the plugin and intend to release it to the public on Monday!
This version does things a little differently like adding a little bit of data along with the link to the comment. The data is there to aid in accurate stats for when a comment [...]
Filed under: Blog News, PHP | 12 Comments »
Posted on June 4th, 2009 by Andy Bailey
I love to create php scripts and plugins for wordpress, I love the feeling of acomplishment when something I have conceived turns into reality (and useful to boot!)
Whenever this happens my first reaction is to PUTITONTHENET! but, experience tells me that before I can do that, I need to go through the code and settings [...]
Filed under: Code, PHP | 5 Comments »
Posted on February 11th, 2009 by Andy Bailey
I’m having some issues with trying to put the WP-Twitip-ID plugin into the final version.
Right now, the beta version stores the twitter ID in the post meta for each post but that’s not really ideal because it can only show the twitter id on the comments of the post that the user has already commented [...]
Filed under: Code, PHP, Wordpress | 8 Comments »
Posted on January 14th, 2009 by Andy Bailey
I’ve managed to get some major bookends done for some projects I have on the go and I’m really looking forward to being able to code for fun again now that I have stabbed the various work monkeys on my back!
However, I can’t get my blogger commentluv sorted until js-kit get their script fully updated. [...]
Filed under: Blog News, Code, Making / Made Money, Reviews | 16 Comments »
Posted on November 22nd, 2008 by Andy Bailey
Version 1.0 (updated 11 Feb 09)
Requires: Wordpress 2.6 (could work with lesser)
Tested up to : Wordpress 2.7b3
Download
Please note: if you are upgrading from the beta version, be sure to deactivate the old plugin first before overwriting the files and then visit the settings page and click update once.
Old comments that have a twitter link wont [...]
Filed under: Blog News, Blog Tools, Code, PHP, Wordpress | 165 Comments »
Posted on November 16th, 2008 by Andy Bailey
Someone sent me a message saying that the options page doesn’t update on CommentLuv for WP2.7b3 and it’s set off a small chain reaction in my head.
I checked another plugin that does work for the options update in 2.7b3 and compared it to my code and that’s where the kerbumph happened in my head…
My wordpress [...]
Filed under: Blog News, Code | 31 Comments »
Posted on November 13th, 2008 by Andy Bailey
Ever had this error when you’re running a jQuery script?
this.parentNode has no properties jQuery
This innocuous error, in my experience comes down to two things:
You are trying to get the ID of a parent object. Like if you want the form ID from knowing the name field. jQuery(”#name”).parents(”form”).attr(”id”); and the form doesn’t have the attribute of [...]
Filed under: Blog News, Code, ajax | 5 Comments »
Posted on October 23rd, 2008 by Andy Bailey
Blogger CommentLuv
After 16 hours of starting and then rewriting and then editing and then adjusting and then tweaking…. I have got a version of CommentLuv working on Blogger blogs.
I had it working before but you needed to use Haloscan as the commenting system and the problem with that is, it’s obsolete and a Blogger blogger [...]
Filed under: Blog Tools, Code, Making / Made Money, VWD elottery | 37 Comments »