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 have installed drupal for my school. This site will be for school administration and teacher but not for delivering teaching content (yet).
I want to create "syllabus" as groups of "topics" (groupped through taxonomy terms). A "topic" is a content type with taxonomy terms refering to the system (international baccalaureat; french system...), the class year (class 1 to 12) and the subject (math, french, physics...)
I will also have group of students for a particular class : IB1-A IB2-B if I have two IB1 classes.
Hi, I'm creating a series of scripts to programmatically apply durpal coding standards, for "normal" files I've used phpcbf --standard=Drupal and for JS files I've used eslint, which is integrated in drupal's core. Is there any tool to fix the coding errors of twig's templates?
Hi all, I'm a brandy new user to Drupal and to Composer.
Fresh install on my Manjaro Linux desktop using composer.
In a blue box in my terminal, I got this message.
Congratulations, you’ve installed the Drupal codebase
from the drupal/recommended-project template!
I am creating a custom field widget where a user can click a button and edit some fields in a form inside a dialog modal.
Opening the modal works fine, but I cannot seem to make any buttons inside the modal form react to anything I throw at it.
In the below example, when clicking the "submit" inside the modal form, the "submitAjax" function is not executed, and I receive a standard AjaxResponse in my network debugger. I've tried using different class names "use-ajax" and "use-ajax-submit", I also tied without any.