Drupal 5

Popular Searches Block

This php code can be used in a drupal block to display the most popular searches on your site.

How to display a View in a Block

If you want to use a view to get the power of pagers but you need it to render in a block then follow this guide.

Display Blocks On Specified Node Types

This code snippet will allow you to only display a block on the node types you select.

How to make a simple form module in Drupal

This example module will provide a form where you can enter your name and upon submission will display your name as a message on the following page. It is very basic but will give you a start to making your first module.

basic custom breadcrumbs settings

I know custom breadcrumbs can do a lot, but this is a quick example of how to use it.

found a problem with imagecache not creating thumbs in drupal

I was building a site for a client and all imagecache stopped working before I uploaded to the live server.

When I uploaded, all of a sudden imagecache stopped working. I checked the usual things (permissions, original image exists) and everything was fine.

How to move the Node Body into a CCK Field Group

This code snippet will put the node body into a CCK Field Group for selected node types.

Only display TinyMCE on certain node types in Drupal

This example will show you how to choose which node types use the TinyMCE module.