Considered feature-complete by its maintainers.

Uniform

Uniform Example

Have you ever wished you could style checkboxes, drop down menus, radio buttons, and file upload inputs?

Location Feeds

This module provides location mappers for the Feeds module and is compatible with both CCK and location module location fields.

Jquery Scrollto

Description

This module includes the jquery scrollTo plugin. http://plugins.jquery.com/project/ScrollTo

Get involved

Dependencies

Integration

This module integrates with http://drupal.org/project/jq

Example

  • Download the jquery scroll to plugin http://plugins.jquery.com/project/ScrollTo
  • Extract the contents of the folder into /jquery_scrollto/jquery
  • Enable module
  • To include the plugin on call jquery_scrollto_plugin_add()

How can you be kept up to date?

Red Salute

Screenshot

Red Salute is a port of the Bubbles template from Joomla. It is a clean theme with a div based, fixed width, 2-column layout (content+right sidebar). The original Joomla theme was created by ablewebpro. The drupal port was developed by Zyxware Technologies.

The theme has been tested in Firefox 3.5, Chromium 5.0, Opera 10.5 (all in Ubuntu). The theme is fully XHTML 1.0 and CSS 2.0 compliant. Let us know the compatibilities in other browsers and we can update the list here.

Viewport Classes

This module provides an easy way for module/theme developers to assign class attribute values to the body element of all pages on a site based on the available user agent (web browser) viewport width.

The typical use for this is for using these class names in CSS selectors that determinine the number of columns in a flexible-width layout (eg. three columns on large viewports, two columns on smaller ones, a single column on low-resolution mobile devices); what's now known as responsive Web design. You might also want to adjust other properties such as margins, font size, etc.

Taxonomy in Nice Menus

[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]


Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only