Composer Autoloader
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Load multiply composer vendor into one classloader.
Load multiply composer vendor into one classloader.
This module provides a framework for "splitting" the checkout into a new order. You can provide an option to the user to "Save cart for later" and proceed with a new order that has a checkout process flagged with a query string ("/checkout/[ORDER]/page?cmode=process_name").
I wouldn't recommend getting into this unless you're ready to read through code comments and are familiar with Drupal hooks.
The Custom 403 Per Path module allows to set custom messages on the 403 Access Denied page according to the path.
For example, you can set path: '/node/add' and message: 'You need to be logged in!' in the settings (/admin/settings/custom_403_per_path). When a visitor goes to '/node/add' and gets Access Denied, the message 'You need to be logged in!' will be set with drupal_set_message() type 'warning'.
Simple hierarchical select defines a new form widget for taxonomy fields to select a term by "browsing" through the vocabularies hierarchy.
The widget is available in node forms and as Views exposed filter.
Views plugin for adding a fade in/out effect to ajax enabled views.
How to use this module:
This module provides real-time shipping estimates via the TNT RTT API. This module is used in conjuction with Drupal Commerce and Commerce Shipping modules.
This module requires an active account with TNT (http://www.tnt.com)
EntityDemo is an entity example for developer.
- entitydemo and entitydemo_ui are separed
- add fields and manage display
- list of entitydemo instances in view table (views module)
This project is an API module that integrates with the Git Wrapper library. This module doesn't do anything by itself and is usually extended by other projects that do something useful with Git. Refer to the "Integrations" section below.
This project was created for a contest by The Module Off. It offers suggestions for entity reference autocomplete fields based on previous values of the field.
Provide views with new field that let's you add checkboxes for selecting each row
Useful when you want to use views as form for selecting data, specially in multipage forms, or when you want to have more control on what happens after the user selected the rows and don't want to setup VBO just for the checkboxes
There is also a hidden text field that stores the selected rows' nids
TODO : In the next releases , the selected rows will be preserved between pages