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 know, I know -- I'm NOT using composer and I haven't yet figured out how to get standalone drush to work on Drupal 8. It used to be so easy.
Having been delinquent in upgrading, I'd like to know if there are htaccess changes anywhere between 8.6.16 to 8.8.5 and if there are intermediate upgrades I should do (i.e. upgrade in steps), or if it should be possible to go straight from 8.6 to 8.8.
Example: I have a view that assembles all of our job postings. It creates a page whose url is /jobs.
Our search backend is Database Search.
A search of "jobs" returns no results.
Is there a way to get content from view-generated pages included in search results? I'm open to dropping crumbs into the custom view header or footer, or planting invisible blocks that appear only on the view page or any other similar tricks you've discovered.
I am now in charge of an existing Dupal site and am running into a problem: We have a lot of users and someone discovered, that the users complete profiles are being exposed under /node/{node_id} which raises a lot of privacy concerns.
My question now is: How can this be prevented from happening? Could someone point me to the right place in the docs?
Hello together, I have a problem creating a new blog. On my Drupal website I want to have one site, where I show some videos. This site's name is e.g. movies. On this site I want to post articles with different movies in form of blog entries. One entry for one movie. When I create a blog entry, I have one site with that movie. I have the option to create the next blog entry. When I create one new entry and set the URL on the same name (movies) like the other entry, Drupal says there is already an entry with that name. How can I manage that, so that one entry is above the other.
I am creating a module for Replacing all Relative URLs in the REST Export of Views into Absolute URLs, for consuming in Application. I have actually made this possible, but I am not sure it is the right way to do.
Basically, I have created a module with a service.
The Drupal 7 version of the Field Group module includes a "Div" group type, which includes a "Description" field.
It looks like this type has been removed from the Drupal 8 version of the module. I can use the "HTML element" type to get similar functionality – but this type lacks the "Description" field.