Prevent user portraits from being clickable

Hello,

I created a content type "blog", but my concern is that the portrait that appears in the publication is clickable (which of course leads to a "Access denied / You are not allowed to access this page. "for an anonymous.

I would like to prevent the click on the portraits, since moreover the link towards my author is not active him either.

I do not see where I have to look.

Thanks

Tool to deploy theme

Dear all,

there are some tools to help to deploy or modify an existing drupal theme?

thanks for your time

Is there any way to display the REST received data through Drupal Views

We are getting data from other website view have to display the rest data through views.

Is it possible in drupal7 or 8???

Please help

Missing Content:Path in Views after upgrading from 8.4.5 to 8.5

Hi

I'm working on creating custom RSS. When adding field in Views, there's no option to select Content:Path in Drupal 8.5.

I re-check my old source Drupal 8.4.5, the Content:Path still available. 

Please help me to solve this, other module is up to date.

I also test with installation module pathauto, ctools and token. Everything is fine until I update to Drupal 8.5.

The site is working but missing Content:path field.

Thanks

Presistent data when instantiating with service container

Given this very simple class

class FooTest {

protected $data;

public function set($data) {
   $this->data = $data;
}

public function get() {
   return $this->data;
}
}

And this form

class FooTestForm extends FormBase {

protected $ft;

nginx config _almost_ works

Drupal 8 installed, and things mostly work with the following configurations added to my nginx config:

First attempt:

location / {

try_files $uri /index.php?$query_string;

}

Things weren't quite right, so I changed that:

location / {

try_files $uri $uri/ @rewrite;
expires max;
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x