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.
Hello,
I am building a custom theme for Drupal 7.41 and I would modify its global contact form.
However, no matter the function I wrote or the test enviroment I use, my template.php is always ignored.
Hi y'all. I'm brand new to Drupal and trying to get into theming so I can hopefully replace WordPress in my current workflow. However, I'm having an issue with turning off the caching in version 8.1.
Following any of a great number of tutorials on the web regarding the situation, I've copied /sites/example.settings.local.php to /sites/default/settings.local.php, set
Hola.
Estoy trabajando con drupal 7.41 y un subtheme para bootstrap 3.
Actualmente cuando he querído utilizar algún componente de bootstrap lo he puesto directamente en el código html pero me gustaría saber cómo puedo hacer para incluirlo directamente en la plantilla para ese determinado tipo de contenido, de forma que al crear una página nueva utililizando este tipo de contenido, me aparezca el campo para poder rellenar sin necesidad de ponerlo a mano en el código.