Field States UI

Component type

module

Maintenance status

Development status

Downloads

2600

Component created

Component changed

Field States UI allows sites builders with minimal PHP/Dev skills to configure the Field States API. This lets you configure a field to for example hide if another field has a certain value or hasn't been filled. While doing it via PHP can be be more powerful the UI can be very handy and in some cases quicker. Originally developed for Metchosin Karate for their student signup forms.

Taxonomy Enhanced Text Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

177

Component created

Component changed

Converts Text Fields into Select list options where the values are taken from Taxonomy Vocabulary. It differs from Taxonomy Reference such that, the values are not stored as term references (or Tid) but are stored as term names as simple text.

Optionally you can choose to take custom input from User, where in this case it behaves very much close to Select (or Other).

Possible use case.

Find Content by User

Component type

module

Maintenance status

Development status

Downloads

460

Component created

Component changed

Find Content by User is en extension-module for find_content. It provides a way for users to find content by author username in the admin content overview. It can combine the search by title and user in the same query.
The code in this module is based on the code of find_content.

INSTALLATION:
-------------
1. Place the entire find_content_by_user directory into your Drupal sites/all/modules/
directory.

Entity administration and history

Component type

module

Maintenance status

Development status

Downloads

532

Component created

Component changed

The Entity Administration and history module displays all entities on a unique page, in a similar way that nodes can be administered on the admin/content page.

This new page will help to :

  • easily access to your datas or configurations.
  • monitor changes on you site, thanks to the history tag.
  • perform mass update or deletion operations.

Contact Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

8560

Component created

Component changed

This module adds a field formatter to display a rendered Contact form from Drupal 8 core's Contact module using an entity reference field on an entity.

Contact forms are entities, and thus fieldable in Drupal 8. However, the core functionality does not include a field formatter to display the forms. This module provides that functionality.