[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

Version Downloads Date Links
6.x-1.3 tar.gz (7.52 KB) | zip (8.1 KB) 2010-Jun-03 Notes

Project Information


Maintainers for Taxonomy in Nice Menus

  • bz - 1 commit
    last: 1 year ago, first: 1 year ago

Issues for Taxonomy in Nice Menus

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 3 Dec 11
nobody click here