Maintenance fixes only
EZDFP for Ad Management
Component type
Maintenance status
Development status
Component created
Component changed
EZDFP Drupal module simplifies integration of Google DFP Ads into your Drupal site.
Features
Automatically connect to EZDFP.COM
Easy to display Google DFP Ad unit by using EZDFP Block
Display multiple Google DFP Ad units on one page or multi-pages
Star Export
Component type
Categories
Maintenance status
Development status
Component created
Component changed
The Star Export module exports custom content which specifically includes field collection data. Many other modules and examples include exporting custom content such as Node Export or Views Data export but extra effort is require to include field collection data. This module adds the ability to export the field collection data in a flexible way as a drush command.
drush star-export takes the following command line arguments :
VBO Bottom
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Provides option to change the position of views bulk operation actions (VBO) to the bottom or top of the view.
Node Authorization
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Node Authorization allows users to add simple HTTP authorization to individual nodes. This is not a replacement for the user and content access system, just a lightweight alternative to create simple access restrictions on per-node basis. Note that HTTP authorization is not a totally secure system, particularly on non-HTTPS sites. If you require robust security to protect sensitive node content, please use Drupal's more established content access system.
Settings overrides
Component type
Categories
Maintenance status
Development status
Component created
Component changed
When maintaining/building/deploying many different versions of sites, for instance into environments such as development/QA/production you may override various Drupal variables in the site settings.php file.
If you do, when you view administration/settings forms (both core and your own custom ones), there is no mention that a variable value displayed is actually being overridden.
This module highlights (minimally) to the user when looking at an administration/settings form, which variables that are being displayed are actually being overridden in the settings.php file.
Node System Links
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
The Node System Links module (nodesyslinks) provides an input filter which converts internal node links from their aliased path to their system path.
In an ideal world the formatter would look to see if there is an internal aliased node link and will convert it to /node/99.
Let's say you have an Article content type with a body field, and the body field contains links which have been added via the WYSIWYG editor. The links will pretty much always have been added to point to an aliased path, e.g. website.com/about-us rather than a system path such as website.com/node/99.
Fast autocomplete multi
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This is a fork of the Fast autocomplete (FAC) module. This version allows you to configure multiple searches on your site. See this issue on the FAC issues queue for discussion.
There are two branches:
- 7.x-1.x: no changes from FAC (but FAC may be updated by the time you read this)
- multi-page: enable configuration for more than one search form
Twig Clean Debug
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Provides a filter for use in twig templates to clean away twig debugging output (mostly html comments describing template suggestions etc).
When in twig debug mode the html comments can interfere with development. This filter cleans away the suggestions using regex.
Usage
Must be used in conjunction with the |raw filter otherwise output will be double escaped, e.g.:
{{ content.field_image|clean_debug|raw }}
Unique field ajax
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This is a very light-weight module allows fields to be unique by bundle and language.
You can use ajax for check.
You can customize the error message
---REQUIREMENTS---
*None. (Other than a clean Drupal 8 installation)
---CONFIGURATION---
Enable the "unique" case in the field settings form,
if you want it to be unique by language enable the per_lang case.
if you want to check by ajax on change event enable the use ajax case.
---SIMILAR MODULE----
