Inactive User

Component type

module

Maintenance status

Development status

Downloads

80933

Component created

Component changed

The inactive_user module provides Drupal administrators with a way to automatically manage inactive user accounts. This module has two goals: to help keep users coming back to your site by reminding them when they've been away for a configurable period of time, and to cleanup unused accounts.

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.

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.

Daily

Component type

module

Categories

Maintenance status

Downloads

8223

Component created

Component changed

The daily module is meant for things like comic strips or daily headlines. Any node can be `daily content', which means it is associated with a certain group (implemented as a taxonomy term) and set to a certain date. For nodes like this, a calendar is displayed which you can use to browse through earlier content. A node type `daily container' displays for example the first or last currently available daily content node in a certain group, or even a random one. Nodes with a date in the future can automatically become available on that date.

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.