Seidor
grupo de trabajo en oficina

05 June 2024

Drupal Modules: Fieldgroup, Double Field, and Chosen

We introduce you to three Drupal modules: Fieldgroup, Double Field, and Chosen. To group Drupal fields, manage fields, or integrate jQuery with Drupal.

Drupal Modules: Fieldgroup, Double Field, and Chosen

We want to talk about Drupal modules and have you talk with us, whether they are new, ones you use, have used, or will use, or simply because you have found something curious. Today we begin this series of articles that we will try to update often with new chapters.

To avoid going on too long, today we will briefly discuss 3 modules. A few days ago, we went into detail with the Fences module.

Fieldgroup: It allows us to group Drupal fields and thus change the visual appearance of the group, both in the data entry form and in the final display. It is a very convenient module when you want to customize content entry without much effort.

Double field: Es un módulo sencillo, pero lo que hace, lo hace muy bien. Nos permite gestionar dos campos juntos. Muy parecido a Fieldgroup, pero sólo con dos campos. Si hemos trabajado con muchos campos veremos que es bastante útil, ya que muchas veces trabajamos con dos campos a la vez.

Chosen: It is quite different from the ones we have presented today. It is an integration of a jQuery plugin in Drupal. Chosen changes the <select> elements to make them more usable. Why Chosen? We believe it is quite usable and we like it for selecting multiple categories in an exposed Views filter.

Maybe it might interest you

05 June 2024

Drupal Modules: Computed Fields, Fast Permission

Today we present a couple of Drupal modules that allow us to create and manage calculated fields for our content type.

SEIDOR
05 June 2024

Why do we use Lorem Ipsum?

One of the most important parts when designing a website is the text. Lorem Ipsum is our great ally to present the client with a simulation of what their web project will be.

SEIDOR
05 June 2024

What is POO and why is it so important?

In the world of web development, Object-Oriented Programming (OOP) is a concept that is often
heard, and in fact, any professional programmer knows what it is and is possibly developing projects
with this methodology.

SEIDOR