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.
On a "monolithic" LAMP installation of Drupal 8 on Shared, VPS, or Dedicated hosting, the MySQL database & PHP layers run with Apache on the same hardware as stack elements. Using Lagoon for a Decoupled Drupal 8 website hosting environment, we need to install the various Node.js, NGINX, Varnish Cache, MariaDB, & CLI elements in separate containers with YAML files unifying the VM partitions in production:
Hi everyone. I've been looking all day for a solution to this with no luck, I hope someone can help :)
I'm working on a Drupal site that showcases products. I currently have a short sleeve t-shirts section with 60 different designs. Most of them are also available with long sleeves. The only difference between them is the price, all the other information (color, fabric, designer, sizes...) is the same. What I'm looking for now is a way to duplicate the short-sleeve nodes and get long-sleeve ones in a way that changes made in the original nodes are synced to the new ones.
I just started using Content Moderation on my site and so far everything is working great.
However, when content is in a "Published" state the "Unpublish" tab still appears in the local tasks bar. Clicking this tab refreshes the page but doesn't perform any meaningful action on the node with Content Moderation enabled.
Is there any way to still use the Local Tasks tabs to transition content between states? For instance, if a node is in a "Published" state the "Unpublish" tab transitions it it an "Unpublished" or "Archive" state.
don't know about anyone else but drupal is waaaaay complicated for me to keep up with. must've spent months in the past learning D6 & D7 & now Drupal 8 is out. too much new stuff
can anyone recommend a book or some links that take a high-level view of drupal. the less code the better, ideally
Is there any way to update the success message appearing after deleting block?
Message coming now : "The custom block {{Block Label}} has been deleted.
I tried to look into this and found this message in generating from Drupal\Core\Entity\EntityDeleteFormTrait getDeletionMessage(), not sure how to override this function?