CHANGELOG.txt |
CHANGELOG.txt |
|
=== DRUPAL 7.x-2.x ===
7.x-2.0-beta1
- FEATURE: Initial coder_upgrade changes to start the D7 upgrade.
- BUG #735848: functional port to Drupal 7.
7.x-2.0-beta2
- BUG #975138: setting parent depth to 0 if it doesn't have one to remove
undefined… |
nice_mega_dropdowns.info |
nice_mega_dropdowns/nice_mega_dropdowns.info |
|
name = Nice Mega Dropdowns
description = Use nodes as dropdown menus.
dependencies[] = nice_menus
core = 7.x
files[] = nice_mega_dropdowns.install
files[] = nice_mega_dropdowns.module |
nice_mega_dropdowns.install |
nice_mega_dropdowns/nice_mega_dropdowns.install |
|
Update functions for Nice Mega Dropdowns. |
nice_mega_dropdowns.module |
nice_mega_dropdowns/nice_mega_dropdowns.module |
|
Module which allows nodes to be used as dropdown menus. |
nice_menus.admin.inc |
nice_menus.admin.inc |
|
Functionality for Nice Menus administration. |
nice_menus.css |
css/nice_menus.css |
|
/*
This file contains the basic logic for nice menus, and should not be
edited. To customize the menus, it's recommended to create a custom CSS
file using nice_menus_default.css as a template, then configure the module
to use your custom… |
nice_menus.info |
nice_menus.info |
|
name = Nice Menus
description = CSS/jQuery drop-down, drop-right and drop-left menus to be placed in blocks
dependencies[] = menu
dependencies[] = jquery_update
core = 7.x
configure = admin/config/user-interface/nice_menus |
nice_menus.install |
nice_menus.install |
|
Update functions for Nice menus. |
nice_menus.module |
nice_menus.module |
|
Module to enable CSS dropdown and flyout menus. |
nice_menus.variable.inc |
nice_menus.variable.inc |
|
Definition of Nice Menus variables for Variable API module. |
nice_menus_default-rtl.css |
css/nice_menus_default-rtl.css |
|
ul.nice-menu,
ul.nice-menu ul {
border-top: 1px solid #ccc;
list-style: none;
margin: 0;
padding: 0;
}
ul.nice-menu li {
background-color: #eee;
border: 1px solid #ccc;
border-top: 0;
float: right;
}
ul.nice-menu a {
padding: 0.3em… |
nice_menus_default.css |
css/nice_menus_default.css |
|
/*
This is the default layout template for nice menus, and will provide
a starting point for the look of your menus. To customize, it's
recommended to create a custom CSS file using this file as a template,
then configure the module to… |
README.txt |
README.txt |
|
NICE MENUS MODULE
-----------------
Currently maintained by: Addison Berry (add1sun)
Originally created by: Jake Gordon (jakeg)
http://drupal.org/user/15674/contact and http://www.jakeg.co.uk/
This module makes it easy to add dropdown and flyout… |
UPGRADE.txt |
UPGRADE.txt |
|
NICE MENUS UPGRADES
===================
5.x, 6.x-1.x ---> 6.x-2.x
-------------------------
There is an update hook and you should run update.php to get things moved
around properly. Aside from the minor database changes, there are a number of… |