Remove "If you don't want to receive such emails, you can change your settings at"

 I want to remove

If you don't want to receive such emails, you can change your settings at
https://www.site.com/user/username/edit.

from emails. How can I do that?

Is Drupal becoming more heavy?!

Is Drupal becoming more and more heavy to load with each version, or that's my subjective impression?!

I am now finishing updating my Drupal to 8.8.10, with almost all modules also updated - and this is my first impression, after updating from 8.6.14 and being with Drupal these times from Drupal 7.31....

Cache invalidation not working after database migration

Hello,

I've just deployed a website for a client by creating a database dump of the "staging" site and restoring it to the "production" site. I had to truncate all cache tables to make it work.

Everything seems fine, except now cache invalidation using tags doesn't work anymore.

For example, I have a list of employees that are regenerated once a "person" node type is changed. The statement looks something like this:

\Drupal::cache()->set('employees', $employees, Cache::PERMANENT, [ 'node_list:person' ]);

CK Editor (default) does not apply classes from Views Field properly

After updating to Drupal 8.8.10 (from 8.6.14, so I don't know when this problem has started) - I noticed - that in some of my Views Blocks, which display Intro from Article body - the Font Size is Larger than usual....

I was surprised even more - because some Intro's were in expected size - and some in bigger font size....

need help using htaccess to forbid search page

I have been denying from all my search pages with

<FilesMatch "search|search/node">
  Order allow,deny
  Deny from all
</FilesMatch>

but on one site I am using the language module, so the main language page can be accessed at mydomain.com or mydomain.com/en and in french at mydomain.com/fr

Only mydomain.com/search is being blocked, but not mydomain.com/en/search

my filesmatch now looks like this, but still nothing

Drupal admin UI

Hi there, I'm trying to learn more about building UI systems for content creation. I have been reading the Drupal user guide and have seen the admin view in action. It seems that many CMS/ low code platforms share many UI elements (such as in the toolbar in this text post editor).

What is the history of the Drupal UI, is this something that was developed as unique to Drupal or is it shared with other platforms?

Are there any good resources that I could access to learn more about this topic?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x