Porting gsitemap.module to Drupal 5

Another useful module for all content-based sites is gsitemap which interacts with efficiently. This module already has its branch for Drupal 5. However, it doesn't work properly on Drupal 5 yet.

There are common issues needed to be solved.

  1. Explicit menu for settings.
  2. Create missing gsitemap.info.
  3. Create missing gsitemap.install, optional.
  4. Change node_get_types() to node_get_types('names').
  5. Change module_exist() to module_exists().

Anyway, it seems someone already posted a patch and it works well. Thanks.

Tags: , ,

Reply