Drupal 8.x Installation Theme

Hi,

Where Drupal stores information about a theme that is used for installation.

I would like to use a custom one.

Thank you,

Jakub

[SOLVED] Word breaks in comments

Hi

I have noticed that all comments on my site have breaks in the middle of words for some reason.  My Drupal site is up-to-date (8.6.10) and I'm not running any modules to modify the appearance of the comments.  See comments on this page for example.

Can anybody tell me why this is happening and how to resolve?

Thanks

What is the D8 method for packaging types other than features

Exporting the full config is not optimal. There should be separate packages per topic.

I have heard config actions - but it doesn't even look related to the issue. I simply want to package components for reuse across sites. What is the D8 best method for this?

Where does "entity" coming from when you look at variables in twig debug?

Hello,

In my theme, I wanted to output an img tag with the image's src attribute. I found that the way to do that is (example):

file_url(content.field_example_image['#items'].entity.uri.value)

So I have installed Twig Xdebug (https://www.drupal.org/project/twig_xdebug) and looking at the debugger, neither the image (field_example_image) nor its array (field_example_image['#items']) have a member called 'entity'. So where does the 'entity' coming from?

Typing domainname.ac.in giving  HTTP Error: 500.  But domainname.ac.in/index.php is working fine.

When I open the site by typing domainname.ac.in I am getting  HTTP Error: 500. 

But when I type domainname.ac.in/index.php, it is working fine.

I am also unable to log in to drupal by the following

domainname.ac.in/user/login

Please help me

Replacing a Private File Results in Access Denied

I'm working on getting private files setup on my site and everything was working well. However, a need came up to update a file so that the file path stayed exactly the same. Trying to use the "replace" functionality appended a _0 to the file name which can't happen in this case. 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x