Closed (won't fix)
Project:
Drupal core
Version:
4.5.2
Component:
taxonomy.module
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
9 Mar 2005 at 21:03 UTC
Updated:
23 Sep 2007 at 17:56 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy-containers.patch | 4.48 KB | axel |
Comments
Comment #1
axel commentedNotes about browsers compatibility:
Such way as OPTGROUP used in patch (OPTION items placed outside OPTGROUPs and groups are empty) it works in GEKO-browsers - containers visible, but not selectable is what we need.
In Konqueror and Links - containers completely unvisible. It still acceptable for usage with forum module, but may be unconvenient for other purposes.
In Lynx - containers visible but formatting is broken.
Comment #2
killes@www.drop.org commentedI think this is a desirable feature which could eg be used for forums instead of a variable (who coded that?). We only accept patches for cvs though.
Comment #3
axel commentedPatch obsoleted by new versions of Drupal.