autocategorise

Component type

module

Categories

Maintenance status

Development status

Downloads

17652

Component created

Component changed

Users cannot be trusted to categorise things themselves, and it's too much work for administrators.

If you switch on autocategorise for a vocabulary it will hide the taxonomy widget and categorise nodes/entities on submission by matching the text against the vocabulary's own terms and synonyms. Synonyms will typically be word stems or regular expressions.
This approach to autocat is nice and simple, but synonyms must be chosen carefully, and admin needs to regularly review the content and improve the synonyms. This approach may work better in some languages than others.

Range

Component type

module

Maintenance status

Development status

Downloads

32157

Component created

Component changed

Overview

This module is inspired by core Number module and inherits some of it's features. It provides numeric range field. Range field allows to save two numeric (integer, decimal or float) values (from and to), which represents some kind of range (for example: age range).

Features

Field types:

  • Integer range (range_integer)
  • Float range (range_float)
  • Decimal range (range_decimal)

The following settings can be specified:

Ubercart Out of stock Notification

Component type

module

Maintenance status

Development status

Downloads

33222

Component created

Component changed

Out of stock notification for Ubercart

It uses ajax and jquery and asks the server for available stock and replaces the 'Add to cart' button with some configurable HTML.

It should be mostly Plug&Play except for the configuration of the replacement text.

Dislpay attributes type supported for AJAX validation:

Views exclude previous

Component type

module

Categories

Maintenance status

Development status

Downloads

24418

Component created

Component changed

Description

The Views exclude previous module provides a views filter that excludes nodes that have already been loaded/displayed on the current page.

This is very useful when you have pages with several embedded views, and you want to make sure that a given node only appears once in the page.

Draft

Component type

module

Categories

Maintenance status

Development status

Downloads

10343

Component created

Component changed

The Draft module provides the ability too create drafts of existing nodes as well as new nodes before you have saved them.

The module utilizes the jquery.fields plugin to serialize all of the information and then the information is stored in a database row serialized.

The module provides the ability to autosave the content without the user having to hit the Save as Draft button on the form.

The Draft Module provides support for the following rich text editors:

Conditional Stylesheets

Component type

module

Categories

Maintenance status

Development status

Downloads

308262

Component created

Component changed

Internet Explorer implements a proprietary technology called Conditional Comments. While web developers frown upon technologies that aren't cross-browser supported, many CSS developers have found Conditional Comments very useful. They can have cleaner CSS in their normal stylesheets and can fix the broken rendering in IE by placing IE-only CSS inside conditional comments; this technique is even recommended by Microsoft.

Without this module, the only way to have IE conditional stylesheets was to add 37 lines of code (more if you want to add more than one stylesheet) in four horribly-difficult-to-remember function calls to your theme's template.php. Blech. Who wants that?

This module allows Drupal 7 themes to easily add conditional stylesheets to the theme's .info file.

; Set the conditional stylesheets that are processed by IE.
stylesheets-conditional[lt IE 7][all][] = ie6-and-below.css
stylesheets-conditional[IE 9][all][] = ie9.css
stylesheets-conditional[IE][print][] = ie-print.css
stylesheets-conditional[(gte IE 9)|(gt IEMobile 7)|(!IE)][all][] = modern-browsers.css

Twistage Integration

Component type

module

Maintenance status

Development status

Downloads

2398

Component created

Component changed

08-July-2014:
Now this module is maintained By:
Debraj

Twistage Integration is a module which interacts with the API for Twistage, a white-label enterprise video hosting service with a fairly robust API that is intended to be integrated closely with a CMS.

It provides tools to sync your local database of videos with Twistage, update the local list of videos in real time by processing "pings" sent from Twistage to your site, and to embed videos into blocks, pages, or anywhere else with theme functions.

This project also includes bonus modules which allow automatic syndication of video, and one-click publishing of videos in the node form.