Two Drupal installations with a shared userbase

I've implemented a  "two Drupal installations with a shared userbase" setup last week with Drupal 4.7 and to my extreme surprise it worked like a charm and the whole thing took less than 15 minutes. I have two sites, running on the same server, Continue Reading →

Adsense Beautifier for Drupal

Want to increase click rate for your Adsense ads? WordPress users have been using the Adsense beautifier, and this is also implemented on this site. Since I run a few Drupal communities with Adsense, I thought I'd port that tweak to Drupal. The concept is based Continue Reading →

Automatically redirecting to the www no-www prefix

There's a common SEO claim that a double domain pointing to the same content isn't good for SEO due to what can be perceived as duplicate content . Use the rewrite module to redirect all domain.com to www.domain.com by adding the following to your .htaccess : <IfModule Continue Reading →

Add related links to your Drupal RSS feed

I’m using full RSS feeds on all my Drupal installation, because I really think it’s the right thing to do. Although it cuts down the page views which leads to less ad clicks, it’s worth the feeling of giving the users a better browsing experience Continue Reading →