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.
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...
Posted1 day 8 min ago by Alejandro Cremaschi (argiepiano) on:
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...
Posted1 day 6 hours ago by Martin Jones (nattyweb) on:
If you’re planning on building this from scratch, you might look at how the seven module handles SMS/external APIs as a reference for the connection side. Integrating Dialogflow via a custom...
Comments
Yes you are right integrating phpBB forum is quite easy as compared
... looks like you did not finish this comment...
E
So you are looking for module to integrate with phpBB.
I can write a module to integrate with CMS
There is an Alpha version of the D7 module here >> https://www.drupal.org/project/phpbbforum
But the real trick is the modification to phpBB; it used to be a MOD ( http://drupalbridge.org/files/phpbbdrupalbridge-3.0.10.zip ) but those have been deprecated. They are now Extensions - https://www.phpbb.com/extensions/ - and would require a recoding..
E