Form Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides developers a `timeout` attribute for forms (Form API).

One example use is having a form that says "Fill this form out in the next 3 minutes and be entered to win a free car!"

A code example for developers:

<?php
function mycustommodule_form_alter(&$form, &$form_state, $form_id) {
  $form['timeout'] = '+3 minutes'; // Uses PHP's strtotime() function 
}
?>

Example values

  • +30 seconds
  • +10 minutes
  • +12 hours
  • +1 day

Social Login and Social Share

Component type

module

Maintenance status

Development status

Downloads

29990

Component created

Component changed

Note: Social Sharing feature is available with LoginRadius FREE plan whereas Social Login feature is available with paid plan. To learn more about LoginRadius pricing, click here

Step-by-step installation Video: https://vimeo.com/loginradius/drupal-social-login-and-social-sharing

Product Overview:

Atrium Captchas

Component type

module

Maintenance status

Development status

Downloads

1041

Component created

Component changed

Provides captcha and honeypot protection to the 'user registration' and 'password reset' forms for Open Atrium sites. It only really makes sense if you've set the 'site mode' to 'public access, open registration' at /features.

This module implements re-Captcha as the default captcha type, but doesn't provide API keys. You'll need to signup at http://www.google.com/recaptcha, and enter the provided keys at admin/user/captcha/recaptcha.

Flag Hidden

Component type

module

Maintenance status

Development status

Component created

Component changed

flag_hidden allows site moderators to flag a nodes and comments as needing to be hidden. It works similarly to the D6 hidden module, which explains more:

"Open Publishing" sites require transparency of the "open editing" process.

This module creates a way of removing nodes and comments from the main site, but keeping them accessible to users in a special location with an explanation of the editorial reasons for "hiding".

flag_hidden supports the following features:

Node Submission Limit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a small but efficient module that allows administrator to limit the number of submissions of node of a particular node type, admin can choose the node type and the user role and can set the number of submissions, which a user of that particular role can submit in a day.

Simple Regex Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

1104

Component created

Component changed

This module is a simple regular expression filter that automatically sets nodes and comments to unpublished if they match one or more regular expressions that you specify.

Instructions

The settings for this module can be found in the Configuration menu under the Content Authoring section. Simply add a list of regular expressions to check, one per line, like this:

/foo/
/bar/
/whatever/

To give users access to bypass this filter, give their role the "Skip regex filter" permission.