Archive for the 'Drupal' Category

The Drupal CCK

December 12, 2007

Creating content with the fields you need is easy with the Drupal Content Construction Kit. For instance, I will create a Lyrics Website using Drupal. You could edit the Title field to have Title of Song as its label and you could also edit the Body field to have the lyrics as its label.
Now, I [...]

I want to display views filter forms as a block

October 25, 2007

So, you want to display views filter forms as a block? Well, do not bother creating a hack for it because a module called Views Filter Block is there for you to download, install and use. The next question is what code should I place in that block that I am about to [...]