-
EBT Blocks 🧱
-
EPT Paragraphs 🆕
-
Resources & Support
- Drupal Book
- Blog
- Case Studies
- Drupal Documentation
- JSON Drop API Documentation
- Forum
- What's New
- Download Drupal
- Contact
Canvas Palette - Make it Colorful🎨
Canvas Palette - Drag in blocks, drop in a video, add a splash of color - no design degree required.
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.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
Installing CURL on Denwer
Some modules may require the cURL library to work. In this article, we’ll go over how to install it on Denwer. The base Denwer package does not include the cURL library, but we can easily add it to PHP.
1) Download the "PHP5: additional modules" extension package:
http://www.denwer.ru/packages/php5.html
2) Stop Denwer before installation.
3) Install the additional modules for Denwer.
4) Open the file usr/local/php5/php.ini in a text editor and remove the semicolon from the following line:
;extension=php_curl.dll
5) Restart Denwer using "Denwer Restart Servers".
That's it! To confirm everything is installed correctly, check the output of the phpinfo() function. It should show "cURL support enabled".