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.
Hi all. I'm trying to develop a sub-theme from Zen in Drupal 8, using Gulp as the task runner. Having some problems I hope someone can shed some light on.
I'm running things inside Docker containers using the 8.6.2-apache offical Drupal image, and the latest official MariaDB image.
I've got the sub-theme created, and it is set and working as my default theme. No issues there.
However, when I try to run gulp I get a TON of errors.
Hi all. I'm trying to develop a sub-theme from Zen in Drupal 8, using Gulp as the task runner. Having some problems I hope someone can shed some light on.
I'm running things inside Docker containers using the 8.6.2-apache offical Drupal image, and the latest official MariaDB image.
I've got the sub-theme created, and it is set and working as my default theme. No issues there.
However, when I try to run gulp I get a TON of errors.
I want to do some edits to a custom built D8 theme - specifically, building a css class from the page title and adding it to the template twig.
It looks like the most appropriate way would be to use a hook, but I'm not sure where I would put this. Do I have to create a module for this, or is there another file and/or location (in the theme, somewhere?) that I can add the hook?
Hi, I am new to drupal, I am making a website, I have like 5 content types made for example i have one called horror, another is romantic, humor, mystery, I want to create only one form for the users to be able to post content on each of these contents mentioned above, I want for them to be able on this form to put a title, an image and select one of the categories also mentioned above on a drop down menu and the content to go to their respective content type, hope this makes sense, how do I go around this, thanks