This project is not covered by Drupal’s security advisory policy.

[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.
Идея и Реализация: Рысевец М.

Project information

Releases