Issue status update for http://drupal.org/node/18647 Project: Drupal Version: 4.5.2 Component: taxonomy.module Category: feature requests Priority: minor Assigned to: Axel Reported by: Axel Updated by: Axel Status: patch Attachment: http://drupal.org/files/issues/taxonomy-containers.patch (4.48 KB) Patch allow to use taxonomy terms like containers - they visible in menus, but not allow to select it. This is especially usefull for forum module but not only for it. Tested with 4.5.2. Additionally patch requres changing db scheme (not included to patch): ALTER TABLE `term_data` ADD `container` TINYINT(1) AFTER `description`; I understand what patch will not be applied to official 4.5, just placed here for users who interested with such functionality. See some screenshots and explanations here (in English): http://drupal.ru/node/694 Axel