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
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.
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.
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.