File Field Extra Formatters

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides extra formatters for filefields to allow for more fine-grained control over views fields:

  • Name only: shows only the name of the file without a link
  • Icon only: shows only the file's icon without a link
  • Icon only with a lock: shows only the file's icon without a link, with a closed lock next to it
  • Icon only with an open lock: shows only the file's icon without a link, with an open lock next to it

Privatemsg_unread

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple helper module for Privatemsg to address a feature request in the Privatemsg module issue queue. It provides a menu item "Unread PMs", which will display a node with the current user's sent Private Messages that have yet to be read. This does not include PMs that a user sends to themselves, by design. A Permissions item has been provided so that this functionality may be enabled or disabled on a per-role basis.

Drush live

Component type

module

Categories

Maintenance status

Development status

Downloads

1227

Component created

Component changed

The Drush live CLI allows you to run Drush commands on an already fully-bootstrapped Drush/Drupal site. Essentially it is a Drush command which waits for input and tries to interpret that input as drush commands.

How?

Start up the Drush live CLI with the following commands:

  drush dl drush_live
  drush @myalias live
  DrushLive@myalias>

This fully bootstraps Drupal at the given @aliasname and waits for drush commands to run. Type '?' on the prompt for more help.

Commerce checkout button text

Component type

module

Maintenance status

Development status

Component created

Component changed

Change the displayed text of the button which takes the user to the payment process.

In some cases the standard text needs to be customised e.g. to comply with legal regulations. This module allows you to change the text to whatever you need. For Germany, this is needed to comply with the "Button Lösung" regulation.

The module has no UI. After the usual install, go to commerce_checkout_button_text.module and type in your button text. In this example below the button shows "Buy & submit payment" and is translated to "Kaufen" (see screenshot).

Editable banner for every path/url

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

D7

// --- Add image filed in side content type to show image banner for every path--
//----- Add Computed field and write code inside input field  -----
  $abc = drupal_get_destination();
  $entity_field[0]['value'] = $abc['destination'];
//--- This is in output field of computed field----
  $display_output = $entity_field_item['value'];

// --- Create a view block
// --- Add 'image field' in views field to show for particular path
// --- Add 'node edit' field for edit added image

Commerce Pay by Invoice

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds an invoice payment type, as well as multiple rules actions and conditions for dealing with invoices.

1. Adds a credit limit field to all users.