LCtesting

Component type

module

Maintenance status

Development status

Component created

Component changed

LiveChat is a powerful, fast and intuitive app, enabling your sales representatives to contact customers on the website. Help online visitors find what they need and convert them into customers.

LiveChat is available on PC and Mac. Operators can chat with vistiors on the go with LiveChat for iPhone, iPad, Blackberry, Windows Phone 7, and Android. There’s even a web based interface, that can work in any browser.

Form Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides developers a `timeout` attribute for forms (Form API).

One example use is having a form that says "Fill this form out in the next 3 minutes and be entered to win a free car!"

A code example for developers:

<?php
function mycustommodule_form_alter(&$form, &$form_state, $form_id) {
  $form['timeout'] = '+3 minutes'; // Uses PHP's strtotime() function 
}
?>

Example values

  • +30 seconds
  • +10 minutes
  • +12 hours
  • +1 day

Image Preview

Component type

module

Maintenance status

Development status

Downloads

2762

Component created

Component changed

Overview

When you hover over an image, it loads a bigger version of that image next to it. You can also enable a "zoom" feature that lets you replace the bigger image on keypress of "z" with for example a crop image style.

Devlopment infos

The script uses hoverIntent
The basic jquery replacement script is written for the module and easy readable if you know basic jquery.

IDFix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

IDFix is the Drupal 7 successor off AsterX, which is only available for Drupal 6. The functionality is basicly the same but the overall architecture if comletely revamped. That means, more events and more granularity. IDFix for Drupal 7 is the core API module which is responsible for fetching, caching and parsing configurations. Aside of that it implements the basics for storage and an eventhandling layer. All other functionality will be available as a separate module. For more info see the AsterX project and it's documentation site.

Textualizer - Awesome Text Transitions

Component type

module

Maintenance status

Development status

Downloads

3149

Component created

Component changed

Textualizer is a jQuery module which offers awesome text transitions.

The module accepts any number of sentences (or words) and can rotate them smartly and beautifully.

Once a sentence is about to rotate with the other one, the letters that will be re-used are kept and move to their new locations with several effects.

Textualizer currently has the following effects

  • fadeIn
  • slideLeft
  • slideTop
  • Random

It is possible to define the duration that each item will be displayed and also the duration of the transitions.

topxcontributors

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to expose the top node type posters/contributors as blocks in a list format.
It comes with settings at admin/settings/topxcontributors - set what content/node types will have blocks exposed
and the numbers of contributors to show for all content types. The module is depened on blog module.

Drush moduleinfo

Component type

module

Categories

Maintenance status

Development status

Downloads

714

Component created

Component changed

With the Drush modueinfo you will be able to see some information about the selected module.

Normally if you want so see some info about an installed modules version, you would do something like

cat sites/all/modules/contrib/views/*info

With Drush moduleinfo, you can do a

drush mi views

And you will get something like

SimpleTopics

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

Overview

This module allows nodes to be mirrored into an existing instance of SMF Forum. You can map content types with SMF boards, so that each time nodes (of the choosen types) are inserted, a new topic in the selected boards will be created.

Features

  • Map every single content type to one or more SMF Boards
  • Themable node title, so that you can customize the way it's rendered inside SMF
  • Themable node body

Word list

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was developed as a part of the "4 weeks of Drupal" course, available at http://dev.nodeone.se/en/four-weeks-of-drupal.

***
The Word list module allows creating and handling a global word list on your site. The words are exposed to Rules, allowing for things like blocking certain words in comments.

Sublime Text 2 autocompletion drush command

Component type

module

Maintenance status

Development status

Downloads

1210

Component created

Component changed

Note: This functionality has been moved into the Sublime Package Management System by wbond and works on Sublime Text 2 & 3. Please install through that method rather than use this project.

Provides a new drush command which scans a project and creates a Sublime Text 2 autocompletion file. This allows completion of all Drupal core, contrib and custom functions with tab stop parameter completion.