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 a site working locally but not functioning on the server, which is running NGINX for serving files.
Problem:
After enabling CSS / JS aggregation, the first time you load any page, admin theme or front end theme, the CSS/JS aggregated files throw a 404, I have checked the files directory and they were generated, and they have the correct filenames so should have been served to the user.
I am running a 'staging' site version with D 10.1.7, while the production site is still at version D 9.5.11.
Between versions 9 I was using 'Content Type Clone' to clone an entire content type with all its fields, but the module has not been upgraded to version 10.
Is there any method to copy a content type with all its fields from D 9 and export it inside D 10?
I've done a bit of research, but I don't seem to have found anything similar.
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.