Link Badges

Component type

module

Maintenance status

Development status

Downloads

19228

Component created

Component changed

Link Badges is an API module that allows developers to add iOS-style badges to links rendered by theme('link') or the l() function. These are useful for things like unread counts. See the README.txt for an example of how to use this module.

Drupal 8

The 8.x-1.x-dev release includes all the functionality of the Drupal 7 version. However, it is not yet completely working with the new caching that Drupal 8 does. Badges are getting cached and don't change when they should. Once that is fixed, a stable release will be created.

Node redirection

Component type

module

Maintenance status

Development status

Component created

Component changed

Creates a nodetype for redirection nodes - i.e. nodes with a link to an internal or external resource that will be the destination for this node.

Usages:
For e.g. nodequeues with frontpage items where you want a "click-friendly" title, image or summary, but retain another title and other content on the actual node.

Or in order to share (links to) content between several sites, you can create a redirection node on one site that points to the content node on the other site.

Features:

Microsites

Component type

module

Maintenance status

Development status

Downloads

512

Component created

Component changed

Microsites provides a site-within-a-site capability, using a plugin-based architecture.

How it works

Microsites are individual nodes which are specially enabled to provide their own context, menu, breadcrumb and other settings. When a node becomes microsite-enabled, it creates a menu, context and other components automatically.

Other nodes can be added to the microsite by ensuring they are within the scope of the Microsite context (for example, by setting their base bath to be a child of the microsite node).

API

View Mode Page

Component type

module

Maintenance status

Development status

Downloads

19578

Component created

Component changed

Create separate pages for different view modes for a given content type.

8.x Branch:

  • Requirements

  • Configuration

    On the configuration page you can add as many path patterns as you desire, path patterns are based on the regular entity url's/aliases.

    For instance, if you want to show the teaser at a specific URL.

Webform prepopulate block

Component type

module

Maintenance status

Development status

Downloads

2560

Component created

Component changed

With this module you can set a webform component to display in a separated block. If you have a webform with many components, you can choose some, and put them into a block per webform. These blocks have separate forms, not real webforms, so when they are submitted, the user will be redirected to the webform node, and the filled fields will be prepopulated.