Кто-нибудь разобрался с Nice Primary Menus? ПОДСКАЖИТЕ МНЕ ЛЮДИ!!

Главные вкладки

Аватар пользователя ikent ikent 16 ноября 2007 в 23:35

При заходе по ссылке admin/content/menu у меня показывает пустую страницу с заголовком "Содержание".
Где менять то что тут написано непойму? Может разобрался кто?

---------------------------------------------------------------------------------------------------------------------------------------
http://drupal.org/project/nice_primary_menus

This module extends the Primary menus with an additional level of secondary nice menus that hide/show on hover via jquery. Some theming is required to enable it. This module requires Nice Menus.

An option is added to the admin/content/menu interface for selecting which nice menu to display. This option is only added to the children of the primary menu.

NOTE: To use this module, you must do some theming.

Replace the theme('menu_links') with theme('nice_menu_links'),

OR

If you've already overridden theme_menu_links, add the <li id=...> as is done in theme_nice_menu_links, i.e.:
  $menu = menu_get_menu();
  foreach ($links as $index => $link) {
    $output .= '
<li id="menu-link-'. $menu['path index'][$link['href']] .'" ';

and then call theme('nice_primary_menus');

Комментарии

Аватар пользователя qman qman 18 ноября 2007 в 19:57

не понял вопроса, но модуль у меня работает. фишка в том что новые nice menu требуется отдельно включить!!!
а старое меню логично отключить.

Аватар пользователя ikent ikent 19 ноября 2007 в 14:07

Опишу свои действия:
1.У меня были Nice Menu (Разделы сайта)
Новости
Продукция-1
Продукция-2
Продукция-3
Контакты

2. Установил модуль Nice Primary Menus (скопировал в папку с модулями)
3. Включил его здесь admin/build/modules
4. После здесь admin/settings/nice_primary_menus выбрал "Default Nice Secondary Menu: Продукция", "Menu Style: right"

Что я еще забыл сделать?