Maintainers monitor issues, but fast responses are not guaranteed.

RSN

Really Simple News

This module manages newsletters and subscriptions, generates email content via rendered entities (nodes), and dispatches to subscribers.

Node Compare

The module to provide node comparison functionality on user request. It compares the values ​​of the fields of nodes.

Features

  • In a settings you can specify which fields are allowed to compare. Separately for each type of node.
  • There is a possibility control the number of elements being compared.
  • Using AJAX for add / delete / clear the selected nodes to compare.
  • Customizable text for links to add / remove items to compare.
  • Integration with Views (“Add to Compare” link).

Installation and Usage

  • On the page of your site with a list of available modules, Node Compare can be found in the group of "Content".
  • After installing the module you can configure settings by navigating to: Administration » Configuration » Content authoring » Node Compare settings (admin/config/content/node_compare).
  • Set the region to display the block which to display a deferred items to compare.
  • Set permissions for existing user groups to use the comparison. (admin/people/permissions#module-node_compare)
  • Set the display settings for the link to "add / remove" on "Manage Display" settings page (for a node content type).

Rowspan grouping

Row span grouping image

This module provide additional style plugin for Views.
It allows grouping by row and if the table has common values then plugin will merge cells.

Password Change Tab-Block

At present in user/uid/edit page we have the option to change the present password. This at times will be confusing to end user about what it might deal with.

commerce checkout page inc

index 73b82c6..1695847 100644 (file)
--- a/modules/checkout/includes/commerce_checkout.pages.inc
+++ b/modules/checkout/includes/commerce_checkout.pages.inc
@@ -182,6 +182,8 @@ function commerce_checkout_form($form, &$form_state, $order, $checkout_page) {
// submit handlers because we're using hook_forms() to use this form builder
// function and to avoid issues if other modules implement button level submit
// handlers on these or custom checkout buttons.
+ $button_operator = '' . t('or') . '';
+
if (!$checkout_page['prev_page'] && !empty($checkout_page['back_value'])) {
// Add an empty "Back" button value to avoid submission errors.
$form['buttons']['back'] = array(
@@ -198,7 +200,7 @@ function commerce_checkout_form($form, &$form_state, $order, $checkout_page) {
'#attributes' => array('class' => array('checkout-cancel')),
'#submit' => array('commerce_checkout_form_cancel_submit'),
'#limit_validation_errors' => array(),
- '#prefix' => t('or'),
+ '#prefix' => $button_operator,
);
}
elseif ($checkout_page['prev_page'] && !empty($checkout_page['back_value'])) {
@@ -208,7 +210,7 @@ function commerce_checkout_form($form, &$form_state, $order, $checkout_page) {
'#attributes' => array('class' => array('checkout-back')),

Webform Transformer

This module adds a new webform component that transforms user input based on a self defined pattern.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained