Trails

Component type

module

Maintenance status

Development status

Downloads

1271

Component created

Component changed

Provides an alternative page trails management workflow for customizing the page breadcrumb trail. Trails can also be combined with Rules to add individual crumbs at various points in displaying a page.

Android Cloud 2 Device Messaging

Component type

module

Categories

Maintenance status

Development status

Downloads

72141

Component created

Component changed

Deprecated - Google announced C2DM is getting out of beta and is replaced with the new Google Cloud Messaging.
Please do not use this module, and instead use the new GCM module.

This is a Drupal module that provides support for Android Cloud To Device Messaging, using basic capabilities of the Rules module.
This module is part of an upcoming Drupal distribution, but should be used separately as well.

Detector

Component type

module

Maintenance status

Development status

Downloads

888

Component created

Component changed

NOTE: Given that Detector no longer appears to work in newer versions of PHP, there's probably not much point in maintaining this. Sorry for this.

This module supports the inclusion of Dave Olsen's Detector library in
Drupal, and allows Drupal to use the provided $ua variable to detect browser
capabilities.

https://github.com/dmolsen/Detector
http://detector.dmolsen.com/

Subscriptions Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

3587

Component created

Component changed

This module integrates Supscriptions with Rules.
Features:
- Subscribe user to node
- Unsubscribe user from node
- Subscribe user to node type
- Unsubscribe user from node type
- Suspend subscription
- Resume subscription
- Stop sites subscriptions email sending
- Start sites subscriptions email sending
- Sync subscription information under anonymous with coming logged in user.

NOTE: PLEASE DOWNLOAD DEV VERSION. DRUPAL IS HAVING PROBLEMS WITH THE PACKAGING ISSUE.

Settings API

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module provides a framework for integration between the entity metadata API and Drupal variables.

Settings API is useful for situations where you want to use client-defined values in Rules but you do not want to package those values in Rules definitions. A good example of this is tokenized templates. This module lets you treat these as content rather than configuration and avoid having to package them with your feature.

Rules Mail Edit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Rules Mail Edit adds rules actions to allow rules to send emails to single users or users of a role using Mail Edit templates. It does support rules tokens.

After enabling the module, rules actions will have two new options under System:

- Send mail using mail edit templates
- Send mail to all users of a role using mail edit templates

Create an action using one of these options.

Rules URL Argument

Component type

module

Categories

Maintenance status

Development status

Downloads

8303

Component created

Component changed

This module provides two rules conditions based on URL arguments:

  • check if a URL argument is present
  • compare the value of an URL argument

It also provides an action that makes the value of an URL argument available as new variable to Rules.

Solr Best Bets

Component type

module

Maintenance status

Development status

Downloads

839

Component created

Component changed

Overview

Apache Solr provides a feature that goes by the name of "best bets", "sponsored searches", or "editorial boosting" depending on the technology you are used to using. Simply put, administrators can configure which documents are explicitly promoted to the top of the search results or excluded from the result set based on the keywords entered by the user. Common use cases are featured product pages in e-commerce applications or a sponsored article that should always be returned first for certain queries.