Archive for the 'WordPress' Category (Feed)

h1Clean Archives Reloaded v3.0.0

Posted on Saturday, May 10th, 2008 at 10:03 PM (5 days, 18 hours ago)

For those that haven’t noticed, I released a new version of Clean Archives Reloaded yesterday. It’s a major reworking of the plugin and it now requires WordPress 2.5 (due to functions it uses).

It’s now faster than before (I saw page generation times drop by about 10% on my test blog), an options page to configure the plugin, and much, much more.

So, upgrade today! :)

h1“Quoter” Validation Fix

Posted on Tuesday, April 22nd, 2008 at 3:45 AM (3 weeks, 3 days ago)

Seems Quoter doesn’t play 100% nice with WordPress 2.5 (breaks page validation). It’s a simple fix though.

Open the plugin and find this text on line 568:

$text = wpautop($text, 0);

Before it, add this dirty little fix:

$text = str_replace( array('<p><p>', '</p></p>'), array('<p>', '</p>'), $text);

It only works around the problem rather than fixing it, but it seems to do the job as most pages now validate. :)

EDIT: Seems WordPress originally mucked up the code that I had posted. It’s now been fixed.

h1New Plugin: Registered Users Only

Posted on Friday, April 11th, 2008 at 8:01 PM (1 month ago)

Someone came on to #wordpress yesterday looking for a plugin to only allow registered users to view their blog. Many plugins to do this exist, but after glancing over their code, I realized none of the ones I looked at were perfect. None of them allowed the blog owner to allow guest to view their feeds and people could easily get around the plugin by adding wp-login.php somewhere in the URL.

So, I wrote my own version. It has an options page and should be 100% accurate.

h1My Two Weeks With Defensio Anti-Spam

Posted on Sunday, April 6th, 2008 at 3:42 AM (1 month, 1 week ago)

For many, many years, I had been using Spam Karma 2 for comment, pingback, and trackback spam protection here on my blog and it seemed to do a decent job. The idea behind SK2 is to check for things like Javascript (few bots have JS enabled), the number of links in the post (spam obviously has lots usually), how long it took them to post the comment (bots post it nearly instantly), and so forth. Each property would add or subtract karma points from the comment until a final score was given. The comment would then be marked as ham (good) or spam (bad) based on that score.

It of course wasn’t perfect. Spam bots are getting smarter and a plugin such as SK2 alone just couldn’t be accurate enough. So, a year or so ago, I added an Akismet plugin for SK2. The idea is the plugin talks to Akismet and gets a ham or spam rating for the comment. This result is then given to SK2 to use in it’s overall score. It worked great, at least for a while.

However, even with the help of Akismet, SK2 just wasn’t cutting it lately. Akismet was too often saying it was ham when it really was spam or on occasion, the other way around (that ham was spam).

So, two weeks ago today, I decided to give Defensio a try.

Read the rest of this post »

h1Viper’s Video Quicktags + WordPress 2.5

Posted on Monday, March 31st, 2008 at 9:10 PM (1 month, 2 weeks ago)

UPDATE #2: Try v5.4.3. I’ve heard multiple reports it’s working fine for those who tried it. Let me know.


UPDATE: I just committed version 5.4.2. Try this and see if it fixes any problems. I couldn’t reproduce any errors on demand, but I made some code improvements to hopefully fix the problem.


I updated Viper’s Video Quicktags before WordPress 2.5 came out and it was 100% compatible then. Infact, it still is fully compatible with WordPress as far as I can tell.

However! It doesn’t seem to be compatible with many other plugins out there, namely ones that use the “ButtonSnap” PHP class that allows for easy adding of buttons to the classic style editor and old versions of TinyMCE. I’m working on fixing it, but it’s hard to debug it.

Meanwhile, the following work around worked for me: click the “Deactivate All Plugins” button, activate my plugin FIRST, then activate all the other plugins.

Thanks for being patient while I sort this out.

h1Latest Spam Widget For WordPress 2.5 Dashboard

Posted on Wednesday, March 26th, 2008 at 2:50 AM (1 month, 3 weeks ago)

I’ve used the WP-Dash plugin on my blog for over 2 and a half years. One of the very first plugins I wrote was a “latest spam” widget for it.

Well, with WordPress finally introducing a built-in widgitized dashboard, I’ve decided it’s finally time to ditch WP-Dash. However, the new dashboard doesn’t show you recent spam, a thing I like to keep an eye on to make sure no legitimate comments get marked as spam. So, I wrote a plugin to add one.

Dashboard: Latest Spam is now available for download from WordPress.org.

h1Dashboard Widget Manager v1.0.0 Final

Posted on Monday, March 24th, 2008 at 11:54 PM (1 month, 3 weeks ago)

I’ve released a non-beta version of my previously mentioned plugin. It addresses a couple bugs found and has some minor feature improvements.

It’s now available for download at WordPress.org.

h1Dashboard Widget Manager For WP 2.5

Posted on Monday, March 24th, 2008 at 2:42 AM (1 month, 3 weeks ago)

WordPress 2.5 introduces a whole new dashboard that features widgets. However, it doesn’t come with a method or re-ordering or removing widgets from your dashboard. So I decided to write one.

Dashboard Widget Manager, currently in alpha/beta, creates a new menu page in the style of the new sidebar widget manager. You can drag to reorder the widgets or even click on “Remove” to hide them on your dashboard.

If you’d like to try it out, you can download it and stick it on your server. Please just make sure to give me feedback!

h1WordPress 2.5 RC1 Released

Posted on Tuesday, March 18th, 2008 at 12:54 AM (1 month, 4 weeks ago)

WordPress 2.5 RC1 is now available for those looking to test it. It’s very stable and should be bug free. Infact, I’m running it on this blog as we speak! :)

However, there’s one “required” plugin for those upgrading — Remove Max Width. Even though I and other users protested, the main developers and designers felt a fixed width of the admin area would be best. However, on my 1600×1200 monitor (soon to be even wider at 1920×1200!), that results in TONS of whitespace. This plugin adds some CSS to make it full width again. Very handy.

h1Super Easy Custom Admin Colors In WordPress 2.5

Posted on Sunday, March 16th, 2008 at 6:37 PM (2 months ago)

Ozh has an excellent article on WP 2.5’s new styling features and how easy it is to make your own color scheme.

web stats
#