Panels header panes

Component type

module

Categories

Maintenance status

Development status

Downloads

2654

Component created

Component changed

Small extension to Panels that provides a simple panel pane type called a "Custom header". This functionality was originally developed for a newspaper site with a lot of sections on the Panels-driven front page, where we needed to group panes together under a section header:

http://socialistworker.org

If you view that site, the different brown section headers ("ECONOMY", "OPINION", "U.S. POLITICS", "WAR AND ANTIWAR", etc) are provided by this module.

Colorbox

Component type

module

Maintenance status

Development status

Downloads

2189858

Component created

Component changed

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:

xCSS

Component type

module

Maintenance status

Development status

Downloads

3063

Component created

Component changed

xCSS bases on CSS and empowers a straightforward and object-oriented workflow when developing complex style cascades. Using xCSS means a dramatic cut down to your development time by: having a intuitive overview of the overall CSS structure, using variables, re-using existing style cascades and many other handy features. But, most frameworks are bulky and inflexible, aren't they? Not xCSS! It's lightweight and seamlessly integrates into any existing workflow. Aside from that the CSS overhead is getting reduced while your (X)HTML attributes remain semantic.

Features

Example

// Variables: http://xcss.antpaw.org/docs/syntax/variables 
vars {
    $path = ../img/tmpl1/png;
    $color1 = #FF00FF;
    $border = border-top: 1px solid $color1;
}
.variablesselector {
    background-image: url($path/head_bg.png);
    background-color: $color1;
    $border;
}

// Nesting Child Objects: http://xcss.antpaw.org/docs/syntax/children 
.childselector {
    a {
        display: block;
    }
    strong {
        color: blue;
    }
}

Mail Comment

Component type

module

Maintenance status

Development status

Downloads

26341

Component created

Component changed

Respond to posts by email!

Mail Comment lets you respond to posts by email. It links outgoing Notifications or Message Notify emails with incoming email responses via Mailhandler using a combination of mail parameters and digital signatures.

When enabled, it adds to outgoing notifications emails a message that looks like:
((( Reply ABOVE this LINE to POST a COMMENT )))
Then the receiver just needs to reply to the mail and the text above will be posted to the original thread as a comment.

Webform Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

311101

Component created

Component changed

This module adds an extra tab to each Webform node, allowing you to specify validation rules for your Webform components. You can create one or more of the predefined validation rules, and select which Webform component(s) should be validated against those. By using the hooks provided by this module, you can also define your own validation rules in your own modules.

Curlypage

Component type

module

Maintenance status

Development status

Downloads

41519

Component created

Component changed

Curlypage is a cross browser, html strict code implementation of the pagepeel effect, "magic corner" type banner. With this module you can add those ads to your website.

Features:

  • Show curlypages on any corner of your pages.
  • Include as many curlypages as you want on your website.
  • Include up to four curlypage groups on same page (one on each corner).
  • Group culypages in one corner to show them in slideshow flow. Configure times: delay, timeslot, repeat for each curlypage on group.
  • Use CSS position model absolute or fixed. Absolute is only available for top curlypages.
  • Custom peel sizes.
  • Custom styles (you can choose 3 different styles).
  • Configurable images to show when the ad is closed and opened. Supported formats (static GIF, JPG, PNG, SWF).
  • SWF files support. You can upload an SWF file to use on peel. Only on open ad interactive SWF files are supported. see examples
  • Show a wait icon while curlypage is loading.
  • Mirror images on peel.
  • Transition on load.
  • Open curlypage with mouseover or mouseclick.
  • Configurable peel colors.
  • Peel color style, flat or gradient.
  • Sound effects.
  • Configurable link for ad.
  • Configurable speeds.
  • Automatic open and close features.
  • Close button.
  • Control visibility of each curlypage in a block visibility style: by language, by role, by page and by content type.

Block tab

Component type

module

Maintenance status

Development status

Downloads

10354

Component created

Component changed

Block tab module allows you to display blocks in a region as tabbed contents (1 block content is visible at a time). Block titles are tabs, and block contents are the content.

Installation:

  • Enable block_tab module
  • Visit the admin setting page to set, which regions should be tabbified: /admin/settings/block_tab

I developed this module at Pronovix, contact us for Drupal consulting or development jobs: http://pronovix.com

Flag Terms

Component type

module

Categories

Maintenance status

Development status

Downloads

4404

Component created

Component changed

This module only provides support for Flag API VERSION 2.0!

This is a simple module that uses the Flag module API to add an additional flag type to allow you to flag taxonomy terms.

You can then use the flag in the same way you would with any of the other default flags. An example would be to display a list of the current user's flagged terms using Views.

Widgets

Component type

module

Maintenance status

Development status

Downloads

117560

Component created

Component changed

Widgets enables you to centrally manage and configure code snippets on your site such as share and follow buttons or Twitter updates and Facebook like boxes. It implements a user interface that allows you to easily organize and configure various widget elements. Using a UI similar to core’s image styles, elements can be assembled into widget sets which can be reused throughout the site via blocks and other render displays.

Beanstalkd Integration

Component type

module

Maintenance status

Development status

Downloads

10577

Component created

Component changed

Beanstalkd is a Drupal module to allow Drupal Queues to take advantage of beanstalkd to process the queues instead of the built in Database queue system that ships with Drupal.

What is Beanstalkd

Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.