Brain Forum Moderation

Component type

module

Maintenance status

Development status

Downloads

1292

Component created

Component changed

With Brain Forum Moderation you can add "Moderation" field to your
Brain Forum posts.
It creates an ajax link that opens a popup with variety of moderation options when clicked.

Development has just started so it will take some time before even the basic features are ready for production.
You can help by opening feature requests so i can figure out which features are actually needed.
These are some planned features:

PSI

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

PSI is short for Profile Services Integration. It provides resources for Services to manage Drupal Profile2. If you are looking for a module to integrate 3rd party applications and Drupal Profile2, then this module might be useful to you.

Entity revision scheduling

Component type

module

Categories

Maintenance status

Development status

Downloads

1930

Component created

Component changed

The Entity Revision Scheduling module is a bit of a combination module that takes over control of which revision is current and allows the scheduling of future revisions.

The best way to describe what this module does is to watch this 2 minute video (no sound): http://yfrog.com/ng44160214z

In order to achieve this, there are two major components:

Fieldgroup horizontal tabs

Component type

module

Maintenance status

Development status

Downloads

1210

Component created

Component changed

Provides formatting of fieldgroup as horizontal tabs. This is a backport of the horizontal tabs format for Field group from Drupal 7.

To style field groups as tabs, select the "horizontal tab" style in the field group configuration. Adjacent tabs are automatically collected in one tab group.

SimpleChat

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is essentially a mock chatting system. Rather than having a true open connection between users, it simulates chatting between two people by saving messages to a node which is then periodically refreshed by AJAX for both parties.

The inspiration for this module was a need for a free chatting system between potential customers who visit a site and a sales team who manage the site.

Save Form

Component type

module

Maintenance status

Development status

Component created

Component changed

Save Form - Simple (ish) solution to an age old problem

Browsers do crash, tabs are closed by mistake, stuff happens.

This module lets you save the current input of ANY drupal form, to be recovered later. It includes a javascript file that automates this to save every 10 seconds (configurable). If the form is then reloaded, the contents of the previous unsaved form will be loaded into it.

Early alpha/beta at the moment, not sure on some of the decisions made (code review / ideas / patches VERY welcome). But code does work!!