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

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.

CSS Tutorial – Lesson 5 – Properties float and clear. Wrapping and clearing floats.

11/04/2025, by Ivan

Imagine a turbulent mountain river, flowing very fast and noisily. And now a stone stands in the path of this river, and the river flows around the stone. If the stone is on the left in relation to the river's direction, the river flows around it on the right; if the stone is on the right, the river flows around it on the left. This is how the CSS float property works.

1.3. Localization Drupal 8.

11/04/2025, by Ivan

Quite often, it is necessary to switch Drupal to another language. Let's say you installed the English version of Drupal, but you need the Russian one, or you want Drupal in two languages—Ukrainian and Russian. In Drupal, you have the ability to do this out of the box. Let's figure out how to do it.