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

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.

Taxonomy - Drupal taxonomy, what is Taxonomy?

17/04/2025, by Ivan

Taxonomy or taxonomic schemes consist of taxonomic units known as taxa or types of things, which are often arranged in a hierarchical structure—typically based on subtype-supertype (parent-child) relationships. In such subtype-supertype relationships, a subtype inherits all constraints of its supertype, plus one or more additional constraints. For example, a car is a subtype of a vehicle. Therefore, every car is also a vehicle, but not every vehicle is a car. A car must satisfy additional requirements beyond being just a vehicle.

Token Drupal module description

17/04/2025, by Ivan

Tokens are small pieces of text that can be placed into larger documents through simple placeholders like %site-name or [user]. The Token module provides a centralized API for modules that use these tokens, and it also allows you to define your own token values.

Note that the Token module itself does not provide any user-facing features. It only offers token handling services to other modules.

ImageField Drupal 6 module description

17/04/2025, by Ivan

ImageField provides image upload capability to a CCK field. Based on CCK, ImageField is an alternative to legacy image handling tools. It offers features like multiple images per node, resolution constraints, default images, and enhanced support for Views.

ImageField does not provide built-in thumbnail generation but complements the incredibly powerful image generation module ImageCache.

ImageField is associated with:

Image API, Image GD, ImageMagick Drupal modules description

17/04/2025, by Ivan

This API interface is intended as a replacement for the image APIs provided by image.inc. You do not need to install this module unless another module requires it. It does not add new features to your Drupal site — it only provides an API that other modules can use. Currently, GD2 and ImageMagick are supported and bundled with ImageAPI.

Note: Requires PHP5!

Differences from Drupal core’s image.inc: