Is Drupal dying?

Just a thing I am beginning to notice....

user mass import in Drupal 8 from Drupal 6

hello,

Savez-vous comment importer en masse des utilisateurs dans Drupal 8 ?
J’aimerais fusionner plusieurs carnets d’adresses de Drupal 6, je pense donc passer par un import LDIF ou CSV

Merci d’avance
EM

hello ,

Do you know how import mass of users in Drupal 8 ?
I would like to merge multiple address books, I think to go through an import LDIF or CSV

Thank you in advance
EM

Drupal 8 : Big problem to see my block from a view

Hello,

I am friendly with Drupal 7 but Drupal 8 makes me sick.
I have two big problem and I think that I am not alone.
I've created a view for a block but I can't see it : I have an error message : Template "core/modules/views/views-view-fields.html.twig" is not defined ().

The other problem is the upload and display of the pictures with CKEditor. Nothing appears. My PHP config is ok. With Drupal 7, everything was OK. In the block, same problem, no pictures. Everything that I've tried NO picture appear in my website.

Please help me I am going crazy !

How is it possible to delete an entry from file_managed table?

I want my module to delete all images that have been uploaded with its help and delete all database entries from 'file_managed' table on uninstall. I have no problem with the actual file deleting, but I'm stuck with database records deleting. I know there is a file_delete function that removes the database entry as well, but how is it possible to get the required fid then? Thanks in advance.

How is it possible to delete an entry from file_managed table?

I want my module to delete all images that have been uploaded with its help and delete all database entries from 'file_managed' table on uninstall. I have no problem with the actual file deleting, but I'm stuck with database records deleting. I know there is a file_delete function that removes the database entry as well, but how is it possible to get the required fid then? Thanks in advance.

field--node--field-fieldname.twig.html need some help

Hi,`

i´m using D8 and i need some help with my field--node--field-fieldname.twig.html
I want that my field is only shwon for logged in users, so i tested:

{{logged_in}} and {{is_admin}}

these variables are ever 1, so i think i do not get the right variables, or i can not use them.

I want to do it like this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x