Web › Drupal

How to Chose Drupal Modules

I chose Drupal modules based on:

1. Function description

Drupal Primary Links into Drop-down Menus

Layout.css

#primary{ width:900px; float:left; position:relative; }
#primary li.leaf, #primary li.expanded, #primary li.collapsed{ list-style:none; }

Upgrading to Drupal 6

I finally did it, I finally upgraded to Drupal 6!

How to Solve Drupal/CiviCRM Error Messages

Drupal Error Message Solution
user warning: Duplicate entry '0' for key 1 query: INSERT INTO location ... In sequence table, increment location_lid (or the corresponding counter) to value greater than any other location_lid used in the system.

Top 10 Drupal 5 and Top 10 Drupal 6 Modules

Update (Jan.

Back Online with Drupal 5

It's been a while since I've updated. The reason: I kept getting kicked out of my own website! It happened all of a sudden, and made me scratch my head for some time.

Testing Drupal on Localhost

WAMP

  • Windows Apache MySQL Php open-source server package for Windows.
  • Once installed, WAMP provides an environment to test and develop websites on local system (eg. C:\wamp).
  • Download WAMP.

Drupal 5 Sandbox

Now that Drupal 5 is released and stable, I've been looking to upgrade. Unfortunately, many modules have not kept up or are still in development.