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

Blog

Drush for Windows. Let's get started.

17/04/2025, by Ivan

In the previous article, we discussed how to install Drush. In this article, we’ll look at how to work with it.

Launch the Windows command prompt: Start – Run – the “cmd” utility.

Drupal drush

For working with the command line, we’ll need the following commands:

dir – displays a list of files and folders in the current directory.

Update jquery to version 1.4, 1.5, 1.6 in Drupal

17/04/2025, by Ivan

To update jQuery to version 1.4, 1.5, or 1.6 in Drupal, you first need to install the jQuery_update module. This module updates the jQuery version to 1.3.2, which is generally sufficient for various banners, carousels, and creating visual effects. However, in later versions of jQuery, functions for working with AJAX have changed. So, once you've installed jQuery_update, go to the module folder, copy the jQuery file into the replace folder, and make sure the filename includes the version number, for example: jquery-1.5.2.js.

Links to add content to Drupal 7 Admin menu

17/04/2025, by Ivan

The new toolbar module certainly looks better than admin menu. But I like admin menu because I can add as many links as I want and they are ALL accessible with a single mouse click.
That's why I want to use admin menu. I install it and see garbled characters... Encoding problems.
Let's open the .htaccess file and add the following line at the end:

AddDefaultCharset UTF-8

Now everything looks fine, I see Russian characters, but... There is no "Add content" link, we need to add it manually. To do this, create your own module and add the following code:

Creating a forum on Drupal

17/04/2025, by Ivan

Hello everyone!

I think you've already configured Drupal and are ready to expand it with new features. A forum is a good platform for visitors of your site to discuss important and topical issues. Perhaps you need to provide technical support to customers who have purchased your product. In any case, if you need a forum, Drupal already has a ready-made solution.

Why do you need a forum on Drupal?

17/04/2025, by Ivan

Why Do You Need a Forum on Your Website?

This is perhaps the most common and basic question, which in one form or another is constantly asked—ironically, often on forums themselves.

To move beyond this question, one needs to learn how to ask the right questions. What are the goals of the forum creator? What value does a forum bring to a website's growth? What is a forum and what is its purpose?

Creating Containers, Forums, and Nested Forums in Drupal

17/04/2025, by Ivan

We have installed the forum, and now it's time to configure it. We'll begin by creating sections for our Drupal-based forum. In this lesson, I’ll show how to create containers for forums. We'll explore the hierarchy of forums and subforums.

I will also demonstrate how to set up notifications for when new comments and forum topics are created.

Attaching polls to forum topics and files to messages

17/04/2025, by Ivan

In this lesson I add the ability to attach polls to a forum topic. Using the poll, references modules I create a poll dependency with other Drupal nodes. In the second part of the lesson I tell how to attach files of various extensions to forum messages. For Drupal 6 I will show a module for uploading files, for Drupal 7 I will tell how to attach a file upload field through the Drupal core.

Creating a bulletin board on Drupal

17/04/2025, by Ivan

Classified Boards

Classified boards have existed long before the advent of computers or the Internet, and for a long time, they were practically the only way to distribute information. In ancient times, this method was far from democratic, as it was used exclusively by authorities: in Babylon, laws were carved into stone pillars; in medieval England, royal decrees were posted on church doors.