Clippy

Component type

module

Maintenance status

Development status

Downloads

606

Component created

Component changed

Felling lost? Confused? Does your Drupal feel hard to use?

Worry no more - Clippy is here to hold your hand.

Integrates clippy.js to Drupal! We are supporting all different agents and its possible to configure them on UI!

Requirements

jQuery update with version 1.7.x

jQuery UI Accessible Tooltips

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an easy way for developers to add accessible tooltips to a site, using jQuery UI Tooltip.

$tooltip_link = theme('tooltip_link', array(
  'link_text' => t('A tooltip will be displayed when hovering or focusing on this element'),
  'tip_text' => t('This text will appear in the tooltip'),
  'classes' => array(
    'my-class',
    'my-other-class',
  ),
));

The output of this will be:

Google Map Static

Component type

module

Maintenance status

Development status

Downloads

4116

Component created

Component changed

Google Map Static module allows to switch easily between interactive google maps (iframe) and static image maps (img).

Sometimes you scroll the page with the map and try to look what's under it but all you can scroll is the map.
We found a solution of this usability problem. Our module allows you to replace the iframe with a static image map. User can switch to the interactive map and back any time. The iframe map will be opened either in the popup, in a new window or in the same map area depending on what option you choose in the module settings.

Update My Browser

Component type

module

Maintenance status

Development status

Component created

Component changed

Update My Browser: Browsercheck

This module provides a JS widget by updatemybrowser: http://updatemybrowser.org.

If a visitor views your website from an older browser, updatemybrowser will automatically show a banner across the top of your website to notify the user that there is a new version of their browser available.

Please note: This module does not stop the page from rendering, it's just a warning that a newer version of their browser is available.

Webform Markup

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows the webform builder user to take full control of the HTML markup used by the webform. Let's you hide some of the webform components (you wouldn't want to show the ones that you are rewriting the HTML markup for). And let's you inject JavaScript code - file, external, inline and setting - so that you can write rich interactive single page apps using Webform.

Leaflet views AJAX popups

Component type

module

Maintenance status

Development status

Downloads

3638

Component created

Component changed

Leaflet views AJAX popups extends the Leaflet module and allows you to load Leaflet map popups via AJAX.

The Leaflet views sub-module of the Leaflet module provides Views style plugin for displaying views results on a Leaflet map, optionally with descriptions popping up when clicking map markers.

jQuery social stream

Component type

module

Maintenance status

Development status

Downloads

1863

Component created

Component changed

This module is a Drupal wrapper for jQuery social stream plugin.

The module allows embedding streams as block, bean blocks, and panel panes and configure them through UI. You can have multiple streams per page.

Update: The module also supports social wall option provided by the plugin.