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

Product Catalog on Drupal via Taxonomy

17/04/2025, by Ivan

A product catalog is implemented in many CMSs, and Drupal is no exception. You can use ready-made solutions such as Ubercart, e-Commerce, or another module that implements a catalog in Drupal. However, these modules may have more functionality than you need. A catalog can also be created using CCK (to create the product content type), Taxonomy (to categorize products), and Views (to display the products).

Drupal WebForm Module. Creating a product order form

17/04/2025, by Ivan

Let's return to our product catalog, which we created in one of the previous lessons. The catalog is being filled successfully and is more or less displayed correctly, but ordering a product through the contact form is rather inconvenient — you have to copy the name, product code, then paste it into the form and write a message. Let's create a form that simplifies the ordering process. For this, we will need the Webform module, which is used for creating forms in Drupal.

Update jquery to version 1.4, 1.5, 1.6 in Drupal

17/04/2025, by Ivan

To update jQuery to version 1.4, 1.5, or 1.6 in Drupal, you first need to install the jQuery_update module. This module updates the jQuery version to 1.3.2, which is generally sufficient for various banners, carousels, and creating visual effects. However, in later versions of jQuery, functions for working with AJAX have changed. So, once you've installed jQuery_update, go to the module folder, copy the jQuery file into the replace folder, and make sure the filename includes the version number, for example: jquery-1.5.2.js.

Links to add content to Drupal 7 Admin menu

17/04/2025, by Ivan

The new toolbar module certainly looks better than admin menu. But I like admin menu because I can add as many links as I want and they are ALL accessible with a single mouse click.
That's why I want to use admin menu. I install it and see garbled characters... Encoding problems.
Let's open the .htaccess file and add the following line at the end:

AddDefaultCharset UTF-8

Now everything looks fine, I see Russian characters, but... There is no "Add content" link, we need to add it manually. To do this, create your own module and add the following code: