logo

Extra Block Types (EBT) - New Layout Builder experienceâť—

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

âť—Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Quick start for SCSS (SASS) to Drupal using the Sassy module

17/04/2025, by Ivan

SASS/SCSS has long become the standard for writing CSS code. If you're not using it yet, it's time to consider switching. You can quickly integrate SCSS in Drupal using the Sassy module—even on shared hosting, since the CSS files will be compiled using a PHP library.

Getting Started

I'm starting with a clean Drupal install and the Zen theme. First, install the Sassy module:

https://www.drupal.org/project/sassy

Sassy requires the Prepro module to handle compilation:

Drupal Features News

17/04/2025, by Ivan

In this lesson, I’ll show you how to reuse site functionality by copying it using a Feature module. Let’s start with something simple—creating a news feed that includes:

  • A "News" menu link to the news page
  • A news page
  • A news block for the front page

This should be enough to understand how the Features module works.

First, install the required modules:

Drupal features and taxonomy

17/04/2025, by Ivan

In previous lessons, we created a feature module—first version alpha1, then alpha2. Now we’ll create the next version: alpha3. We'll add a taxonomy vocabulary for news sections, as well as tags for each news item.
We’ll create two taxonomy vocabularies: "News Section" and "Tags".

Taxonomy

Setting up your web server

17/04/2025, by Ivan

Most websites built with Drupal are hosted on shared hosting, with fewer sites on virtual private servers (VPS) or dedicated servers. You may currently be using shared hosting but considering a move to a server due to site growth or hosting multiple Drupal websites. Let's look at the key differences between shared hosting, VPS, and dedicated servers.

CCK (Fields API) drupal description

17/04/2025, by Ivan

The CCK module allows you to create custom content types with the necessary fields such as text fields, dropdowns, checkboxes, and radio buttons. You can also add custom fields to existing content types.

Integration with Other Modules

block_submit

Prevents multiple form submissions. It uses JavaScript to disable or hide buttons after one click, with an option to show a message instead.