Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
OG Node Approval offers content review between group members allowing them to approve or reject content. When creating or updating content simply choose the audience for the content (including multiple groups), save the node, and the module will insert group members from those respective audiences into the a node approval table.
2.x:
After a configured threshold of members approves the node content OG Node Approval integrates with the Flag module flagging the node as globally "approved".
OG Node Approval provides tokens of state collection on a node with which you can integrate into Rules or some other workflow module.
OG Node Approval provides hook_ona to act on operations such as global approve/reject and user approve/reject. It passes in a state collection array much like the above tokens to do workflow or custom approval methods via a custom module
The easy user interface has been split into a sub-module, OG Node Approval UI that you may enable if you don't want to code your own custom interface. Without enabling this module there is no way to approve or reject nodes.
Note: As of 2010/03/14, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to #581952: Endless Page seems abandoned.
The Format Number API module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators.
This module also provides the 'numericfield' Forms API element, which is a right aligned text input element that allows the user enter numbers using the configured thousands separator and decimal point (site default or user defined). This Forms API element provides a validation callback that is used automatically and that ensures input is valid numeric as per the options defined for the element.
Several functions are exposed by the module that can be used by other contributed or custom modules to display numbers accordingly, from PHP and JavaScript as well. For further information, please see the README.txt.
This module will add Transcriptions (or Closed Captioning) to video and audio files. It will also integrate with Media Player, YouTube API, Asset, and Embedded Media Field.