Styletags Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Convert embedded CSS styles into tags.

Converts this

<style>
  .myclass {
    font-weight: bold;
  }
</style>
  
<span class="myclass">
  some bold text
</span>

to this

Read more ajax

Component type

module

Categories

Maintenance status

Development status

Downloads

2368

Component created

Component changed

It is a simple module which adds Read more ajax link to teaser. This module will create effect like on facebook blog.

Instillation & setup.

Enable the module and this one will work immediately.
Configuration page has a section to turn off the effect for node types.

Go to admin/config/content/readmore_ajax.

This module is compatible with views, views_load_more.

HTML5 Colorpicker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

The HTML5 Colorpicker creates a new Form API element type: html5_colorpicker.

After enabling this module a new form element can be created and included in any form. The colorpicker would be available for inclusion by code, allowing users of the form to choose a color.

This module includes Field API integration, so the picker can be added as a field to any content type.

Entity Legal

Component type

module

Categories

Maintenance status

Development status

Downloads

7952

Component created

Component changed

Looking for maintainers

If you're actively using this module and are interested in helping maintain it then we'd love to get your help. Have a look at and review some of the issues that are currently open and get in touch with us.

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.

Migrate CSV to SQL

Component type

module

Maintenance status

Development status

Downloads

1302

Component created

Component changed

Introduction

This module provides convenience functionality for migrating data from CSV files, via SQL tables, using the Migrate module.

Motivation

Have you ever had a problem that certain rows in the CSV were empty, or didn't
need to be imported because of bogus data / empty fields?

Simple Node Notification

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

**IMPORTANT: This module is still in an early stage and does not allow any customization, more to come!**

This it's a very simple and lightweight module that allows you to (manually) send a notification about a node, the text is (hem, will be) customizable and the email addresses are stored in a taxonomy to allow the autocompletion.
Once a notification has been sent it will be stored in an entity and displayed in a view attached to the node.