How to import and export taxonomy terms

Ever had the need to move a taxonomy list from one Drupal site to another? Instead of re-entering all the terms why not try the Taxonomy Import/Export via XML module. Even though the module name is “via XML” it actually supports XML, CSV and a couple of other formats. To keep things simple we’ll stick to XML.

Continue reading “How to import and export taxonomy terms”

How to install and setup user relationships

The user relationship module can be used to create relationships between users on your drupal site. In this example we’ll be creating a single relationship called “Friends”. Requirements:

  1. Drupal 6
  2. User relationship module (http://drupal.org/project/user_relationships)
  3. Views module (http://drupal.org/project/views) If you want to integrate with views.

Continue reading “How to install and setup user relationships”