The email "from" sender is cut. How to fix/change?

Hi all.

I have an issue (Drupal 8) when setting site name (which is also used as an email sender name) longer than 24 characters (approx.). It is shown normally i throughout the whole site, also in emails subject and body, but is cut in "from" section. Is it a possibility to either fix the cutting, or change the sender (without changing the site name - this must be the exact copy of our brand).

P.S. I never developed custom modules, so writing a fix as a module is not the best idea, but if nothing helps...

HTTP HOST Header requirements in settings.php

Drupal 8 is recommending to add lines to settings.php to make the site more secure. see this link.

In the code below, only www.temp.com works, how can I make it work for temp.com as well?

<code>$settings['trusted_host_patterns'] = [
  '^www\.temp\.com$',
  '^\.temp\.com$',
  '^temp\.com$',
  '^.+\temp\.com$',
];
</code>

Module for displaying code in page (advice/suggestions)

Hi everyone.

So I'm looking for a module to allow me to show code on a web page something like is shown here 

I can see a few that seem to suggest they do this but am not sure which would be suitable ?

I no the site shown in the link is WP before anyone says that, and my site is currently built in d8 but will be d9 probably start of next year maybe sooner if need be.

Thanks for any suggestions

Views as used for table data

I have a D6 site which used tablemanager, a now unmaintained contrib module to present tabular data.  This was very simple data in which a large spreadsheet was processed into about 20 pivot tables to analyze various aspects of the data.  Each of these pivot tables was then uploaded and combined with some text to make a node.  I have been looking for an alternative module and most of the suggestions thus far (contentimport, tablefield, tabular) are not very attractive for one reason or another (much more complicated, no D8 version, not secure, etc.).  So, one of the interesting suggestions

Why visitors can't register

I created a new project with Drupal 8 last version. But when visitors try to register return some page again. I checked all register setting. Everything looks fix. Pls I need to solve this problem. 

Starting with 8.8+ base install - how to get embed media images to responsive images

I've use a variety of distributions (ie varbase, lightning, etc) that had very nice media image embed that allowed for responsive image control for sizing and other cropping features.

For a number of reasons, I want to start from plain core and build up from there.

I cannot for the life of me figure out the magic combo of modules and configurations that will allow me to insert a media image into an article or page and use the editor to insert the media with those controls.  I CAN get the media inserted using the standard caption/align but that is it.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x