Watchdog Spy

Component type

module

Categories

Maintenance status

Development status

Downloads

1425

Component created

Component changed

An alternative way to view the watchdog log. By hovering over the message title, the message's complete details will be revealed, without having to switch to a new page. Other features include the ability to select a range of message dates and/or types, and a way to delete all messages of a certain type.

Notifications Files

Component type

module

Categories

Maintenance status

Development status

Downloads

3621

Component created

Component changed

Notifications Files allows you to include files attached to nodes or comments in outgoing Notifications.

Features

  • Attach files directly to messages sent using PHPMailer or MIME mail
  • Use Token to place plain-text or HTML links to files in messages
  • Include attachments to nodes and comments by comment type, and override these choices during node- and comment-creation
  • Granular selection of files to distribute with node- and comment-notifications during creation
  • Support for Filefield, core Upload, and Comment Upload files

Feeds: Flickr

Component type

module

Maintenance status

Development status

Downloads

3650

Component created

Component changed

Flickr parser for the Feeds module.

Adds an enhanced parser for Flickr feeds.

Requires simplepie.inc installed in feeds module. See the feeds module README for installation instructions.

Currently only works with RSS feeds not Atom feeds. To have Flickr server up RSS feed simply add "&format=rss2" to the end of your feed URL.

Views header nodes

Component type

module

Categories

Maintenance status

Development status

Downloads

1784

Component created

Component changed

Provides a Views attachment display type which displays the body of a node.

This allows you to allow users to edit the header and footer of Views without giving them access to the full Views admin UI.

Currently the node is taken automatically from a path based on that of the view, including the argument. For example, if your view is at /foo/bar then the header is created from the body of the node present at /foo/bar/header, if one is found.

Further methods of finding a node are theoretically possible: file patches :)

Reverse Node Reference

Component type

module

Maintenance status

Development status

Downloads

9147

Component created

Component changed

Overview

The Reverse Node Reference module enhances Views with reverse relationships for node reference fields.

Drupal 7 status: This feature is provided by References and Views 3. See these threads: #1083902: Backreferencing (listing nodes that reference the target node) and #1188500: Provide a reverse taxonomy field relationship.

Description

Node Reference fields in CCK for Drupal 6 provide relationships to Views that allow you to access fields from the referred nodes of a particular node reference field. These kind of relationships allow you to travel from the child node (the one that has the node reference field) to the parent node (the referred node).

For certain applications, we may also need to do the opposite, travel from the parent node (the referred node) to the child node (the one that has the node reference field). There was a request in the CCK to implement these kind of relationships, but it was basically discarded because the discussed approaches 1) had no support for node revisions, or 2) were going to require MySQL 5.1. See #241078: Reverse node-reference views relationship

This module implements the reverse relationships using the second option. It uses Nested Joins, that requires MySQL 5.1 (MySQL bug #1591) or PostgreSQL.

More information

Notifications Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

1378

Component created

Component changed

This module needs a new maintainer

This is a collection of modules and tools for Messaging and Notifications, intended for high traffic/high volume web sites.

They won't make Notifications go faster, it will be actually a bit slower when used on a single web server. Though for bigger deployments it can really increase troughput by using drush workers instead of cron and distributing the workload.

Views attachments - First page only

Component type

module

Maintenance status

Development status

Downloads

1008

Component created

Component changed

This module allows you to customise the display of views attachments, on just the first page.

Out of the box, views incredibly powerful, but have you ever wanted to:

  1. Have the first N results in a view shown in an attached view, styled and themed differently?
  2. Have this happen only on the first page of results?

If you answered 'Yes!' to the two questions above, then this module is what you need.

It allows you to create views that, for example: