Pay Wall

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A flexible and extensible module to elegantly manage different Pay Walls.

First code release

I apologise if there is still no code here, I am a bit tied up with other things. Hopefully, around the end of the summer 2011 I should be able to release some code.

UPDATE 03/03/2014: working on D7/D8 version. Will be dropping the original D6 version I am migrating this from.

Workbench

Component type

module

Categories

Maintenance status

Development status

Downloads

451817

Component created

Component changed

Workbench provides overall improvements for managing content that Drupal does not provide out of the box. Workbench gives us three important solutions:

  • a unified and simplified user interface for users who ONLY have to work with content. This decreases training and support time.
  • the ability to control who has access to edit any content based on an organization's structure not the web site structure
  • a customizable editorial workflow that integrates with the access control feature described above or works independently on its own

These features benefit the end users as well as Drupal Site Administrators and Technical Support.

For Drupal Developers and Site Builders, Workbench provides several additional benefits:

  • a modular architecture: only install and enable the modules you want
  • extensibility: we would love to see more integration with other Drupal modules (in fact we have our eyes on Scheduler and Workflow modules and improvements for Asset Management)

Drupal 8

Release notes for 8.x-1.0-beta1 are important to current users. Major changes have been introduced.

Workbench core is a series of Views. For current sites, we recommend creating custom Views for editors or modifying existing Views using the tools provided. There is a port underway on GitHub.

Related Modules

Field Group

Component type

module

Maintenance status

Development status

Downloads

2536153

Component created

Component changed

Fieldgroup will, as the name implies, group fields together. All fieldable entities will have the possibility to add groups to wrap their fields together. Fieldgroup comes with default HTML wrappers like vertical tabs, horizontal tabs, accordions, fieldsets or div wrappers.

Link Intelligence

Component type

module

Maintenance status

Development status

Downloads

9752

Component created

Component changed

Link Intelligence (LI) provides multiple methods to facilitate automated and manual linking of related web page content. It is designed with easy plug-and-play defaults for simple install and forget auto-linking, yet is highly configurable to enable advanced linking strategies.

JPIIM

Component type

module

Categories

Maintenance status

Downloads

1469

Component created

Component changed

JPIIM (Just Put It In Me) issues curl requests and locally caches the data and displays it within a block. Site administrators may access the admin tool and set a Time To Live (TTL).

JPIIM is setup to create an unlimited number of blocks and each block can have its own TTL.

Lithium Board integration

Component type

module

Maintenance status

Development status

Downloads

391

Component created

Component changed

Integration between Drupal and Lithium boards.

The module integrates Drupal with Lithium via a cookie. Also it provides 2 blocks - Recent posts and Featured thread.

The module provides synchronization of profile fields and user avatars.

Please consult the attached README file for configuration and other useful information.

Field definitions

Component type

module

Maintenance status

Development status

Downloads

938

Component created

Component changed

This module is a port of CCK Field Definitions for Drupal 7. It will support the new Field API, instead of CCK.

The purpose of this module is to display to the user a list of node type fields, along with their descriptions, in a dictionary-like fashion. This is especially useful for node types that have a large amount of fields (hundreds) because it allows for viewing all the fields at a glance and studying the definitions without having to go into the actual node creation form.

Webform share

Component type

module

Maintenance status

Development status

Downloads

46067

Component created

Component changed

This is a helper module to prepopulate newly created webforms and to export / import webforms between sites.

Only tested on Webform 6.x-3.x and 7.x-4.x / Exports between different versions (6.x to 7.x or 3.x to 4.x) will probably not work.

Example usage 1: Prepopulated webforms

  1. Create a webform with the required components.
  2. Export the webform
  3. Edit the webform content type and paste in the content from the export (under Publishing options)
  4. Use the standard node add content links and each new content item created should be prepopulated with the exported webform.

Imagecache Subdomain

Component type

module

Maintenance status

Development status

Downloads

368

Component created

Component changed

Introduction

This module is a extension for imagecache module to use subdomain to serve image generated by imagecache. You can define multiple subdomain and serve image from that (using specific subdomain for image).

Why use it

Using imagecache_subdomain you can improve your front end loading performance. Each browser can download only 2 different file from each subdomain together; if you use different subdomain for images your browser can dowload much file together and complete page loading faster then only one domain.

You can find more info on: