masthead image
Drupal Content Management System

Generating Teasers Lists In Drupal

Wednesday July 7 2010, 12:03 AM

If you are looking to generate teaser lists in Drupal, here is some code to accomplish this. These are very useful if you want to create custom blocks of teaser lists anywhere on a page. Simply call the function and it will render the output.

Drupal Input Filters

Sunday September 13 2009, 04:50 AM

This evening while I was reestablishing Kobashi Computing after a hacker attack rendered it useless, I went about configuring all my modules and settings. After doing a quick look at the site pages, I noticed some errors in rendering code fragments in my pages.

Create A Related Article List In Drupal

Thursday May 7 2009, 09:49 PM

When creating landing pages, its often best to leave your users with a choice of where to go after they read your content. Under Drupal, the best way to do this is to use the taxonomy module and tag all your content. Then, show all related articles to the content.

Showing A Specific Poll In Drupal

Wednesday May 6 2009, 07:31 AM

I'm very surprised Drupal's poll module isn't more flexible. One of the more common things Drupal sites want to accomplish is showing a poll on their web pages. But what good is it if you can only show the latest poll? Not very. This article shows how you can choose any poll to be show in a page.

Drupal Multisite Gotchas

Tuesday March 3 2009, 01:24 AM

When you are running multisites under a Drupal installation you have to be careful of certain things. Here are some "gotchas" that you should be aware of.

Enabling Drupal Clean URLs

Tuesday March 3 2009, 12:23 AM

If you are having problems enabling clean URLs in Drupal we have a solution for you that may help. Under new installations on Windows, the button may be disabled and require some changes in your Apache configuration file.