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 been learning Drupal 8 by rebuilding an existing Drupal 8.2 site in 8.10. I have been both amazed and confounded by this platform. I think the Drupal moto should be "Drupal - Makes complex tasks easy to implement, and simple tasks incomprehensible!"
Why is there so many versions already and you make them so quickly, instead of developing older. I have drupal 6 and never gonna change it because it's not possible on big website like mine with so many modules most of them now discontinued. I did it only once from 4.7 to 6 and skipped 5 because you were moving so fast and it was by some miracle that I managed because on principle some things were already completely incompatible like image module. Now I see 6 modules are not even displayed anymore.
We are trying to redirect one of our (latest D8 version) site URLs with UTM Params to the non-drupal Destination site. The Drupal8 site is hosted in Acquia. Because there are 2000+ URLs of the site to be redirected we are using .htccess redirection for flexibility. There are some changes from source URLs to destination URLs so we can't use regular expressions.
Let us know if there is a way to retain the UTM Params if site hosted in Acquia (Varnish enabled by default) so we can try the option. We already disabled Drupal Cache from the backend.
I have created a block for article nodes listing(only those which have a certain taxonomy tags). However, when I am adding a iframe in the node's body field, it is not getting rendered on the listing block while it is rendering on the node full view.