Alternative Login Page

Component type

module

Categories

Maintenance status

Development status

Downloads

1076

Component created

Component changed

Provides an alternative page for users to log into the site. Designed as an additional entry point for admins when a single sign-on (SSO) system is in use for the primary site login.

Privatemsg Translator

Component type

module

Maintenance status

Development status

Component created

Component changed

Chat in real-time or send messages to other users with automatic language translation.

Privatemsg Translator will help users with different default languages to communicate through automatic message translation via the amazing Privatemsg module and Google Translate API integration. When a user sends a message through the Privatemsg module, the Privatemsg Translator module will run through this process:

1. Check if the users have different languages set.

2. If different languages are discovered, send the message to Google Translate.

unfeaturize

Component type

module

Maintenance status

Development status

Downloads

244

Component created

Component changed

This module will help you get your content types out of features, and back into the database in a state where you can edit or delete them freely.

How to use:
1) Disable the feature (module) that owns your content type
2) Enable this module
(make sure you have permission to administer content types)
3) Visit admin/config/development/unfeaturize
4) check the boxes for the content types you'd like back
5) click the "Unfeaturize" button.
6) Profit.

Entityreference Selectall

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add a 'Select all options' checkbox to entityreferences.
This also refers future referring entities.

Only works on entityreference fields with a unlimited cardinality.
Does not work with core term reference fields.

Example:

You have Node A, with a entityreference field to Vocabulary B, which contains 3 terms.
When creating Node A, you selected the 'select all' checkbox.
This saves the entityreference field with all 3 terms.

Search label

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The additional search active module. This module adds the ability to search titles only nodes. Mainly used the same functionality as in node.module. But in indexing nodes, used only title.

field_htmldummy

Component type

module

Maintenance status

Development status

Component created

Component changed

The intent of this module is to provide a way to render general HTML as part of a entity form. This module provides a field that does that.

The main inspiration for this was build entityforms and needing a way to insert general HTML into the form being presented to the end user.