Oembed Entity

Component type

module

Maintenance status

Development status

Downloads

388

Component created

Component changed

Makes all system entities available to the oEmbed provider.

Usage:
Install module and go to:
http://example.com/oembed/endpoint?url=http://example.com/user/123
to retrieve the oEmbed code for an entity with ID 123 and type user.

As a third URL argument, the desired view mode can be specified. This view
mode is passed on to any default or custom viewer functions.

Multisite wizard

Component type

module

Categories

Maintenance status

Development status

Downloads

3934

Component created

Component changed

This module simplifies the process of converting single site to multisite, make sure that the site administrator did all folder-files steps (see Multisites Using Drupal 7) and ending of auto copying and creating tables with new prefixes in same database. So you don't need to use any phpmyadmin or sql works... just click on a button!

Session Share

Component type

module

Maintenance status

Development status

Component created

Component changed

Share sessions between different domains! Not just sub-domain.

You have several different domains for your drupal site, they can be in different servers but using the same database server. You want users only need to login one time for all those domains/sites. This module would help you.

Ideas:
put an iframe into a custom invisible block, pages with this block would sync sessions to other domains/sites

Other keywords:
session sharing
distributed session

Security:
flood control
source control

Domain roles 2

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

This sandbox is a fork of Domain roles module, in a hope to provide a working and full-featured version. The goal is to be able to grant specific roles (such as redactor, moderator) to users, only on designated domains (based on Domain Access module).
I forked so that development is not slowed down by any maintenance take-over process. When initial rewrite phase is over, I will suggest my code to current maintainer.

Shared Content

Component type

module

Maintenance status

Development status

Downloads

6327

Component created

Component changed

The project Shared Content introduces technology to build a content sharing network. Different to classical content sharing that duplicate full content items across multiple servers, this project is first about notifying system about content availability and building references to relevant/related content from the network.

The architecture introduces two key content concepts:

  • Local content
  • Remote content

The shared content architecture thus provides two main components:

Contextual variables

Component type

module

Maintenance status

Development status

Downloads

1523

Component created

Component changed

The Contextual variables module allows for Variables to be temporarily modified using the Context module, for example, you could turn the Environment Indicator module on or off depending on what the URL is or which user is currently logged in.

Variables for use with this module are provided by hook_variable_info() and the Variable module, please take into account that not every module currently supports this hook but the number is growing.