Newest Questions
88,144 questions
1
vote
0
answers
38
views
EntityQueue not available as relationship for views of media items [closed]
I used EntityQueue module with Drupal 10 in a Node-View and it works perfectly.
But now i try to use entity queue with a Media View and there is no possibility to build a Relationship to Media content....
0
votes
1
answer
21
views
Add a filter for 'This year' and 'Next year'
I've found plenty of articles describing how to add views filters for years, a dropdown displaying 2024, 2025, 2026 etc, however I want to display a rolling filter (so it doesn't need to be changed ...
1
vote
0
answers
32
views
Why is there a [1] suffix after the email and why is the email output in the message field?
I'm setting up the field output for webform submissions sent as email - in admin/structure/webform/manage/contact/handlers/email_confirmation/edit
This is working but I don't understand what the [1] ...
1
vote
1
answer
61
views
How do I define a path alias for another language?
I have a Drupal 10 website and I have created a view with a path like 'prefixe/*'.
For SEO purposes, I use a content alias with a custom argument validator instead of the content ID. So my path is ...
0
votes
1
answer
73
views
Manually install a new library
In which directory should a library be placed to be recognized in Drupal 11?
I need to install PHPMailer library manually because the server doesn't have composer.
0
votes
1
answer
47
views
Unable to redirect URL with "/search/pagename" pattern
We had some old pages that were using a "/search/page-name" URL pattern. They've since been deleted, and we've configured them in URL Redirects to be sent to pages outside of Drupal for SEO ...
0
votes
0
answers
21
views
Placing signature/stamp on invoice.pdf [duplicate]
I'm using Commerce 3.02 and the "commerce invoice" module. At the end of shopping the module sends an invoice as a PDF after each order (either "paid" or "pending") — so ...
2
votes
0
answers
22
views
Migration from SwiftMailer to Symfony Mailer Lite: renamed template works, but inline logo not showing
For one of the Drupal applications I maintain, I'm migrating from SwiftMailer to Symfony Mailer Lite.
Following the instructions on https://www.drupal.org/project/symfony_mailer_lite, I renamed the ...
1
vote
0
answers
152
views
Since 11.2, default revision of the 'paragraph' entity type can not be changed to a non-default revision
Just upgraded my dev env from drupal 11.1.8 to 11.2.0, and getting this error i'm fighting with since hours : (works with 11.1.8)
Drupal\Core\Entity\EntityStorageException : An existing default ...
1
vote
1
answer
78
views
How can I fix "Composer was not found. Syntax error" when enabling Automatic Update for Drupal 11 on Ionos Shared Hosting?
I use Ionos shared hosting and I have a fresh Drupal 11 site and I am trying to setup the Automatic Update functionality.
When I first installed composer Ionos instructions said to prefix the composer ...
1
vote
1
answer
25
views
How do I set up an external user with the ability to download results?
I've set up a webform to gather interest in attending a conference. I'm the site admin for the page, but I'd like my boss to have the ability to download results of the form as well. They are not ...
1
vote
1
answer
81
views
Does the Webform module take care of input sanitization of text fields to prevent SQL injection?
I am new to Drupal and need to know if the Webform module would take care of input sanitization of text area by default to prevent against SQL injection.
I use it for public forms where users can fill ...
0
votes
0
answers
30
views
Solr core recreation and drush config import order in a deployment process
When you have solr schema changes it is necessary to recreate the solr core.
Do you need to do the recreation before or after drush deploy in a deployment process?
1
vote
1
answer
42
views
How to prevent empty field wrapper from rendering in Views when using Twig conditions in View Rewrite Output?
I'm working on a Drupal 10 site with a content type named Event, which includes the following fields:
field_schedule
field_teaser_image
field_teaser_text
field_teaser_title
field_online_event
I've ...
0
votes
1
answer
55
views
Issues upgrading with existing contrib modules
I am currently running a Drupal 10.4.8 site with Commerce 2.40 and several contributed modules that support Commerce ^2.0. These modules have been patched, either locally or using patches from Drupal....