OG tabs

Component type

module

Maintenance status

Development status

Downloads

1344

Component created

Component changed

This module uses secondary menu as a tabs group where each tab is a link to a OG content node which is part of a group.
This module is for Organic Groups 7.2. It will not work with Organic Groups 7.1.
This module is sponsored by CONDESAN.

Video tutorial

Syslog Access

Component type

module

Maintenance status

Development status

Downloads

2077

Component created

Component changed

Syslog Access compliments the core Syslog module by routing access statistics and logs to syslog (in addition to Syslog's routing of Watchdog), allowing you to use your favorite log management software or service (like Splunk, Loggly, etc.) to visualize, analyze, and manage your access log.

You can also disable database logging to help scale your Drupal installation.

Requirements

Views navigation

Component type

module

Maintenance status

Development status

Downloads

9247

Component created

Component changed

This module adds next and previous links on content pages when accessed from a view. It is intended for dynamic and/or paged view results, where the result set changes according to exposed filters, current user access rights,...

You may need this module if the content which comes after a given content depends on context, and more precisely depends on which content list you came from. This means no navigation link will be displayed if you come to the second level page directly, without using the first level view.

Ubercart NAB Transact Hosted Payment Page

Component type

module

Maintenance status

Development status

Downloads

484

Component created

Component changed

An Ubercart payment method that accepts secure payment via an NAB Transact Hosted Payment Page which can include your business branding. You will require an appropriate merchant account with the NAB to accept payments with this module.

http://www.nab.com.au/wps/wcm/connect/nab/nab/home/business/4/4/5/

When the client submits the Review Order page on your site, the finalised order is posted to the NAB Transact Hosted Payment Page, which accepts the client's financial details.

ninesixty block helper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Hello,
I usually use the ninesixty theme and I typically need to custom block classes - e.g. grid-3. Previously I would use HTML which I would create with grid classes, but this is not convenient for non-developer Admin-role users who would end up damaging div classes.

Commerce WorldCash

Component type

module

Maintenance status

Development status

Downloads

488

Component created

Component changed

WorldCash integration for the Drupal Commerce payment and checkout system. Currently supports immediate payments from Australian banks on the checkout form. Use this module for people who do not have credit cards.

Sponsored by WorldCash Payment Systems Inc.

Media Pane

Component type

module

Maintenance status

Development status

Downloads

2699

Component created

Component changed

Media Pane module is a module that makes it very easy for users to add media (audio, video, images, etc.) to a site using the Panels module.

It combines functionality from Fieldable panels pane module (http://drupal.org/project/fieldable_panels_pane) and media module (http://drupal.org/project/media) as well as additional configuration functionality.

Additional features include:

Google Analytics Lite

Component type

module

Maintenance status

Development status

Downloads

2218

Component created

Component changed

Google Analytics Lite is a light weight and feature slim way to include the universal google analytics embed code in the site. It puts the code in the head of every page request. If you would like a more fully featured google analytics solution then please try Google Analytics.Google Analytics is a full featured module with many options and configuration.

Rules Condition: Node unpublished

Component type

module

Maintenance status

Development status

Downloads

665

Component created

Component changed

Custom condition for Rules Module: detect, if is node unpublished.

Or you can import this code as Component in your Rules under /admin/config/workflow/rules/components/import :

{ "rules_node_is_unpublished" : {
    "LABEL" : "Node is unpublished",
    "PLUGIN" : "and",
    "REQUIRES" : [ "rules" ],
    "USES VARIABLES" : { "node" : { "label" : "Node", "type" : "node" } },
    "AND" : [ { "NOT node_is_published" : { "node" : [ "node" ] } } ]
  }
}