background preloader

Devel

Devel
A suite of modules containing fun for module developers and themers ... 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. Generate content Accelerate development of your site or module by quickly generating nodes, comments, terms, users, and more. Devel Node Access (DNA) View the node access entries for the node(s) that are shown on a page.

Colorbox Colorbox is a light-weight customizable lightbox plugin for jQuery. 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 The plugin is separate downloaded. Installation for Drupal 7 (2.x) Download Colorbox plugin 1.x Colorbox screencasts

Megamenu Notes: This module is in beta and under active development. 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. The information architecture of your navigation is made clearer and is visible all at onceThe amount of clicking, searching, and navigating is reduced This module allows you to build mega menus by leveraging jQuery and the existing Drupal menu system. Shown to the right is an example of a mega menu taken from actionenvelope.com. What's the deal with Megas? What does this module do? This module takes any existing Drupal menu and produces the markup for a megamenu. Features Who is this module for? Who is using this module? Here are a few examples of what people are doing with this module. How can I contribute? Update notes: 7.x-2.x

SimpleMenu Description This module creates a menu bar that is displayed at the top of every page. 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) Cute Menu — Cute Menu is also a drop down featured menu. Mini-features modules — gives you some extra features not otherwise found in any module because those are so... mini! Nice menus — gives you a set of drop-down menus in a block for each one of your menus. Floating Manager Menu — gives you a nice little vertical menu window that you can drag anywhere you want on your page. Known issues Sponsor

Nice Menus Nice Menus enables drop-down/right/left expandable 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. 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. Version 2 The 6.x-2.x version has many new features and some rewriting.

LESS CSS Preprocessor This is a preprocessor for LESS files. 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. 7.x-3.0 New Features There are several new features: Live style reloadVariables editable in UI per themeCustom LESS functionsCorrect relative path @import'sDemo module included The included less_demo module should provide API demonstration for new features. Installation Download & Install Libraries API.Download lessphp and unpack it so that 'lessc.inc.php' is located at 'sites/all/libraries/lessphp/lessc.inc.php'.Download and install (this) module. Compatibility: Fully compatible with CSS aggregation: Drupal 6 "Optimize CSS files" setting under "Administer→Site configuration→Performance" (admin/settings/performance). LESS Development: Syntax File placement Apido

Frontpage This module allows setting a node as frontpage for anonymous and authenticated users. 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. Although there are modules with similar purposes, this one differs in that: It is possible to set a different frontpage for anonymous, and authenticated users.

Related: