Rules Panes demonstration at DrupalCamp sthlm 2013

Component type

module

Maintenance status

Development status

Component created

Component changed

This sandbox holds the features and custom code used at the demonstration of Rules Panes at DrupalCamp Stockholm 2013.

There are videos on YouTube for this demonstration.

You can try this sandbox on simplytest.me.

Social Field Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Social Field Formatter provides field formatter for text and link field. You can easy set up to show field value as link to a social page. It is useful for social sites collect data of eg. user's facebook page, gtalk, google+ page, and show as a link with own social icon (maybe without it)

This module uses ctools plugin architecture. It provides a widget plugin to handle providers (icons, link format), and a style plugin define how the widget should be rendered (eg. only image).

Because of ctools, it is easy to extend, add new widgets and styles.

Field value copy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Copy value from field A to B and save entity. Currently only tested with node as entity (second last argument in drush command).

This project is only a drush command and can only be executed from the command line. This module will not show up in your modules list. After you have put the module inside the modules folder run "drush cache-clear drush" for drush to pickup the new command.

Comment Fragment

Component type

module

Categories

Maintenance status

Development status

Downloads

4182

Component created

Component changed

The default Drupal 7 comment permalink has the following format, /comment/[comment-id]#[comment-id], if a node has 10 comments, each page with the URL /comment/[comment-id] loads identical content to the node itself.

10 comments is just fine but how about 1000 comments? 1000 duplicate contents is very bad for SEO and our website may be the target of Google's sandbox.

Webform Draft Remind

Component type

module

Maintenance status

Development status

Component created

Component changed

This goal of this module is to send reminder emails to users that have started a draft and not submitted it, 3 days before a specific deadline.
For the purposes of defining a deadline, it also adds a field to the Webform content type for Start and End date.

Commerce Add to Cart radio input form

Component type

module

Categories

Maintenance status

Development status

Downloads

958

Component created

Component changed

DESCRIPTION

Commerce Add to Cart radio provides a Views field handler that allow you to build a Commerce products view form (using Views module) but instead of display multiples "Add to cart" buttons as the default Commerce field handler "Add to Cart form" this handler displays as a radio input for each product with a global form button.