Maintainers strive to actively monitor issues and respond in a timely manner.

Media Lazyloader

Alters the Media filter and adds the JS to implement jQuery Lazyload - http://www.appelsiini.net/projects/lazyload

Boris

This project makes it easy to use boris within a Drupal environment.

Powered Override

Tiny and simple module to replace text in the block "Powered by Drupal".

It's possible to use text formats already set, included PHP code.

Apache Solr Not-A-Node

Apache Solr Not-a-Node is designed to solve the problem of needing to have non-node pages such as views and panels, show in search results that are returned by Apache Solr.

Cardonfile Expiration

Use cron queue to load users and check their card's expiration status.

If a card will expire in one of user defined set of dates this module triggers a rules event called "Users card expiration", this event receives the user object and the amount of days until expiration, so its easy to add email action with necessary info.

Depends on reliable daily cron execution.

Cronjob only runs once a day via a cron last run variable, but cron itself should run often enough to clear the queue up.

Rules will look something like this

{ "rules_card_is_expired" : {
"LABEL" : "Card is expired",
"PLUGIN" : "reaction rule",
"REQUIRES" : [ "rules", "cardonfile_expiration" ],
"ON" : [ "cardonfile_expiration_card_expiring" ],
"IF" : [
{ "data_is" : { "data" : [ "expires" ], "op" : "\u003C", "value" : "0" } }
],
"DO" : [
{ "mail" : {
"to" : [ "user:mail" ],
"subject" : "Scanther: Your card has expired",
"message" : "Our records indicate your card has expired. Please update your card \u003Ca href=\u0022www.scanther.com\/user\/[user:uid]\/cards\u0022\u003Ehere\u003C\/a\u003E.",
"language" : [ "" ]
}
}
]
}
}

{ "rules_card_will_expire" : {
"LABEL" : "Card will expire",
"PLUGIN" : "reaction rule",

Views optional argument

This module provides views argument handlers which allow NULL values to pass the contextual filter.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained