Scanner-Fixer API
Component type
Maintenance status
Development status
Component created
Component changed
A framework for scanning for issues and then fixing them.
A framework for scanning for issues and then fixing them.
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].
Flexible framework to show related content for entities.
Now have integrations with:
Usage example.
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 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. :)
This module easily integrates PropelerAds popups in your Drupal only activating and configuring this module.
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.
Test module
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]
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.
[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