Application Process

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Uses profiles (d6) or user settings (d7) to implement a step-by-step application process for new user registration. If the profile fields are grouped into more than one category, each group is displayed on its own page. Once the questions have been answered, a review page shows all completed and incomplete answers. Submitting results will send an email to the applicant and a site administrator.

OpenMichigan remix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Note: this is not the officially distributed OERbit which is running the Open Michigan website. This forked project is a stopgap measure meant to make it easier to integrate the core open courseware (OCW) module with your existing Drupal website. You can contact the authors at the University of Michigan, or the maintainer of this remix.

From the authors:

Multi-Factor Authentication

Component type

module

Maintenance status

Development status

Downloads

738

Component created

Component changed

This module includes a secure method for multi-factor authentication using VoIP Drupal and phone based pin numbers. This enhancement to basic authentication greatly improves security especially for site admins.

Module template

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates an empty module with selected features. It generates necessary files and functions which will be used by developers to develop their great modules.

An idea of this project is to minify initial steps while creating custom module by providing correct naming and possibility to add code snippets by selecting necessary features. It should cover next tasks:
- quick module creation
- help with correct naming and parameters for the functions
- implement code templates for other modules

Hidden field

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows to create hidden fields.
Example:

$field = array(
  // Set up your field array as usual.
);
$field['settings']['hidden'] = TRUE;
field_create_field($field);

Hidden fields are removed the administrative interface, as well from editing and viewing screens. They use a special 'hidden' widget and the special 'hidden' formatter provided by core.

DSpace

Component type

module

Maintenance status

Development status

Downloads

2696

Component created

Component changed

DSpace is the software of choice for academic, non-profit, and commercial organizations building open digital repositories. It is free and easy to install "out of the box" and completely customizable to fit the needs of any organization.

Search API live results

Component type

module

Categories

Maintenance status

Development status

Downloads

9677

Component created

Component changed

This module extends the search box so it gives back search results while typing. It currently supports two ways of displaying these search suggestions: clickable title or by an extra view mode 'live results search'. With the view mode support you have full control on how you will show the live results.

It's fully inspired by the Search API autocomplete module, but instead of giving back keywords, this module will give back content matches.