21919 Modules match your search

Extend and customize Drupal functionality with contributed modules. If a module doesn't quite do what you want it to do, if you find a bug or have a suggestion, then join forces and help the module maintainer. Or, share your own by starting a new module.

DruMaSha

  • Last changed: 19 weeks 5 hours ago

The module allows you to use the plugin js MASHA

References Thumbnail

  • Last changed: 18 weeks 6 days ago

Background

This module is an enhancement for references fields, for now it supports References and Entity reference.

By default, autocomplete widgets only shows the title and entity id, which is not a good user experience. This module creates a new view mode 'References Thumbnail', entities will show with this mode together with the autocomplete widget.

Features

  • Show an entity view for the widget, automatically refreshed when the autocomplete value changed!
  • Hide autocomplete input when there's an entity view
  • Add remove and delete(delete source) button
  • Add a refresh button for refresh all entities views manually -- needs a core patch: #1592814: Add hook alter to override field_multiple_value_form()

Installation and Configuration

  1. install and enable this module
  2. configure reference fields(so far supports all autocomplete widgets), check on 'Show References Thumbnail'
  3. manage the display of target entity bundle, customize the display for view mode 'References Thumbnail'

Road map

  • Support all references fields

Best practice with other modules

References dialog

a_b_testing

  • Last changed: 44 weeks 1 hour ago

Simple A/B test modul.

webform_validate_unique_user_email

  • Last changed: 19 weeks 1 hour ago

This module is useful if you are using a webform to take a signup and ultimately create a user from the form. The module's main code involves a lookup on the user table to check to see if the given email address is already in use on the system:

SELECT COUNT(uid) FROM {users} WHERE mail = :email LIMIT 1

You can then use a rule to create the user.

UUID Pathauto Features Integration

  • Last changed: 19 weeks 1 hour ago

The UUID Pathauto Features Integration provides a mechanism for exporting pathauto settings into a features module.

Dependencies:

gameguyz_sms_webchinese

  • Last changed: 19 weeks 39 min ago

http://www.gameguyz.com 使用 [中国网建]提供的API接口,发送短信.

模板使用说明:
安装好之后,将以下代码加在自己的代码中。

if (module_exists('gameguyz_sms_webchinese')) {
$smsmob = "13888888886,13888888887,1388888888";//接收短信的手机号,多个手机号使用逗号分隔.
$smstext = "系统挂了";//短信内容,最多70个字符.
gameguyz_sms_webchinese_sendsms($smsmob, $smstext);
}

Media: Wistia - Drupal 7

  • Last changed: 18 weeks 6 days ago

This is a sandbox for getting Wistia into D7 with Media module.

Timeline Makefile

  • Last changed: 2 years 3 weeks ago

This provides a simple make file for timeline testing purposes

Timeline Examples

  • Last changed: 2 years 3 weeks ago

A set of example views and content types with different configurations and date inputs

Features Export Language

  • Last changed: 2 years 4 days ago

This module switches language to Drupal's basic default language, which is exclusively English, when exporting, recreating or updating a Feature.
Usually if a features is getting exported, the language of the site is used. That means that in special cases (f.e. views names) you get a translated string.

But following Drupal's coding standards (http://drupal.org/coding-standards) and best practices in general, all names in code should be English and later beeing translated
through Drupal's locale system. Since Features are Modules, we actually have to/should export English strings only.

This works via UI and drush command.

Mark & Share

masha

  • Last changed: 18 weeks 6 days ago

MASHA (short for Mark & Share) is a JavaScript utility allowing you to mark interesting parts of web page content and share it. Just select text (paragraphs, sentences, words) on MASHA powered page and copy generated URL from location bar.

Requirements

Installation

  1. Copy the masha module directory to your sites/all/modules or sites/SITENAME/modules directory.
  2. Download masha library from http://mashajs.com/#download
  3. Copy the masha library directory from archive to sites/all/libraries/masha or sites//libraries/masha directory.
  4. Enable the module at Administer >> Site building >> Modules.
  5. Check /admin/reports/status to ensure the Masha plugin was properly detected
  6. Visit masha settings page http://SITENAME/admin/settings/masha

Messaging set user to default settings

  • Last changed: 1 year 13 weeks ago

Sets all individual user settings related to messaging and notification back to default.

Feed statistics

  • Last changed: 1 year 9 weeks ago

Drupal 7 rewrite of https://drupal.org/project/subscounter

LibreSpam

  • Last changed: 38 weeks 4 days ago

A text scanning and spam detection framework for Drupal.

Created and maintained by:
* Felix Delattre (xamanu) - http://drupal.org/user/359937
* Jens Reinemuth (openweb) - http://drupal.org/user/1294566

Camp Schedule

  • Last changed: 18 weeks 6 days ago

This module adds a View and a new View style to display a session grid for COD 7. There are some hacks in it including a hard-coded date, since it's for our upcoming DrupalCamp and we needed to get something working fast.

This is being posted to be used as a basis for properly adding back such a feature to COD 7, or for anyone who needs an immediate solution for their site.

Eve CREST Support

  • Last changed: 18 weeks 6 days ago

This project is a placeholder for the module intended to support the CarbonREST API developed by CCP, the authors of both EveOnline and Dust 514.

Permalinks to Nodepath

  • Last changed: 18 weeks 6 days ago

This tiny module will redirect comment permalink to their corresponding node paths.

For an example,
Imagine there are 3 comments for the node with ID 123. The node URL would be http://example.com/node/123.
If there are 3 comments to the node(with comment IDs 145, 156 and 175), they will have URLs like http://example.com/comment/145 , http://example.com/comment/156 and http://example.com/comment/175.

But all 4 URLs (http://example.com/node/123, http://example.com/comment/145, etc)give the same content to the end user. This raises a possibility that search engines will detect duplicate content in your site.

This module will redirect all comment/x paths to their corresponding node-path.

  • http://example.com/comment/145 to http://example.com/node/123#comment-145
  • http://example.com/comment/156 to http://example.com/node/123#comment-156
  • This module can handle pagers as well. If your comment is in the second page (when you have set a comments-per-page value in node type settings),

  • http://example.com/comment/156 to http://example.com/node/123?page=1#comment-156

Field Languages

  • Last changed: 18 weeks 6 days ago

This module enables language selector for fields.

mixpanel_rules

  • Last changed: 18 weeks 6 days ago

This was merged directly into the Mixpanel module per #1874942: Include the mixpanel_rules module?.

Entity Rating Addone

  • Last changed: 18 weeks 6 days ago

This is supporting module to Entity External Rating module. Entity External Rating module allows you to rate any thing based on sharing on facebook and twitter.

This module Entity Rating Addone allows you to rate entities based on their access statistics. It gives 30% weigh to each statistics, facebook and twitter.

It also provides in detail view in chart also.

SWDP #137

  • Last changed: 18 weeks 6 days ago

Secret world domination project No. 137.

(This is a temporary sandbox. Its contents will be shipped with another module when ready. Not for standalone use.)

Commerce Braintree

  • Last changed: 18 weeks 3 days ago

"Braintree" payment gateway integration for Drupal Commerce.

Sponsored by "Commerce Guys".

Duck Duck Goose

  • Last changed: 18 weeks 6 days ago

Duck Duck GOOSE!

Fonecta Totaali API

  • Last changed: 18 weeks 6 days ago

This module provides a simple integration with the Fonecta Totaali API. This is an API module and therefore provides no UI apart from a simple configuration form. Please note that an authorization bearer token is required to use this module.

This module is sponsored by Verkkojulkaisut

Economics Taxonomies

  • Last changed: 18 weeks 5 days ago

This module provides economics taxonomies for integration into Drupal applications over the web. It is implemented as a plugin for the Web Taxonomy module and makes use of web services provided by ZBW Leibniz Centre for Economics.

Currently, this experimental version makes available:

Other than this module and the Web Taxonomy module it builds upon (which is in early development, too), the terminologies themselves are fully developed and maintained on a regular basis by the backing institutions.

nobody click here