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.

UC Receipt

Component type

module

Categories

Maintenance status

Component created

Component changed

This module allows you to pay for products in on-line stores with bank receipts. Developed for Russia, Ukraine and other CIS countries.
Russian: Данный модуль позволяет оплачивать товары в интернет магазинах с помощью банковских квитанций. Разработаны шаблоны для России и Украины, позволяет подключение шаблонов квитанций и других стран СНГ.

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.

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.

Search Lucene Rewrite

Component type

module

Categories

Maintenance status

Development status

Downloads

382

Component created

Component changed

Allow the administrator to rewrite the user search input text. It support PHP regular expression and Token (if installed and enabled) in both search pattern and replacement pattern.