Articles

Image
Theme a form in drupal 8 and/or 9

How render/override/customize/theme any drupal form with and without a custom template? Easy!

Image
Own custom breadcrumb

When in front of me there was a task to make a simple site with breadcrumbs, which can show me the necessary view I started looking my familiar and beloved path_breadcrumbs. However, the module has been for Drupal 7 only. So I had to quickly write my own module.

Image
Custom Publishing Options and Devel Generate

In my work, I often use this great module "Custom Publishing Options" together with "devel_generate" module for generating "Lorem Ipsum" content, however, "devel_generate" doesn't know anything about "custom_pub" and "custom_pub" always without values. In this tweak, I going to show how to fix it.

Image
drupal + view + isotope + infinitescroll

Now I'll quickly show you how to implement such functionality in your custom theme using View only without any additional contrib module. And of course, we want to add support for ajax infinitescroll reload. Let's go...

Image
Sticky Sharrre Bar

In this example, we will look at just a few examples: how to create the programmatically configurable block with fields; how to create a controller; how to integrate your module with 3d party libraries.