MultiDialog

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides the library item for the MultiDialog modalbox / lightbox library by fnagel. MultiDialog leverages jQuery UI to perform the heavy lifting. As jQuery UI is in Drupal 7 core it makes sense to use MultiDialog for dialog and lightbox features.

I plan to release a formatter and jQuery helper to make using the library simpler.

To install please download a stable release to your libraries directory.

State Transition Control

Component type

module

Maintenance status

Development status

Downloads

556

Component created

Component changed

State Transition Control (STC) module enable workflow control on select list fields. If you enable state transition control on a field, you can set each (current) value of this field that which values can be set in next time (if the field current value is a particular one).

This module can be very useful in case trackers or in any other complex systems where it's necessary to control the value transitions of a select field (ex.: an administration field).

Requirements:

  • List (core module)

Features:

AT Tools

Component type

module

Maintenance status

Development status

Downloads

36086

Component created

Component changed

Drupal 8

AT Tools provides theme and admin features that may be required by your theme. This is now a required module for Adaptivetheme in Drupal 8.

Includes: AT Tools and the AT Theme Generator module (required to generate new sub-themes).

See docs for the Theme Generator: http://docs.adaptivethemes.com/theme-generator/

wp_blog_block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module to create block with slider taking data as wordpress feed url.
Download it from http://drupal.iworklab.com/drupal-modules/wp_blog_block.zip
Live Demo
Installation for Drupal 7 (2.x)

Download and install the wp_blog_block module as normal. Then download the jquery.bxslider plugin.

Download jquery.bxslider

Service API

Component type

module

Maintenance status

Development status

Component created

Component changed

The Service API module provides a framework for developers to connect with external services.

It enforces a way of working which will result in decoupled components that can be reused and interchanged without affecting each other.

For an example usage, please look at the service_api_example module that is contained in this project.

Entitygroup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What is an Entitygroup?

Entitygroup module helps you quickly and easily tag entities in Drupal. It provides the same functionality as taxonomy does for content types (nodes) and, as a matter of fact, was initially developed to fill that gap.
An entitygroup is a group of entities that can be managed together. The Entitygroup module provides the following functionality:

Commons Browsing Widget User Interface

Component type

module

Maintenance status

Development status

Downloads

1659

Component created

Component changed

Commons Browsing Widget User Interface provides a simple user interface for configuring the browsing widget included as part of the Drupal Commons distribution. Commons Browsing Widget User Interface comes with a number of useful features:

  • Greatly simplifies the process of adding, altering or removing browsing widget tabs.
  • Provides configuration options for all tab settings including: title, weight, view, display and bundle.
  • Allows the default browsing widget tab settings to be overridden.
  • Automatically configures content types for proper integration with Commons (adds fields, enables title replacement, etc.).
  • Configuration is fully exportable.

Deploy Extra

Component type

module

Maintenance status

Development status

Component created

Component changed

ABOUT DEPLOY EXTRA
------------------

Extends the Deploy module functionality with the following:

Features:
---------
* Advanced logging system
* Test mode for deploy process
* Import/export to a file and form
* Media assets export and import with delayed import support
* Drush support for import/export operations
* Node revisions dependencies handling
* Node language dependencies handling
* Import materials from hook_update_N function

Password Backup & Recovery

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The PBR will store passwords in a txt file for backup. Ever had a manager that insisted on collecting all the users'/employees' passwords? Well the PBR module may be for you.

Current options include:

  • Exporting password backups can be all users or by role.
  • Choose fields to include: username, email
  • Export passwords encrypted or in plain text

Please be advised that encrypting passwords rather than hashing them is not best practices for security. Regardless, best efforts have been made to make this module as secure as possible.

User Password Reset Link Timeout

Component type

module

Maintenance status

Development status

Downloads

2895

Component created

Component changed

This module provides a Drupal UI method for setting the user password reset link timeout variable (user_password_reset_timeout in D7 and password_reset_timeout in D8). Use cases for changing the value include decreasing the value for security requirements and increasing the value to allow users more time to reset their password.

While you can set this variable in settings.php and with drush vest (see details here), some may find it handy to have a Drupal UI way to make this configuration change.