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

GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)âť—

It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.

Demo GLightbox Download GLightbox

Scroll

Drupal as a CMS. Creating pages and menus

17/04/2025, by Ivan

I already wrote in the previous lesson that Drupal consists of two connected parts: CMS and CMF. In this lesson, we will look at how to create simple websites using CMS Drupal.

Let’s start with the common sections a website is divided into:

Header (top section): This is the header of the website, usually containing the logo and site name, contact information, user name, or anything else.

Drupal - Users, Roles, Permissions

17/04/2025, by Ivan

Every site created with Drupal has a superuser whose login and password you specify during installation. You should remember this login and password, as they are required for Drupal configuration. Typically, the login for this user is Admin. The superuser has no restrictions on their actions—they can delete any comments, edit anything anywhere, and limit what other users can do.

Installing Drupal on hosting

17/04/2025, by Ivan

When you create a site on Denwer, only you will be able to view your site on your local computer. To publish it on the Internet, you need a hosting service where your Drupal site will be located. The easiest way is to rent a virtual hosting service from a hosting provider. So, what do we need to create a fully functioning website:

1. Create an account and rent hosting based on a tariff plan. To start, 100 MB of space is enough; over time, as your site grows, you can always switch to a more suitable plan.

How to update Drupal? How to update a Drupal module?

17/04/2025, by Ivan

Drupal is a constantly evolving system, with frequent updates being released. This does not mean that Drupal is poorly made and requires fixes. On the contrary, most updates include changes to API functions that enhance Drupal's capabilities, and security updates are relatively rare. It is important to always keep your modules and the Drupal core up to date. In this article, we will look at how to update both modules and Drupal itself.

Creating a blog on Drupal. We use modules FCKeditor, pathauto.

17/04/2025, by Ivan

Today there are many solutions for creating a blog, probably the most popular is Wordpress. Wordpress is positioned as a CMS for blogs, and you can find a lot of information about such blogs via search engines. However, I believe that a similar blog will work faster on Drupal.

If you chose Drupal for your new blog, then let’s build it together. It shouldn't take us more than half an hour. We already have Drupal installed, the Admin Menu module enabled, and maybe you've already done something with your site’s theme.

What is a node?

17/04/2025, by Ivan

You’ve probably wondered about this when looking at your browser’s address bar, where the word “node” frequently appears.

Node is the main class in Drupal. All site content is a node — Blog entries, Pages, Stories, and any other content types we’ll create in future lessons.

Drupal CCK+Views. Content types. Output of pages via Views. Creation of gallery of employees

17/04/2025, by Ivan

In the previous lesson, I told you about what a node is in Drupal. Nodes are our Blog Entries, Pages, Stories. In this lesson, we will create a new content type called "Employee". This content type will be used to create a list of employees with a photo and a description of each one.