Ubercart Attribute Sync
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Synchronises Ubercart product options with CCK fields.
Synchronises Ubercart product options with CCK fields.
This module helps you to upgrade your images and imagecache presets to D7 image styles.
Instructions:
a) Download the module.
b) Unzip into your sites/all/modules directory.
c) Enable the module (it's called Imagecache Migrate).
d) Edit the module.install file. Change the number on the update function from migrate_styles_update_7000 to migrate_styles_update_7001.
e) Run your update.php script.
f) Disable the module.
A javascript-free responsive image formatter.
This module has similar functionality to the Picture module.
This module provides an additional image field formatter and stand-alone widget
that allows the browser to automatically download the appropriately sized image
for the current display. This helps save bandwidth and improves the page load
time.
Because the module does not require javascript in modern browsers, images are
requested sooner in page load and reduces browser processor usage on javascript.
After enabling the module you can select it as a field formatter for any image
fields defined on a content type.
There are three options when using this module as a field formatter:
"Media Query Images with Picture mappings" - This allows formatting of the
field using pre-existing mappings from the Picture module. This allows for
simple replacement of Picture module formatting with this module. Picture
module must remain enabled to preserve breakpoint mappings.
Requires Picture and Breakpoints module.
"Media Query Images with Breakpoints" - This allows formatting of the field
with Breakpoints functionality. Each breakpoint in Breakpoints group is
configured in the field display settings.
Requires Breakpoints module.
"Media Query Images" - This output has no automatic image choosing
functionality. You select from the list of available styles for this field
to show. This output is designed for developers that want to have total
control of the displayed image style using their code.
Requires no additional modules.
The built-in automatic image selection funcitonality of this module depends on
media queries support in the browser.
Browsers supporting media queries can be seen here
http://caniuse.com/#feat=css-mediaqueries.
This functionality also works with IE8 when using respond.js, a JS polyfill for
media queries.
Tested using Respond.js module in IE8.
Not tested in any older browsers.
An image (and media) formatter for the OWL Carousel , an excellent lightweight, responsive, touch-friendly "barebones and feature rich" carousel jQuery plugin.
Kladr is the Russian address classifier provided by the RF Federal Tax Service.
The module defines a new field type for storing addresses compatible with the kladr classification.
Autocomplete widget powered by kladr-api.ru service.
Dependencies: jQuery 1.7+ provided by jQuery Update.
This module extends file upload functionality with jQuery and allows users to choose a CCK jQuery file field widget to upload different types of multimedia files configurable through backend.
In the CCK file field setting, users can choose one of the 2 options below.
1. NodeJS
2. PHP File Upload
This module uses the background file upload functionality of the NodeJS library. It also uses the JQuery file upload plugin for smooth file uploading with progress bar indication.
This is a module that adjusts bxSlider(http://bxslider.com/) functionality into Drupal. It is applied on Drupal 8. The reason was that there are a lot of such project for another sliders. But they do not work well. I study Drupal 8. I understading Drupal 8 idioms better that were brought from Drupal 7 best practices. So what does this module do?
The whole solution relies on a Custom content type widget for entity reference. This widget provides listing of existing references via views and provides CRUD functionality for referenced content types. With other words, the referenced content should be generated and changed only within the referencing content. Similar modules like Inline entity form or Entity connect providing similar functionality but with fixed listing items and selection of existing content.
Module for Phone number and format validation according to countries. The widget will look similar to "Skype Call Phone" widget
Extends the link module so the URL field is an autocomplete. It got its start from @rsmylski at https://drupal.org/comment/6535500#comment-6535500.