At our next dev meeting on Oct 7th, we will be talking about development priorities for Backdrop 1.21.
Since we last asked for feature ideas in the forum just over a year ago, a number of the suggestions have gotten into core. Items like the following:
- Better Taxonomy permissions
- Merge all update pages
- exposed filter in the image library
We've also made big progress on Configuration Recipes.
This seems like a great opportunity to open up the discussion once again to prioritize existing ideas and/or suggest new ones.
What would you MOST like to see in Backdrop 1.21 (or beyond)?
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