[EN] 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.
[RU] Данный модуль расширяет возможности модуля Nice Menus (http://drupal.org/project/nice_menus). С ним, модуль Nice Menus способен выводить любой таксономический словарь, как обычное меню. Данный модуль не является самостоятельным – для его работы требуется установка Nice Menus.
[EN] The idea / Realization - Rysevets M.
[RU] Идея / Реализация - Рысевец М.
For developers / Для разработчиков
[EN] Also you can use the next sniplet for calling menu:
[RU] Также можно использовать следующий сниплет (вызывает меню программно):
if (function_exists('theme_nice_menus_taxonomy_build')) {
$terms = taxonomy_get_tree(voc_id);
return theme('nice_menus_taxonomy_build', NULL, 1, 'down', $terms);
}[EN] 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] Также мы хотим поделиться нашей версией стиля nice_menus_default.css для меню типа "down". Эта версия более понятна и стабильна: http://drupal.bz/files/nice_menus_default.css
[EN] This module was writen for NiceMenus 6.x-1.3+ (not for 6.x-2.X).
[RU] Данный модуль был написан для NiceMenus 6.x-1.3+ (не для 6.x-2.X).
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Site Navigation, Taxonomy
- Reported installs: 91 sites currently report using this module. View usage statistics.
- Last modified: November 9, 2011