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, I need to do a page where my users (each one with his own credentials) can flag some box and for each day of the month, and then create a report with the info provided. Example: 01/01/1970 box 1 and 4 checked, 02/01/1970 box 2 and 5 checked, and so on. Clicking on Submit will create a summary page with all the info provided. I tried with Webform but I can't understand how to create such report, I'm a beginner.
Hi, not sure if I am missing something, but in Views I can't get the "Taxonomy term: Term Parents" field to display more than 1 level deep, when there are clearly 2 parent items for a term referenced on a node.
Steps to reproduce
1. Create a vocabulary which is 3 levels deep...
Vocabulary
- Term (level 1)
- Term (level 2)
- Term (level 3)
2. Create a entity reference field in a content type that references this vocabulary's terms.
I am using Web Components within my Drupal 10 blocks. For simplicity (my block and web component are more complicated), let's say I have a block type of Image with CTA. In my custom theme, I include the twig template for this block and I am making sure that I include the proper classes needed for the layout builder functionality.
I had a module that had some bad code and I had to try to delete the files to get the site to quit crashing. But now there is a phantom module somewhere in the mind of my Drupal 10 install that I can't make go away. It does NOT exist in the Modules list. It does NOT exist in the Uninstall list. Even Drush can't find it:
$ drush pmu beechbooker
In PmCommands.php line 176:
The following module(s) are not installed: beechbooker. No modules to uninstall.
After upgrading to 10 (from (9.x), authenticated rest calls return a 403 with `The 'access content' permission is required`. Along with that, the private file system is also unreachable with access denied. For the life of me, I cannot figure this one out. Custom rest resources are fine.
And yes, "access content" permission is enabled.
All the logs with the access denied messages does have my user name next to it so I am definitely logged in and should have access because the user I'm testing with is also an administrator.