Hublist

Component type

module

Categories

Maintenance status

Development status

Downloads

1424

Component created

Component changed

The Hublist module provides a Direct Connect hublist by allowing users to add their hubs to the site. The module has a Pinger which runs in the background and checks whether the hub is up and updates its info.
It generates a Bzipped XML hublist which then can be added to the clients, and with including Views support, a browsable web-based list can be generated too easily.

FBSSC Rules

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This small module provides basic Rules integration for Facebook-style Statuses Comments

It uses fbss_after_save hook to provide a way to pass info about the comment into rules, as the site we were working on required user notification when other users commented on their statuses. This was very quick-and-dirty, but works (although we couldn't get the date type working, it wasn't necessary for our implementation).

Field Sync

Component type

module

Categories

Maintenance status

Development status

Downloads

15541

Component created

Component changed

Use to quickly copy several fields from one content type to another.

Drupal 6: There is Field Sync tab on every Content Type.

Drupal 7: There is a single tab on the Content Type listing page. From that form, select the Source and one or more Targets. The D7 branch does not synchronize field groups.

Future Development Plans: Synchronize field groups in D7.

Panels sub-sites

Component type

module

Maintenance status

Development status

Downloads

2169

Component created

Component changed

This module makes creation of sub-sites in Panels simpler and ensures that paths are created correctly based on sub-site relationship.

The main feature of the module is the ability to generate tokens based on the relationships of nodes in panels, thereby using path auto to generate correct URL's. The relationships are base on cck node references fields between content types.

Context destination

Component type

module

Categories

Component created

Component changed

Create a condition for context for the ?destination path, so for example a user/login?destination=node/add/project can be set as a condition.

Balance Tracker Node Reference

Component type

module

Maintenance status

Development status

Component created

Component changed

Balance Tracker Node Reference is add-on to Balance Tracker -module. This module adds the ability to refer a node in the transaction. This functionality is useful when for example user is paying for a product or a service which is identified by a node or receives money from interacting with a node. Note that this module does not do anything by itself! It only extends the functionality of the main module!

Body Default Text (BDT)

Component type

module

Categories

Maintenance status

Development status

Downloads

782

Component created

Component changed

I had a need to set a default value for the body field per content type. As I couldn't find a solution that is inbuild into drupal and also had a talk with some devs on IRC I decided to write my own little module to realize this functionality. The module can be used to give a content contributor a predefined suggested structure how a new piece of content could look like (but the user can always delete the predefined suggestions).