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.
to put it simply,
i have a list of students (users) and i want to make a new role ( teachers ) such that
a specific teacher would have the permissions to access , view , edit the information of a group of students ( not all of them, just a few students that i would specify)
Hello, I have some image that I use for views_slideshow. But when I upload an image, the image displayed has a bad quality, even if I change the quality of uploaded image (from 75% to 100%), the image looks blur... I've cleared the cache, but nothing change...
Taxonomy view help me to show in a personal page all my articles put in a taxonomy tree.
But I would like to have specific behavior for a given vocabulary. So for this one to remove it from the default taxonomy view and make it a special one.
how to exclude this vocabulary from the first and create another only for it.
Hi! I'm quite new to drupal 8 and twig, but this is something I thought would be rader easy to do, but I still struggle with.
I have a node type curriculum with two entity reference fields called 'optional' and 'mandatory'. Each of these reference fields contains a list of nodes. In the template, '{{ content }}' displays the entities together and not separates like I want to display it. I thought I could just write {{ content.field_mandatory }} and {{ content.field_optional }} to display them separately, but this shows nothing.