Subdomain and full-domain for persistent URL

Component type

module

Maintenance status

Development status

Downloads

365

Component created

Component changed

Default Persistent URL module provides separated modifiers for subdomain and domain.
This means that it is impossible to use both of them in the same site.

This new module - Sub-Or-Domain - adds a better modifier, which change its behavior between subdomain and domain just by looking for a dot (.) in the value of the PURL.

Imagefield multiformat

Component type

module

Categories

Maintenance status

Development status

Downloads

1619

Component created

Component changed

Allow for different image presets to be defined for an image field that has multiple values. Currently only the first and followup images can be set to use different presets.

To try it out just enable the module and set the formatter to imagefield multiformat to see the options on field displays.

Ubercart Event Registration

Component type

module

Maintenance status

Development status

Downloads

5386

Component created

Component changed

Watch a demo video of this module!

The Ubercart Event Registration module is a feature package paired with a small 'glue' module which yields a simple event registration system. The main goal here was to tie together webform module with Ubercart 2.x to give us a registration sign-up form which could have completely custom and unlimited form information, unique to each event, which can be updated easily by a site editor with limited Drupal experience.

UC Down Payment

Component type

module

Categories

Maintenance status

Development status

Downloads

1033

Component created

Component changed

Functionality

This module allows Ubercart store administrators to add partial payment functionality as a product feature. They can assign down payment amount and the due date to any product, and manage down payments and partially paid orders in the admin section.

Buyers can select if they wish to pay the full amount or only the down payment. If they select down payment, they will receive an email notification before due date. They can see the information about their partial payments under a new tab in My Account and they can add the remaining balance to the cart and finalize the payment.

Features Plumber

Component type

module

Categories

Maintenance status

Development status

Downloads

8330

Component created

Component changed

Note: The d7 version of this module should no longer be necessary when using more recent versions of Features module. If you feel this is incorrect, please open an issue.

This module is useful for feature development using the Features module. Occasionally the Features module auto detects components that you do not want exported to features. You can use this module to remove those auto-detected components from any and all features you choose. The Features Plumber UI module adds checkboxes to the feature create form, and unchecking these detected components will cause them to be removed from the actual generated export.

Context Condition Theme

Component type

module

Maintenance status

Development status

Downloads

76694

Component created

Component changed

This module will add a conditional check within context for themes. Ever had the need to load a context based on which theme is being rendered?

Use Case

You are using Mobile Tools to render a different theme for a number of different mobile devices that visit your site. Coupled with Context Add Assets you can load different css or js files based on the theme that is being rendered.

Menupoly

Component type

module

Maintenance status

Development status

Downloads

3197

Component created

Component changed

Menupoly does provide an API to load and render menus and submenus very similar to those you get with Menu Block, based on a configuration array.

Menus can be rendered in a block or standalone (e.g. directly in page.tpl.php).

Block: Implement hook_menupoly(). (See the example module)

Standalone: Create the $settings array in code, then call menupoly_view($settings);.

Aggregate cache

Component type

module

Maintenance status

Development status

Downloads

28587

Component created

Component changed

This project enhances the back end performance of core's CSS and JavaScript aggregation features.

- CSS and JavaScript aggregates are generated using the same lazy creation pattern as image derivative presets.

- This allows css and javascript aggregates to be built by multiple, parallel threads during cold starts. Core currently builds them inline during the page rendering process can add around 900ms to serving pages that do this.