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.
- Explicit menu for settings.
- Create missing
gsitemap.info
. - Create missing
gsitemap.install
, optional. - Change
node_get_types()
tonode_get_types('names')
. - Change
module_exist()
tomodule_exists()
.
Anyway, it seems someone already posted a patch and it works well. Thanks.
- sugree's blog
- 1293 reads
Post new comment