Module Content Import image, tag not work

Hi

Im trying to import articles via the module "Content Import". It work well for fields: title, langcode, body, content.

There is no nice description for the field_image. In the module description they write just this: "For Image type field, upload your images to /images folder and mention the image name in the column". 

For the filed_tags the description is completly missing.

So my qestions are:

Where to but the images while importing?

What format must tags have?

Cheers

Private Message module - messages does not come to recipients

Drupal 8

Private Message module does not work properly.

If Admin sends a message to a User then the User does not receive this message.

If the User sends a message to the Admin then the Admin does not receive this message.

Permission "Use private messaging system" was activated in /admin/people/permissions for AUTHENTICATED USER.

Pls tell me what is wrong with me.

---

How to fix routes after uninstalling broken module?

I Have installed the Private files download permission module https://www.drupal.org/project/private_files_download_permission

but when trying to uninstall it crashed the site and probably did not updated configuration. Now I can't access my nodes as it displays errors below.

How can I fix this please?

Retrieve UUID

We're trying to find the UUID of content items so that we can display them in a menu. I've found the UUID Extra module (located here), but I haven't been able to get it working as advertised. Can anyone out there give us a hand?

How do I convert the normal SQL query into entityQuery

$database = \Drupal::database();
$query = $database->query("SELECT nfd.nid,book.field_book_target_id FROM `node_field_data` as nfd
Inner JOIN node__field_what_test_are_you_taking as ques1 on nfd.nid = ques1.entity_id
Inner JOIN node__field_what_are_you_looking_for as ques2 on nfd.nid = ques2.entity_id
Inner JOIN node__field_have_you_taken_the_test_be as ques3 on nfd.nid = ques3.entity_id
Inner JOIN node__field_target_level as ques4 on nfd.nid = ques4.entity_id

How does the number of class count on my page and display it in my menu ?

I have a site with Drupal 8 and I have created contextual views to display the tasks to do for the user. It works, but I need a counter in my menu.

Each type of task have a class :

  • For red tasks, there is the class .task-danger

  • For orange tasks, there is the class .task-warning

  • For green tasks, there is the class .task-success

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x