Brreg field

Component type

module

Maintenance status

Development status

Downloads

1191

Component created

Component changed

This module provides a field for the organization number of Norwegian businesses.
The field instance can be configured to populate other fields in the same bundle with values returned by an external web service[1].

All data returned by the web service is stored in the database, but is currently not in use by this module.

[1] http://hotell.difi.no/api (norwegian only)

Feeds Tamper Clone

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an easy to use UI option to clone Feeds Tamper plugins when cloning a Feeds importer.

If you have a lot of Feeds Tamper plugins on a feed importer and need to add the same plugins to another feed importer, manually reconfiguring each plugin for each importer is NOT ideal. Hence, the reason this module was built.

Book Explorer

Component type

module

Maintenance status

Development status

Downloads

6634

Component created

Component changed

Book Explorer provides an explorer-like book navigation block. Instead of clicking on a book page in order to see its child pages, you can simply click to expand (or collapse) each book page. This provides a much faster and enjoyable experience than having to wait for a browser refresh.

Book Explorer provides a block that replaces the 'Book navigation' block in core. It is identical except that the 'Book explorer navigation' block has expandable/collapsible tree items.

References Dialog Insert

Component type

module

Maintenance status

Development status

Component created

Component changed

Description:

Provides Insert functionality for references dialog.
It's in beta version(needs some more testing).

Usage:

Enable "Send to textarea" option in entityreference field settings.

This project is developed by Bright Solutions. We also offer paid Drupal and ERPAL integration and process consulting.

Node Inherit Webform Access

Component type

module

Maintenance status

Development status

Downloads

881

Component created

Component changed

When you create a webform you can limit the access to specific roles only in the form settings. By default, only the access to the webform is checked. The node the webform is attached to will always be visible.

This module ensures that the node the webform is attached to will inherit the access restriction set to the webform and access to the node itself is also denied if you view the node with a role that should not have access.

Wysiwyg No base64

Component type

module

Maintenance status

Development status

Component created

Component changed

Firefox allows users to drag or copy images into wysiwyg editors and inserts the image inline as a base64 encoded data string.

Because of the way drupal text filters work, this can end up filling your database with several megabytes and hit your sites' performance when the filters try to process the encoded strings.

There are other solutions that makes good use of this functionality, but in case you don't want to allow image uploads and inline images, the best practice is to avoid those images ever appearing in the editor.

default user picture styles

Component type

module

Categories

Maintenance status

Development status

Downloads

532

Component created

Component changed

Overview

Default User Picture Styles allows you to apply image styles on the default user picture by providing you with a file id (a fid). It also enhances the default user picture field that comes bundled with Views by enabling you to apply any desired image style.

This module does the downloading and processing of the default user image that was specified via URL at admin/config/people/accounts and saves the fid in a variable for future reference. It also defines a custom field handler used to enhance the default
user picture field in Views.

VBO Search API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

VBO Search API allows to integrate VBO in a views using search API index. Be careful, it works only for nodes index.

This is a temporary module until VBO become a backend-agnostic Views field (#1334374: Re-use generic entity views table).

The current working code was first posted by drewish in #1123454: Integration with views bulk operations (vbo).

Installation:

This is not really out of the box but it works.