background preloader

Modules

Facebook Twitter

Introduction to Drupal 7 - Panels. Video. Using Rules to Publish Videos. Devel. A suite of modules containing fun for module developers and themers ...

Devel

Devel Helper functions for Drupal developers and inquisitive admins. This module can print a summary of all database queries for each page request at the bottom of each page. The summary includes how many times each query was executed on a page (shouldn't run same query multiple times), and how long each query took (short is good - use cache for complex queries).Also a dprint_r($array) function is provided, which pretty prints arrays. Useful during development. Generate content Accelerate development of your site or module by quickly generating nodes, comments, terms, users, and more. Theme developer. Colorbox. Colorbox is a light-weight customizable lightbox plugin for jQuery.

Colorbox

This module allows for integration of Colorbox into Drupal. Images, iframed or inline content etc. can be displayed in a overlay above the current page. Features The Colorbox module: Works as a Formatter in entities and in views. The Colorbox plugin: Compatible with: jQuery 1.3.2+ in Firefox, Safari, Chrome, Opera, Internet Explorer 7+Supports photos, grouping, slideshow, ajax, inline, and iframed content.Lightweight: 10KB of JavaScript (less than 5KBs gzipped).Appearance is controlled through CSS so it can be restyled.Can be extended with callbacks & event-hooks without altering the source files.Completely unobtrusive, options are set in the JS and require no changes to existing HTML.Preloads upcoming images in a photo group.Well vetted and currently in use in over 600,000 websites.Released under the MIT License.

Mobile Theme. .mobi loader. SimpleMenu. Description This module creates a menu bar that is displayed at the top of every page.

SimpleMenu

The menu bar is fixed in place and uses jQuery to position the bar, along with handling menu effects and adding IE compatibility. Very useful for themes that don't have a good place to put the navigation menu (although it can be used with any menu.) Documentation direct links SimpleMenu settings SimpleMenu Documentation & Known Issues I removed the upgrade information as it shouldn't matter as much now. Related Modules (if you have a module that you think is related, submit an issue and I will add it here) Nice Menus. Nice Menus enables drop-down/right/left expandable menus.

Nice Menus

It uses only CSS for most browsers, with minimal Javascript for IE6. (Version 2 uses the Superfish jQuery plugin for all browsers, with an option to disable JS, and falls back to CSS-only for browsers that can handle it.) Three styles/types of menus are currently possible: horizontal, menus drop down; vertical, menus fly to the left; vertical, menus fly to the right. There is a handbook page that provides a list of sites that use Nice menus. Nice Menus creates blocks that may be associated with any existing site menu which can be placed wherever normal blocks can be placed in a theme.

The module comes with a simple, generic color scheme which can be fully overridden either by adding the override CSS to the theme's normal stylesheet or by creating a Nice Menus CSS file and telling Nice Menus to use that rather than its own default one through the global theme configuration. Megamenu. Notes: This module is in beta and under active development.

Megamenu

Use on production sites at your own risk, and use caution when upgrading.7.x-2.x is the active development branch--new features go here6.x and 7.x-1.x branches are now bugfix only. Overview Mega menus are a type of drop-down, which seeks to overcome some of the usability drawbacks to traditional style drop-downs.

Primarily, mega menus have two advantages: The information architecture of your navigation is made clearer and is visible all at onceThe amount of clicking, searching, and navigating is reduced. @font-your-face. LESS CSS Preprocessor. This is a preprocessor for LESS files.

LESS CSS Preprocessor

Built using the lessphp library by Leaf Corcoran. This module will automatically process any LESS files that are added using drupal_add_css or added through your theme's .info file. Add your files just like any other css file, just with .less as the extension, and they will be automatically processed. Frontpage. This module allows setting a node as frontpage for anonymous and authenticated users.

Frontpage

Users can be allowed to set the frontpage by setting the appropriate permissions. Once the module is enabled two new links will appear at the end of the node body (Set as anonymous frontpage, and Set as authenticated frontpage) for any content type that has been enabled, and for the users with the right permission; Two new node operations will appear at admin/content (Set as anonymous frontpage, and Set as authenticated frontpage) for any user with the right permission.

Only users with the edit frontpage permission, or the bypass node access permission can edit the node that as been set as authenticated (anonymous) frontpage. Only users with the set frontpage permission, or the bypass node access permission can set the frontpage for the authenticated (anonymous) users. Although there are modules with similar purposes, this one differs in that: