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 Update

01/03/2026, by Ivan

This section is about updating the Drupal core from previous versions (including legacy Drupal 6 and Drupal 7) to the latest stable release. I will also publish articles here on how to update contributed modules for Drupal.

DrinkUp 2025.07 Novi Sad, Serbia

Event Date

Hello!

We are glad to invite you to the July edition of Drupal Novi Sad DrinkUp #9!

We will, as usual, talk about Drupal, jobs, but will mostly enjoy good company and some food.

Thursday, July 31st, 2025.

Loft Ĺ trand

18:00 - 22:00 - Free discussion about Drupal, News and The Holy Grail.
Loft Ĺ trand, city beach, left from entrance Novi Sad, check on Google Maps.

Introducing the Flipdown Countdown module for Drupal

We’re excited to announce the release of a brand-new Drupal module for those looking to add stylish, animated countdown timers to their sites: Flipdown. This module brings the popular FlipDown JavaScript library by Peter Butcher into the Drupal ecosystem, making it easy to drop in beautiful flip-style timers anywhere on your website—without writing a line of JavaScript.

Using Chat GPT to rewrite javascript code without jQuery

11/06/2025, by Ivan

Prompt for ChatGPT to Rewrite jQuery to JavaScript

If you want to rewrite jQuery code into pure JavaScript using ChatGPT, navigate to chat.openai.com and enter the following clear, concise prompt:

Please rewrite the following jQuery code into vanilla JavaScript, maintaining the same functionality. Ensure compatibility with modern JavaScript standards (ES6+). Also, include usage of Drupal.behaviors if applicable. [Paste your jQuery code here]