Message for Country

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds an action (to be used with Drupal action / trigger system) that shows a popup message to the visitor filtering by visitor's country.

The configuration for action allows the administrator to choose the message to be shown and the country of visitors that will see the message.

Views URL Path Arguments

Component type

module

Maintenance status

Development status

Downloads

5803

Component created

Component changed

SUMMARY

Simple module to convert a view contextual filter node id into its url path.

Extended use case: A website has a view that uses node reference or entity reference to filter the results set. For example, a regional location node is a node reference on a bunch of news stories. The view is setup to filter and show only news stories in the Chicago region and not any news stories from any other regions. Rather than using nid for the contextual filter (which isn't SEO friendly) these plugins allow the ability to use SEO friendly url path / path alias.

Eight Demo

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a skeleton module for Drupal 8. It doesn't do anything yet, and by the time you read this will likely be out of date anyway. It's just a demo for people who want to get a feel for what a Drupal 8 module looks like, at least at this point in time. (Where "this point in time" means "whenever Crell last got around to remembering it's here." Really, I make no guarantees that it is at all useful in any way.)

Molecule

Component type

module

Maintenance status

Development status

Downloads

706

Component created

Component changed

Overview

The Drupal module Molecule adds an input filter to Drupal to show the contents
of JCAMP-DX files. It enabled users to easily integerate JSpecView and JMol
applets into their Drupal sites without technical knowledge.

Requirements

None

Installation

See README.txt

Tablehover

Component type

module

Maintenance status

Development status

Component created

Component changed

This plugins helps navigate in tables, highlighting the hovered rows and columns,
and provides ability fo fix highligh by clicking on a cell.

To install just enable the module.

There are 3 optional versions of .js files to use with this module:
1. Uncompressed - 13.8K
2. Minified - 3.2K
3. Packed -2.9K

By default the minifed version is selected, you can change to other types from:
admin/config/user-interface/tablehover

Address book

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple address book based on custom entity.
CRUD implementation.

Entity = 'contact'
Entity bundle = 'contact'

Entity bundle are fieldable.
Default fields are deletable.

Install and uninstall

On module installation there is once creation of all fields (category and photo) and taxonomy vocabularies for that fields.

On module uninstallation there is deletion of all fields and their data from database.
Vocabularies do not deletes.

Future plans:

Integration with views and rules.