GMap Image

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

With this module you can embed static map images generated by Google's Static Maps API

<?php
print theme('gmap_image', array(
  'zoom' => 14,
  'location' => 'Árpád út 51-53, Budapest, Hungary',
  'size' => array(
    'width' => 400,
    'height' => 300,
  ),
  'marker' => 'color:red',
));
?>

HCard field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This adds a Field API field to entities that allows for HCard microformatted contact information to be attachced to arbitrary content/user/etc types.

Entityreference relation select

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a widget for an entityreference field that targets relation entities only. It transforms the selection process into a dependant selectbox system, much like hierarchical select. Only the relation module provides much more flexibility regarding entity connectivity. This may well be the start of a new beginning for hierarchical selects.

SwinxyZoom

Component type

module

Maintenance status

Development status

Downloads

940

Component created

Component changed

SwinxyZoom is a image zoom jQuery plugin that can be applied to any image field.

Designed to work across a large range of designs, screens (mobile, tablets, laptops) and devices from the latest UltraBooks to memory constrained mobile devices with SwinxyZoom you can be sure the largest number of people will be able to see your imagery the way it was intended.

Better autocomplete

Component type

module

Maintenance status

Development status

Component created

Component changed

Enhance autocomplete field widget for EntityReference and taxonomy. There are already some modules to handle this but I tried and none fit my requirements.

The porpouse of this module is just give a better interface in tags style, inspired by chosen project and in fact using its css.

Field Group Inline

Component type

module

Maintenance status

Development status

Downloads

3750

Component created

Component changed

Overview

Show all fields inside the same group displayed inline separated by chosen character.

Features

  • Show all fields inside group in the same line.
  • Choose fields separator.
  • Available template with theme suggestions:

    field-group-inline.tpl.php
    field-group-inline--GROUP_MACHINE_NAME.tpl.php

Dish

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a new field type to be used in content types - Dish field. The primary use case for this field type is to create a single dish on a food menu.

A dish field by default contains three different textfields:

  • Dish title
  • Dish description
  • Dish price

Insert Popup

Component type

module

Maintenance status

Development status

Downloads

1293

Component created

Component changed

Summary

Provide content editor usability enhancement for integration with the insert and wysiwyg modules.

This module provides a new button in wysiwyg editors which when clicked displays an "insert enabled" field in a handy popup. It also disables the regular widget for this field.

Installation

Simple enable and check the following steps below. There is no configuration for this module.