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

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.

Views drupal description

17/04/2025, by Ivan

The Views module version 2 alpha is not fully functional. It cannot upgrade older versions of Views, and it will not work on a site where Views version 1 is already installed unless that version is first uninstalled using the 'uninstall' command. Many features are still missing, but you can experiment with it for now. Currently, it seems that Views version 2 does not work on PHP4.

Drupal CTools module description

17/04/2025, by Ivan

This suite is primarily a collection of APIs and tools designed to enhance the developer experience. It also includes a module called Page Manager, whose main purpose is to manage pages. In particular, it handles panel pages, but as it grows, it will be able to manage much more than just panels.

Currently, it includes the following tools:

Administration menu drupal module description

17/04/2025, by Ivan

Provides a theme-independent administrative interface (also known as navigation or back-end). It’s a helpful tool for new users coming from other CMSs, saves time for site administrators, and is also useful for site developers.

Administrative links are displayed in a CSS/JS-based menu at the top of every page on your site. It not only includes standard menu items—tasks and operations—but also provides quick access to any administrative resource on your Drupal site.

Pathauto Drupal module description

17/04/2025, by Ivan

The Pathauto module automatically generates URL/path aliases for various types of content (nodes, taxonomy terms, users) without requiring the user to manually enter the path alias. This allows you to have clean, user-friendly URLs like /category/my-node-title instead of /node/123. The aliases are based on patterns that use tokens, which can be customized by the administrator.