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

1.6. Products and categories - creating DB tables

15/04/2025, by Ivan

Before creating product and category functionality, let’s think about the information our customers and site administrators will need. We must provide enough information about the product, including the product name, detailed description, and price. We may also display a product photo and additional images. The product weight may be needed to calculate shipping costs. We also need to track the quantity in stock to avoid selling out-of-stock items. For the site administrator, we'll need a product ID and a human-readable URL for search engines.

PHP language alphabet

15/04/2025, by Ivan

The alphabet of a language refers to the set of all permissible characters that can be used in that language.
The PHP language alphabet includes the following characters:

Letters

Uppercase and lowercase Latin letters from A to z, as well as the underscore (_) character, which is also considered a letter. Uppercase and lowercase letters are interchangeable (case-insensitive);

Digits

Arabic digits: 0 1 2 3 4 5 6 7 8 9;

Single characters

Special single characters: + - ! * / = < > . , : ; $ #;

Release of the new version of the Drupal CMS, supported by top organizations around the world.

12/04/2025, by Ivan

Portland, USA and worldwide, June 3, 2020 — Release of the new version of Drupal, the most powerful open-source enterprise content management system. This is the most comprehensive upgrade for Drupal to date.

Drupal 9 provides marketers, designers, and developers with the tools to build high-performance systems from layout to launch.

Configuring the Drupal Profile Page

11/04/2025, by Ivan

Profile Fields

Our profile content remains almost empty. Let's add the main informational fields, which I will call "Profile Fields". This step really requires some thought to determine the necessary fields. Some common ones are: about me, gender, hobbies, job. To define additional fields, we need to use the Profile2 module. I usually place all the fields together in a fieldset. You can add field groups. Just fill in the field, drag it, and you’re done. Remember that the profile will be created during registration.