Poll correct answer

Component type

module

Maintenance status

Development status

Downloads

776

Component created

Component changed

This module allows you to specify the correct answer for a poll question. When the correct answer has been selected, poll takers will see the correct answer displayed above the poll results.

This module is an add-on to the Poll module provided with Drupal core.

Doctor ORM

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project was created during one of my school project. We need to use our custom classes to develop some of our modules. The first problem was to connect our classes to the database using Drupal Database API. So I decided to make my own ORM dedicated to Drupal, and now I decide to publish my work.

More info on Github: https://github.com/Treast/drupal-doctor

gSoucemap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module create placeholder for sourcemap paths...
Enable module and set placeholder path on admin/config/development/gsourcemap

Custom Nid

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

This module allows site builders to create node with their custom nid. If the node with given nid is already exist a message will occur that "Nid already exists".

USE CASE
----------

1. In case when you write any business logic on the basis of node id you can use this module.
2. When you transfer data from one instance to another you can set id according your choice.

REQUIREMENTS
------------

There is no requirement.

INSTALLATION
------------

VBO export

Component type

module

Categories

Maintenance status

Development status

Downloads

1901

Component created

Component changed

The module adds 2 new Views Bulk Operations actions: Export to csv and export to Excel.

For export to excel functionality, the PHPExcel library (https://github.com/PHPOffice/PHPExcel/releases) needs to be placed in the site libraries folder.

NOTE: PHPExcel Release 1.8.1 has a bug, PHPExcel 1.8.0 is recommended.

Image Resize

Component type

module

Categories

Maintenance status

Development status

Downloads

159

Component created

Component changed

Before downloading and using this module please read the next lines carefully. This module has a very specific use case. You should not use it to resize images that are managed by Drupal. If your content type or taxonomy vocabulary has an image field, then images you upload to the nodes or terms of this type are most likely managed by Drupal.

Commerce Shipping on Review Page

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

This module addresses a shortcoming in Commerce Shipping that causes the final order total to be inaccurate if the choice of shipping option is put on the final "Review" step of checkout.

This can be useful if, for example, you're attempting to reduce Drupal Commerce's typical four step checkout into two or three steps instead.

Once installed and enabled, this module exposes the following two new rules events:

RESTful Web Services: Resource Discovery

Component type

module

Maintenance status

Development status

Downloads

290

Component created

Component changed

Allows a list of entities (including bundle, field and property info) to be viewed at /restws_resource.json.

Motivation: a 3rd party system may not be aware of all entity types available, so a list of entity info is useful. There are some obvious entity types, such as node, comment etc but any custom entity types will not be known to a 3rd party.

Big pipe override

Component type

module

Maintenance status

Development status

Downloads

246

Component created

Component changed

This module is meant for development purposes

Some times you want to disable big pipe, for example to make sure you can set breakpoints in JS files in attached libraries. Just drop in this module and enable it in settings.php like so:

$settings['big_pipe_override_enabled'] = TRUE;

When changing this value, you should clear the cache.