Web Service Data

Component type

module

Maintenance status

Development status

Downloads

8960

Component created

Component changed

Overview

This module allows you to bypass the default data storage location for fields and entities and instead load the data from a web service.

This is useful when your primary data source is in another system but you want to display/use this data in your Drupal site without the hassle of syncing or importing data.

Web Service Configuration (wsconfig)

Stores information about your web services. This information is used to allow Drupal to make the appropriate CRUD operations on requested data.

Boxes translation

Component type

module

Categories

Maintenance status

Development status

Downloads

7707

Component created

Component changed

This module enables block titles and block content to be exported to code (via boxes) and then be translated (via i18n_string).

This is an updated version of the helpful i18nboxes sandbox module by benclark module for Drupal 7.

From benclark's original description:

You need i18n_boxes when

Path Breadcrumbs

Component type

module

Maintenance status

Development status

Downloads

180948

Component created

Component changed

This module is a solution for all problems with the breadcrumbs on your site!

Path Breadcrumbs module helps you to create breadcrumbs for any page with any selection rules and load any entity from the URL!

Hidden Nodes

Component type

module

Maintenance status

Development status

Downloads

34740

Component created

Component changed

Video detailing what this does
Video detailing how this works
This module adds a system similar to publish / unpublished status of nodes. The reason that this is needed is so that you can tell certain roles they can't view nodes while others can. The issue with publishing status is that there is no grey. Menu systems automatically hide unpublished nodes while also checking for the node_access.

MongoDB Spaces Overrides

Component type

module

Maintenance status

Development status

Downloads

1528

Component created

Component changed

Spaces Overrides mongodb storage backend for high performance and scalability of large spaces-enabled sites.

Large (>100k records) spaces_overrides tables in MySQL perform slowly (even with optimal indexes) and performance appears to be O(n). In MongoDB, with minimal indexes, spaces_override queries are 1-2 orders of magnitude faster than MySQL (>100k records) and performance appears to be approximately O(1).

Development of this module is sponsored by AllPlayers.com.

CMS Embed

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to host and manage your content in Drupal, but embed it in any other page/website that allows JavaScript.

Here's how it works.

Content Share

Component type

module

Maintenance status

Development status

Downloads

1975

Component created

Component changed

The Content Share module is designed to serve any Drupal site's content via a URL. A content consumer can initiate a transfer by a simple http request. This can be done from a client application or in a browser. The content from the originating site is returned in JSON, XML and other formats, enabled via the Services module.