ZimplicIT

Custom Drupal 6 modules for downloading

Player module defines a CCK widget with compound fields for taxonomy selection and free text field.

This module adds a feature to the Drupal content view, admin/content/node, by allowing multiple selected nodes to get the same parent menu. By the same action as you can delete multiple nodes you can via a dropdown box select a parent menu for all selected nodes.

This feature is very nice if you want to move all nodes of a certain type and language, from one menu to another without editing all one by one

This module creates a block with a day and hour calculator. It's not that generic, I have created it to match another project management tool I'm developing so the code contains some if module exists conditions but still can be useful if you need to calculate how many days there are between two dates or from one date if you add a certain amount of hours, and you don't want to calculate with Saturday and Sunday, so only working days will be counted.