https://www.drupal.org/project/admin_menu_dropdown is worth a look as far as extending upon the current admin_menu pulled into backdrop core UX that's going on. It's a very simple project that gives the (configurable) option of hiding the admin menu when pressing `. This is huge when demoing to low-tech / excessively visual clients who get off-put by seeing what's under the hood.
GitHub Issue #:
970
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1