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 was wondering if there was a way to bulk delete files but to have the filter or option to save files that are linked on our website? There's a ton of old files on our website, but we don't know what's linked/relevant to the website and we want to avoid deleting files that are active on the website. My entire team is relatively new, so we're unsure on how to go about such a big project. I've looked into some modules, but I'm not sure if they can filter out links/documents that are active. We're running version 10.4.1. Bit of a shot in the dark, but thought I'd ask.
I have a setup where clicking a button on the first webform opens a second one. On the second webform, I perform an action and store some data in a session for later use. The challenge I’m facing is that after completing the action on the second webform and closing it, I want a post or an update to appear on the first webform.
We need to figure out a fix for this problem for us to get off drupal 7.x completely. In drupal 7 we have one single php script serving a bunch of urls. Currently in drupal 7 mod_rewrite rewrites the url so that the drupal php script picks its it up. Essentially we use mod_rewrite to map url with regexp /sitebase/[a-z0-9_]*-mypublic.html$ to /sitebase/mydrupalscript.php?origuri=<original_url>. /sitebase/mydrupalscript.php is an alias to single php page in drupal that again parses the origuri parameter and serves appropriate content...
I am on my home computer using Wamp. The newest one, all updated etc. I running Windows 11 Home with all updates installed. Composer is installed. I am hoping to update my site at home to 11.1 before I do it on the webserver. Ironing out any kinks.
Hello. After installing Drupal CMS V1, I have an issue on the homepage. The published pages that should be pinned to the homepage do not appear. It seems that the existing "homepage" view is no longer available in the new version of Drupal. Do I need to install a module? Thanks for your help.