Articles by tag: drupal
Here you can see a list of articles by a certain tag.
Drupal external authentication site
Wednesday, November 18 2009
I have just plugged in external authentication to the New Law Journal site I built. The auth module is an apache filter, and I wrote the Drupal end of it. It's…
What have I been doing?
Friday, November 6 2009
I've been quite snowed under with work lately. I am juggling between developing a Drupal 5 site, and a Drupal 6 site, fixing everyone else's problems, setting up a dedicated…
Another Drupal site
Sunday, August 23 2009
Another one of my Drupal magazine sites has gone live: New Law Journal (I also did the theme this time)
Large Drupal site
Saturday, May 9 2009
I have just completed one of the biggest Drupal sites in the UK. It hooks into an external authentication system, bypassing the Drupal login. It uses Drupal hooks to authenticate. The…
Publish node in-between two dates
Friday, February 6 2009
I needed a piece of functionality in a rather large Drupal site I am working on at the moment - to publish nodes only between two dates (or after the…
5 minute module
Saturday, December 13 2008
I wanted to create a quick module to track my links. I can give them a code (for example http://domain.com/linkybits/876563), where 876563 would lookup a link in the database, and…
URL's, pathauto and passing variables
Monday, August 25 2008
I am currently building a rather large site with lots of single hierarchy taxonomy levels. Each page will basically look the same, but the blocks and content on each page…
More on views theming simple lists
Friday, August 22 2008
If you are like me, after a while you find yourself creating lots of views. Quite a few of these are simple lists themed in exactly the same way. Instead…