Affiliate

Component type

module

Maintenance status

Development status

Downloads

16378

Component created

Component changed

This module allows site owners to issue affiliate links to their partners. When an affiliate is logged in and viewing a node, they will see the option to "display the affiliate link" towards the bottom. When anonymous users follow these links, provided they have been granted the proper permissions, the clicks are counted by affiliate, day, and referrer. When referred users sign up for an account, and if your site uses the referral module, the referred account is associated with that affiliate.

Workspace

Component type

module

Maintenance status

Development status

Downloads

74945

Component created

Component changed

Drupal 8

The Drupal 8 version of Workspace depends on Multiversion to create and edit workspaces, switch between workspaces, and view the revision tree of an entity.

A workspace is an isolated collection of content revisions on your site. For example, you might have a "Live" workspace which is what all visitors see when they visit your site. Then you might have a protected "Stage" workspace where content editors prepare new content before it's pushed to the Live workspace.

SimpleTest

Component type

module

Categories

Maintenance status

Development status

Downloads

127127

Component created

Component changed

Automated testing within Drupal should be done with SimpleTest, and this module has been designed to make testing of Drupal easier for all. Its features are powerful, and create a Drupal-specific testing API which is modeled after the SimpleTest PHP library. It should be noted that as of the 6.x-2.x release of this module, and Drupal 7 core, the aforementioned third-party library is no longer a dependency.

Which version should I use?
If you are just starting to write tests for Drupal 6, you should use the 2.x branch of this module. If you have written tests previously please read the documentation, as some things have changed between versions 1.x and 2.x.

Looking forward
SimpleTest 7.x development has been moved to a new location in core! Any issues related to Drupal HEAD should be filed in the core issue queue, any issues related to tests for 7.x should be filed in their parent module's component.

SimpleTest 7.x-2.x
The branch will contain an up-to-date fork of the Drupal 7 SimpleTest module that will allow for work to continue during the Drupal 7 cylce. An external git repository is being used in order to facility easy merges with Drupal 7 core. Drupal.org CVS will always have the lastest development copy for use. Please see the CHANGELOG for a listing or changes made.

Take a look at Switcheroo so you can switch back and forth between core SimpleTest and SimpleTest 2.x.

Requirements
The php-curl library is required for SimpleTest to function.

Further reading

Printer, email and PDF versions

Component type

module

Maintenance status

Development status

Downloads

864573

Component created

Component changed

This module allows you to generate the following printer-friendly versions of any node:

  • Printer-friendly version (webpage format) (at www.example.com/print/nid)
  • PDF version (at www.example.com/printpdf/nid)
  • EPUB version (at www.example.com/printepub/nid)
  • Send by email (at www.example.com/printmail/nid)

where nid is the node id of content to render.

Inline

Component type

module

Maintenance status

Development status

Downloads

34800

Component created

Component changed

Inline module allows users to display uploaded files and images inline, i.e. place links to files into a content using a simple [inline:filename.jpg] tag. The effect is a link to the file or the display of an image, depending on the file type.

Inline allows users to place an uploaded image or a file attachment anywhere in the content. During creation of a content, a user can simply enter the number or filename of the attachment that should be displayed inline. After submitting the content, the number is automatically converted to the corresponding filename.

Organic groups

Component type

module

Maintenance status

Development status

Downloads

1018466

Component created

Component changed

Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org

Overview

Enable users to create and manage their own 'groups'. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves.

Comment closer

Component type

module

Maintenance status

Development status

Downloads

25238

Component created

Component changed

This module lets you automatically close the comments on any or all node types. You can close comments that are a week|month|year old. Comments are closed in a cron hook daily|weekly|monthly|annually.

Q) What exactly is meant by "Comment Closing"?

A) A node like a blog entry, story or page is closed off for comments, i.e, no new comments possible, but existing comments remain visible when the node is viewed. This is the "read only" setting for comments.

Taxonomy Block

Component type

module

Maintenance status

Development status

Downloads

41762

Component created

Component changed

Do not use version 7.x-1.3!! You will get a white screen of death. Either use 7.x-1.2 or the current dev. If you've already installed 7.x-1.3, delete the module and replace it with a working version.

Filebrowser

Component type

module

Categories

Maintenance status

Development status

Downloads

56158

Component created

Component changed

This module provides an interface for administrators to expose directories on the file system to users through a file listing as in a FTP application.

You will create one node (node type dir_listing) for each each Directory Listing (DL). Node settings are used to control access and other features of the DL. These settings can vary per node and per user.

This module offers the following features:

  • Private downloads so that files (such as PHP files) can be downloaded.
  • File blacklists so that specific files can be removed from directory listings.
  • Node-based. All features available to nodes, such as path aliasing and access control can be applied to directory listings.
  • Settings to limit exploration of subdirectories

Front Page

Component type

module

Categories

Maintenance status

Development status

Downloads

384663

Component created

Component changed

The Front Page module allows for customised home pages dependant on role. The pages can be of the following types:

  • Alias (only 2.x branch) - Allows for another Drupal path to be shown as the home page without redirecting the user.
  • Redirect - Allows you to redirect users to a local or remote URL.
  • Themed - Allows you to enter some static text that will be placed into the content area of a standard Drupal page.
  • Full - Allows for static content to be displayed to the screen as is. This method does not pass through Drupal's theming system.