12 funny Drupal modules

modules

For those of you who usually read my blog, it's no news that I dabble with the content management system Drupal. This website is built on Drupal, as well as many of my other websites such as Alla Talar Svenska or the podcast platform Voffor Då Då. Drupal is more or less a Swiss Army knife when it comes to building different kinds of solutions, and behind it is an open-source community that ensures its development and maintenance.

7 security modules for Drupal that you cannot live without

modules

Drupal is known for its robust security features, making it a popular choice for websites that handle sensitive information. Drupal's security architecture includes multiple layers of protection, including secure coding practices, access controls, and input validation. However, even with these built-in security features, it's always a good idea to take extra precautions when it comes to website security.

Automatic image compression in Drupal

modules

"A picture is worth more than a thousand words". True, but a large picture will make your webpage slower, which will affect your SEO in a negative way. And eat away at your servers space, megabyte after megabyte.

There are several ways to remedy such a behaviour, but one way is to use image compression services to save space. With online services or programs on your computer you can remove unnecessary information and compress images with sometimes up to 80% gain.

How to remove the title from a certain content type

modules

Sometimes you just want to get rid of that pesky title in your Drupal installation. Perhaps you're displaying it via Views for some reason, or you just want to be a bit annoying... what do I know. If you want to remove the title - perhaps depending on what kind of content type (node type) you are displaying - there are many ways to do this.

I'm going to show you some of the ways you can do this.

Drupal 7

Kodamera on Drupal: Exporting and importing taxonomies

modules

Taxonomies is an important part of Drupal, of course depending on your needs, but I haven't built a website on Drupal without using taxonomies for tags or categories in some way.

From the website of Kodamera: "There are many ways of exporting and importing taxonomies and terms in Drupal, but one of the more simpler ways is to use the Taxonomy CSV import/export module. It lets you choose one of many taxonomies, like the tag taxonomy for example, export it to a comma-separated list which you then can import in a similar way."

Kodamera on Drupal: Webform - A short introduction

modules

I just love forms. A for Drupal we use the Webform module. It's wonderful!

From Kodamera's website: "The Webform module is a powerful ally when you need complex forms. In this video I talk briefly about when you can use Webform, what different components that ships with the module and also a little about the functionality the the module offers when is comes to sending emails and showing the information added to the webform."