Neologism

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

1609

Component created

Component changed

Neologism is a lightweight web-based vocabulary editor and publishing tool built with Drupal. It makes RDF vocabulary authoring easy and fun. Just create a vocabulary, add classes and properties to it, and your vocabulary is instantly published and available online! Several formats are supported via content negotiation: HTML, RDF/XML and Turtle.

About the current stable version

Get it from the main project website!

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:

FreshBooks API

Component type

module

Maintenance status

Development status

Downloads

4610

Component created

Component changed

FreshBooks is a web based accounting application that makes it easy for you to track the time you spend on projects and invoice your clients. The company behind it is very web savvy and has managed to deliver a well documented, easy to use API for third party integration. This module aims to provide a full integration of the FreshBooks API for use by this and other Drupal modules.

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.