Durring custom developement every time i need to run drush cr can we set or disable cache

I am working on module but every time when or what ever i change i have to flush cache by *drush cr*. Does is any settings available so i can avoid this drush cr process. By the way from backend cache is already disable

I am working on block and twig templates.

Help with jquery theme

good evening I have a theme that I am developing for a website but I have 2 problems with the jquery library

  • when I activate the library in the theme, the administration menu stops being fixed at the top.
  • when I activate the jquery a query stops showing me the information.

Some of you have had the same thing and if you know how to solve it my version of drupal is 8.9 Thanks for the help in advance.

Opening a route in a Modal not working

I have this route that is suppose to render a block and two view blocks and then display them in a modal.

Originally, I had this route created in the Pages section of Structure, but then decided to create it in my module using this tutorial

How to receive Bitcoin on Drupal ?

Hi, how do I get Bitcoin on Drupal?

On my site I have several authors, I want the authors to be able to display a QRcode on their article to receive donations.

I have not found any module capable of generating a QRcode with a Bitcoin address.

Translating views titles

Hello,
I look after a 3-language site (Drupal 8.9.7,  later D9, Linux-based). Within the header region I display a number of responsive images through a view that cycles through these. Images are displayed with a title at their tops. I want to show the titles translated to all three languages. I have found module i18nviews. But that module seems to not be available in Drupal 8/9. 

Create a modal from an existing URL

You can open any page in a modal from by making the link like:

<a class="use-ajax" data-dialog-type="modal" data-dialog-options='{"dialogClass": "my-modal"}' href="my/custom/page">
  {{ 'Open Modal'|t }}
</a>

You can create an endpoint that uses a controller method that responds by opening a modal like:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x