Taxonomy in Nice Menus
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
[EN]
This solution migrated to the module Metro Menus
This module was writen for NiceMenus 6.x-1.3+ (not for 6.x-2.X).
This module extends the Nice Menus module (http://drupal.org/project/nice_menus).
With this module Nice Menus can display taxonomic dictionaries, as menu. This module is not independent – required Nice Menus for it work.
For developers
Also you can use the next sniplet for calling menu:
if (function_exists('theme_nice_menus_taxonomy_build')) {
$terms = taxonomy_get_tree(voc_id);
return theme('nice_menus_taxonomy_build', NULL, 1, 'down', $terms);
}
Also we want to share our version of style nice_menus_default.css for menu of "down" type. This version is more clear and stable: http://drupal.bz/files/nice_menus_default.css
[RU]
Данное решение перешло в модуль Metro Menus
Данный модуль был напиÑан Ð´Ð»Ñ NiceMenus 6.x-1.3+ (не Ð´Ð»Ñ 6.x-2.X).
Данный модуль раÑширÑет возможноÑти Ð¼Ð¾Ð´ÑƒÐ»Ñ Nice Menus (http://drupal.org/project/nice_menus). С ним, модуль Nice Menus ÑпоÑобен выводить любой такÑономичеÑкий Ñловарь, как обычное меню. Данный модуль не ÑвлÑетÑÑ ÑамоÑтоÑтельным – Ð´Ð»Ñ ÐµÐ³Ð¾ работы требуетÑÑ ÑƒÑтановка Nice Menus.
Ð”Ð»Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ¾Ð²
Также можно иÑпользовать Ñледующий Ñниплет (вызывает меню программно):
if (function_exists('theme_nice_menus_taxonomy_build')) {
$terms = taxonomy_get_tree(voc_id);
return theme('nice_menus_taxonomy_build', NULL, 1, 'down', $terms);
}
Также мы хотим поделитьÑÑ Ð½Ð°ÑˆÐµÐ¹ верÑией ÑÑ‚Ð¸Ð»Ñ nice_menus_default.css Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ типа "down". Ðта верÑÐ¸Ñ Ð±Ð¾Ð»ÐµÐµ понÑтна и Ñтабильна: http://drupal.bz/files/nice_menus_default.css
The idea and Realization: Rysevets M.
Ð˜Ð´ÐµÑ Ð¸ РеализациÑ: Ð Ñ‹Ñевец М.