AddonChat

Component type

module

Maintenance status

Development status

Downloads

4356

Component created

Component changed

This module provides full Drupal integration with an AddonChat Free, Professional, Professional PLUS, or Enterprise edition Javaâ„¢ chat room.

Features

  • Block integration, including both embedded and pop-up link options
  • Who's Chatting block integration to display a real-time list of users currently chatting
  • Seamless integration with Drupal Permissions/Roles. Remote authentication enables secure access to the chat room using your Drupal user database
  • Automatic user login option
  • Quick setup. Simply enter your AddonChat account number and password and the system will attempt to automatically look up your account details.
  • Advanced users may make direct modifications to the chat applet code and/or make additions to the remote authentication script output

Less CSS Preprocessor

Component type

module

Maintenance status

Development status

Downloads

134821

Component created

Component changed

This is a preprocessor for LESS files.

This module will automatically process any LESS files that are added using drupal_add_css(), or added through your module/theme's .info file.

Add your files just like any other css file, just with ".css.less" as the extension, and they will be automatically processed.

RTL support will work as long as your file extension is ".css.less".

7.x-4.0 Features (PHP 5.3+ required)

7.x-3.0 Features

There are several new features:

The included less_demo module should provide API demonstration for new features.

Requirements

  • Libraries API
  • less.php and unpack it so that 'lessc.inc.php' is located at 'sites/all/libraries/lessphp/lessc.inc.php'.

Compatibility

Fully compatible with CSS aggregation:

Drupal 6 "Optimize CSS files" setting under "Administer→Site configuration→Performance" (admin/settings/performance).

Drupal 7 "Aggregate and compress CSS files" setting under "Administration→Configuration→Development→Performance" (admin/config/development/performance)

Peanut Labs Media

Component type

module

Maintenance status

Development status

Downloads

1649

Component created

Component changed

This module provides a way to integrate with Peanutlabsmedia.The Peanut Labs Media Monetization Platform is designed specifically to work with virtual currencies and goods in the new digital economy - be they social applications on Facebook, Myspace or Linkedin, or leading Games and Gaming communities.

The module allows users to earn Userpoints by taking surveys and offers provided by Peanutlabsmedia. Facebook uses this feature for various gaming applications like TexasHolde'm Poker to earn virtual currency by taking surveys and offers.

documentation

Drupal 6 README.txt

You can learn more about Peanut Labs at http://www.peanutlabsmedia.com/.

Ecwid shopping cart

Component type

module

Categories

Maintenance status

Development status

Downloads

8833

Component created

Component changed

Ecwid is a powerful and easy-to-use shopping cart solution that seamlessly integrates with your Drupal website. Join over 550,000 sellers in 175 countries and sell globally with over 40 international payment options, real-time shipping integrations and support of 45 languages.

Tagmap

Component type

module

Maintenance status

Development status

Downloads

5317

Component created

Component changed

Tagmap is a Views style plugin. We made a text marker API which we use to display a geo-coded tag cloud over Google Map.

There are two possibilities: to display taxonomy terms, or display previously imported external data.

The module provides admin settings page for some basic options. Some of them can be overridden with views style plugin options.

Google Visualization API

Component type

module

Maintenance status

Development status

Downloads

13050

Component created

Component changed

GVS module was built as Views 2 style plug-in. It uses Google Visualization API to display different types of charts. Pie, Bar, Column, Area, Line, Gauge, GeoMap, IntensityMap, MotionChart, Treemap, Annotated Time Line and Scatter plot are supported at the moment. In views style setting users can choose the fields (data), chart type and some options that they want to be displayed.

This module is part of a package of modules being developed by Jefferson Institute. These modules are meant to serve as tools for data visualization:

Timelinemap

Component type

module

Categories

Maintenance status

Development status

Downloads

5337

Component created

Component changed

Timeline Map was built as a Views 2 style plug-in.
It is based on Timemap.js project, so Timemap.js (from http://code.google.com/p/timemap/) has to be included in the module’s js directory.

It allows you to load one or more datasets onto both a map and a timeline simultaneously. Only items in the visible range of the timeline are displayed on the map. Timeline Map displays data represented in the timeline as markers on Google map.

Views Grouping Row Limit

Component type

module

Categories

Maintenance status

Development status

Downloads

11682

Component created

Component changed

This is a basic Views style plugin that allows for a limit on the number of rows displayed within a grouping field. So, for instance, if you have a view that outputs the following:

Grouping Field 1
 - Row 1
 - Row 2
 - Row 3
 - Row 4
 - Row 5

Grouping Field 2
 - Row 1
 - Row 2
 - Row 3

there is currently no way using Views to only show the first two rows under each grouping field without painstakingly making several different displays. That's where this module comes in.

SSH Key

Component type

module

Categories

Maintenance status

Development status

Downloads

18835

Component created

Component changed

Manages OpenSSH public keys for Drupal accounts.

  • Allow associating more than one key to a user.
  • Disallow adding the same key twice by calculating and using the key fingerprint.
  • Validates the key format.
  • Checks keys against the openssh-blacklist using ssh-vulnkey.

Multiple forms

Component type

module

Maintenance status

Development status

Downloads

805288

Component created

Component changed

This is an API module which lets you put several forms into one <form>.

The usage is very simple: there is one API function to call: multiform_get_form() and you can pass the form names in the attribute list.