Commerce Price Tokens

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides tokens for each applicable price component sub-total of a Commerce order.

eg. [commerce-order-total-base-price], [commerce-order-total-shipping], [commerce-order-total-tax-gst], [commerce-order-total-donation].

Geotagging

Component type

module

Categories

SEO

Maintenance status

Development status

Component created

Component changed

Geotagging improves Search Engine Optimization (SEO) for regional brand sites by tagging different language and regional versions of content. This ensures that the correct regional URL is served to the user in local search results. Similar content is grouped in a Content Family, which is a collection of pages that share the same general content, but that are targeted to different markets by country and language. Each page in a Content Family shares the same Content Family ID.

File System Switch

Component type

module

Maintenance status

Development status

Downloads

194

Component created

Component changed

File System Switch enables you to switch file fields between private and public.

Maintaining the security of your files can be really good in Drupal, however, sometimes you may wish to move between public to private for a file field (or a bunch of file field). This module manages that process, including moving the files and updating the file references.

This is a DEV release. We are not responsible if it breaks your site. :)

Propeller Ads

Component type

module

Maintenance status

Development status

Downloads

96

Component created

Component changed

Introduction

This module easily integrates PropelerAds popups in your Drupal only activating and configuring this module.

Setup procedure

Copy under sites/all/modules and go to /admin/modules. Check it and enable it.

Or download and install it using Drush with the following command:

drush -y en propellerads

Later you should go to /admin/config/propellerads and introduce your Publisher and Channel ID.

Shortcode Asciinema

Component type

module

Categories

Maintenance status

Development status

Downloads

494

Component created

Component changed

This module provides an [asciinema] tag for the shortcode module, allowing Drupal users to easily embed Asciinema videos without requiring the entry of a <script> tag into a text field.

Here is an example that uses all available attributes:
[asciinema size="medium" autoplay="1" loop="1" theme="asciinema" speed="1" t="0"]105302[/asciinema]

Unpublished access

Component type

module

Maintenance status

Development status

Downloads

26

Component created

Component changed

This module "fixes" access to unpublished nodes in Views.

[A1] An ordinary user (without "bypass node access" permission) cannot "access" unpublished nodes, except users with permissions 'view own unpublished content' can access their own.

Default Drupal

[A2] In default Drupal, an ordinary user can access all unpublished nodes in Views if there is no filter to prevent it.

Caution: A2 != A1