Profile_bird

Hey there! drupal_koans is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving drupal_koans's tweets.

Already using Twitter
from your phone? Click here.

Default_profile_0_bigger
drupal_koans

  1. Remove the row from the system table when a new module causes the white screen of death and you cannot get to your modules page.
  2. Contributing to an existing module will get you much further than creating a duplicate module for the same number of steps.
  3. Blocks can be modified by different templates. Which one is best for your block?
  4. Join a local user group. It can teach you much more than a website and land you far more connections.
  5. Try the developer module to find out what is truly causing your issues.
  6. There is more than one way to do things in #drupal. Try doing it the standard way.
  7. Modules bring ability but less modules bring speed
  8. When creating CCK fields, prepending the content time makes identification in views easier but reusibility across types more difficult
  9. A block can contain a view but a view cannot contain a block.
  10. Ask yourself "Do I need to use a module or will a new content type suffice?"