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.
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.
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.
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.
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.
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.
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.