Follow-up to #3395
- Make the description field a multi-line one.
- Use
filter_xss_admin()instead ofcheck_plain(), to allow some markup (<em>,<strong>etc.)
PR by @klonos: https://github.com/backdrop/backdrop/pull/2747
GitHub Issue #:
3885
Follow-up to #3395
filter_xss_admin() instead of check_plain(), to allow some markup (<em>, <strong> etc.)PR by @klonos: https://github.com/backdrop/backdrop/pull/2747
Posted 15 hours 4 min ago by (Jochen_K) in Requests and Feedback
Posted 5 days 5 hours ago by (spjsche) in Installation Questions
Posted 5 days 7 hours ago by (Terebinth) in How-To and Troubleshooting
Recent comments
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