One of the first posts I wrote on this blog was a tiny little script that detects whether your visitor is using a particular version (or less) of Internet Explorer and then redirects them to a page explaining that they should get their ass in gear and get a better browser.
Well, my loathing of Internet Explorer has not lessened, but I have begun employing a much easier way of notifying my visitors about their poor choice of browsers.
Before …
The desired result.














Customize Drupal’s Recent Comments block
I’ve been using Drupal quite a lot recently, and one of the things that was bothering me was the Recent Comments block. It’s excellent that Drupal includes this functionality right out of the box, but that it offers no way to template or otherwise customize it (in Drupal 5.x at least) is a pain in the ass.
Specifically I want to display the comment’s author (as a link) and be able to customize the number of recent comments that are …
Tags: blocks, customization, Design, drupal, recent comments, tips, views module