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 created a custom content type with two image fields. Each time i upload an image when creating the content it is saved. If i upload 3 images, in content the item is replicated 3 times with the same name plus the real one with the complete version. What is causing this behavior?
Why in the world are my file uploads viewable by anonymous users? The file upload fields are set to private. I've created a private directory withbthe appropriate .htaccess file and modified settings.php via $settings['file_private_path'] = '/opt/drupal';
Which permissions setting do I need to uncheck the Anonymous user?
(I cannot believe I have to write custom code or use a contrib module for this.)
I have a box with some links and my problem is that while the native hue of the links is Blue, if I give their box a background color of a nearby hue like the Green hue, then the links appear almost invisible.
To cope with that problem I can start defining lines upon lines of CSS particularily for this box and its links, for example:
As the title says: What are your default modules, to start a project with Drupal 10? And which core modules can or should be disabled?
I'm interested in the general (opinionated) ecosystem, but especially interested in simple, non-bloated modules for privacy (GDPR compliance), security, accessibility and performance.