Typeit

Component type

module

Maintenance status

Development status

Component created

Component changed

Typeit is javascript utility.

Typeit does work which you have to do with typeit javascript.

The advantage of using this module is you don't have to code js and you can simply enable the module and config it.

After enabling the module , Configure it from
/admin/config/user-interface/typeit

How to config it?

Nginx Cache Clear

Component type

module

Maintenance status

Development status

Downloads

310

Component created

Component changed

This module helps to clear the Nignx cache file of a specific URL.

How it works?

The module determines the hash key of the said page, locates the cached page based on this key from the Nginx cache store and deletes it. The module also allows the cache to be deleted when a node is updated.

Admin Denied

Component type

module

Maintenance status

Development status

Downloads

663

Component created

Component changed

It's so easy to work on Drupal as user 1, but bad practice as you might miss any permissions problems that could occur for other users.

To make matters worse, the user 1 account often has the default username of admin, making the task of brute-forcing access twice as easy for any malicious attackers.

Deactivate User

Component type

module

Maintenance status

Development status

Downloads

655

Component created

Component changed

Deactivate User module set the user status to inactive when the configured conditions are matched. These conditions are been configured by the administrator.

Administrator can set the following conditions:

Facets Active Entity Block

Component type

module

Categories

Maintenance status

Development status

Downloads

183

Component created

Component changed

Using this module, you can create any number of blocks which will render a configurable view mode of an entity reference facets value. When someone selects a value from one of the configured facets, the block will render that selected value's related entity in any view mode you choose.

A common use case is to have a "Category" facet, driven by a "Categories" taxonomy vocabulary. You can then create a Facets Active Entity Block for that facet, and the block will render the selected taxonomy term. It's a great way to show a description of what you're seeing in the faceted results!

Field Off

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is not like node expire like after some time interval node gets expired so same kind of thing this module does but with the field.

We have field in some form , it may be any form custom or administrative and in all the forms this module will have total control over the visibility of the field. You can hide the field or eliminate it totally from the view. It will totally depend on ones choice.

Field Utilities

Component type

module

Maintenance status

Development status

Component created

Component changed

Have you ever found yourself in a situation when you had to change field types but Drupal did not let you do this because you already had values in the DB? And than you had to write not so arbitrary code to change field settings in the database. This module helps you do this change with a simple UI or drush command.

At the moment, module can transform:

  1. File fields from private to public and vice versa.
  2. Date fields from/to Datestamp and Datetime (dates are of course transformed into the right form)

by keeping all the values.