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.
References Thumbnail
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
- install and enable this module
- configure reference fields(so far supports all autocomplete widgets), check on 'Show References Thumbnail'
- 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
webform_validate_unique_user_email
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
The UUID Pathauto Features Integration provides a mechanism for exporting pathauto settings into a features module.
Dependencies:
gameguyz_sms_webchinese
http://www.gameguyz.com 使用 [中国网建]提供的API接口,发送短信.
模板使用说明:
安装好之后,将以下代码加在自己的代码中。
if (module_exists('gameguyz_sms_webchinese')) {
$smsmob = "13888888886,13888888887,1388888888";//接收短信的手机号,多个手机号使用逗号分隔.
$smstext = "系统挂了";//短信内容,最多70个字符.
gameguyz_sms_webchinese_sendsms($smsmob, $smstext);
}
Timeline Examples
A set of example views and content types with different configurations and date inputs
Features Export Language
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.
masha
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
- For Drupal 6.x the Libraries API 1.x branch.
Installation
- Copy the masha module directory to your sites/all/modules or sites/SITENAME/modules directory.
- Download masha library from http://mashajs.com/#download
- Copy the masha library directory from archive to sites/all/libraries/masha or sites//libraries/masha directory.
- Enable the module at Administer >> Site building >> Modules.
- Check /admin/reports/status to ensure the Masha plugin was properly detected
- Visit masha settings page http://SITENAME/admin/settings/masha
Messaging set user to default settings
Sets all individual user settings related to messaging and notification back to default.
LibreSpam
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
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
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
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/145tohttp://example.com/node/123#comment-145http://example.com/comment/156tohttp://example.com/node/123#comment-156http://example.com/comment/156tohttp://example.com/node/123?page=1#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),
mixpanel_rules
This was merged directly into the Mixpanel module per #1874942: Include the mixpanel_rules module?.
Entity Rating Addone
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
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
"Braintree" payment gateway integration for Drupal Commerce.
Sponsored by "Commerce Guys".
Fonecta Totaali API
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
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:
- STW Thesaurus for Economics
- A subset of scholars out of the German personal name authority file (now part of GND) from economics and neighboring fields
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.


