Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm starting to get really really pissed at Drupal and really think to change (after almost 10 years) to Wordpress. After the resent update one of my Drupal 8 Websites does not worked anymore, which demands a security-update. I tried it with at least 15 other Drupal 8 Websites, and no site would work after this f..... security-update. What are the developers thinking about to Jquery 3. Even if u can fix all the js on the templates or on Plugins it would take forever.
So dear Dupalets, what is your solution. Our do u want to lose more and more of your users..
I'm working on a project which the client has specifically requested be deployed inside a Docker container. Ideally I would like the core drupal files to be in the container possibly using the Official Drupal Docker images, but I want to mount my own /themes /modules /profiles and /sites folders.
I've tried this, but Drupal seems to ignore the /sites folder and treats it as a new install. If though, I map my whole drupal application to /var/www/html, replacing the Drupal files in the image, it works absolutely fine.
I am building a view with a block display and insert that block with a views reference field into a custom paragraph bundle. The customer now wants to be able to use some different pager settings on different places on the site. Let's say the three newest articles on the front page, the single newest in a teaser and all articles on an archive page.
My plan was to configure different block displays of the same view. I can override filters, sorts and many other properties. However, it seems the pager options are global for all block displays.