At the recent weekly dev meeting a plan was presented to use the following several weekly meetings to focus on the top wish list items. Some of the items at the top of the list have been there for awhile and are more complex to address so having some focused time to examine them may help the community to move forward on them.
Take a look at the last meeting explaining the plan and the issues to be discussed. https://youtu.be/8GLZSqyANhM?t=1080
The next weekly meeting on March 26, 2026 will focus on the longstanding wish for "Automated updates" and if time permits also focus on a new backend theme to replace Seven, and possibly move the Gin theme into core.
If you are not able to attend the virtual meetings you can add any comments and questions you have in this forum thread so they can be discussed at the meeting.
Recent comments
Hi Jochen You could test https://github.com/backdrop-contrib/commerce_invoice_receipt which doesn't yet have a release, but may meet your needs when combined with other modules to generate...
Commerce modules
Setting up a multisite with multilingual support can definitely get a bit tricky with all those configurations. If you're looking for a way to keep things clean, I've found that using a quick...
Multisite for multilingual website
Start with basics: install modules for meta tags and XML sitemaps, set proper alt text on images, and keep URLs clean. Backdrop SEO is mostly about structure and content quality, not tricks.
How to Improve SEO Performance in Backdrop CMS
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