Entity Registration Sandbox
Component type
Maintenance status
Development status
Component created
Component changed
Hacking at Registration.
Hacking at Registration.
This module allows developers to use $ to access the jQuery library in the global namespace instead of calling jQuery explicitly or passing $ as a parameter into your closures.
Originally, I was annoyed about the change in Drupal 7 (http://drupal.org/node/1407256) that caused Drupal to noconflict() jQuery by default. This was a code migration headache and an inconvenience when it came to using most snippets of jQuery found in example documentation or in snippets on the web.
More Boxes adds various types of boxes to use.
So, what's in the box:
Banner box:
Lets you add an image or a flash file to the box using IMCE file browser.
Links box:
Creates a list of links box.
Out Of Context is built on top of Context module, in order to achieve an easy to use, in-line blocks editor.
It creates a nice palette where you can select the context you want to edit, and a list of blocks which can be dragged & dropped to the different regions.
A configuration screen lets you select which contexts will activate the palette, and also to select the blocks which will appear in it.
Services raw provides access to resources of services module via direct usage of API calls like node_save or user_save instead of executing form programatically.
Supported resources:
To enhance security module also introduces new permissions like 'access raw node_save'. This means that user logged in via services must have these special permissions to use services_raw resources.
TODO:
Interkassa integration for the Drupal Ubercart payment and checkout system.
This module allows you to notify your customers by email about their abandoned their cart.
Abandoned Shopping Cart mailings generate more than 55% more conversion compared to regular email campaigns. –SeeWhy research (2011)
Thanks to jessepinho for his contribution to the project.
This module provides a Feeds Fetcher and Parser to use when your data source is on another database. For each source you can provide a query to directly select which data to import and then map using the usual Feeds mapper interface.
It also supports limiting the number of rows to be pulled, making good use of batch API.
Module sponsored by Trellon LLC.
This is a module for authorization in drupal through social networks.
Area Print is a simple module that let's you add print button or link that sends any given element(div, table, block.. anything with a css id) to a printer.
All original css from the page(including definitions from parent elements) is applied(though browsers tend to strip some off) and you can append your own on top of that.
In it's current form, the module provides only API-like functionality, no UI at all, though this can be changed in the future if needed.