All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archon810

Pages: [1]
1
I just downloaded this plugin and was shocked that Lester made it fire by default. All I wanted to do was use the functions without any existing dates getting affected.

The fix is easy though. Here you go - stick this into your functions.php:

remove_filter('the_date', 'relative_post_date', 999, 4);
remove_filter('the_time', 'relative_post_time', 999);
remove_filter('get_comment_time', 'relative_comment_time', 999);
remove_filter('get_comment_date', 'relative_comment_date', 999);

2
WP-DBManager / Re: change socket
« on: 14 July 2009, 00:18 »
Hey Lester, I just realized that my daily backups are no longer working - scary stuff, without me being notified (I do my own backups too but this is extra precaution). Turns out the error is due to a non-standard port, which is mentioned in this post too. Hope you can implement it soon.

mysqldump: Got error: 2005: Unknown MySQL server host '127.0.0.1:1234' (3) when trying to connect

Should be quite easy to parse out the port from DB_HOST and separate the port into a -P option. Whenever you get around to it. :)

Artem
http://beerpla.net
http://twitter.com/ArtemR

Pages: [1]