I am very new in drupal. I want to make a website with a drupal8 customized theme, that will be like my website, so that I can add anything any time very fast. So basically I have to make a drupal 8 theme by my own. I have already gone through some documents where I got to know to make a drupal 8 theme from scratch. I made that thing but for twig code I got confused. That is like what are the name I'll give the contents and how I'll write the twig code.
I am trying to find an example of how to import data from csv to custom entities. To regular nodes it works fine, but whe I try to do the same thing for custom entities it fails with
exception 'Drupal\Core\Config\UnmetDependenciesException' with message 'Configuration objects (dbl_migration_lhd_boenheter) provided by dbl_migrate have unmet dependencies'
I need to import a lot of users coming from an old website style ;) each user having his first name, last name, email, phone numbers (2), postal address, roles etc
As there is not a lot of roles letting them to access/modify different content types I can create them manually.
But I don't know how to manage the importation of hundred of users ...
I see that there is an "User Import" module but it seems managing only classical drupal account (userid,password,email).
I am having some difficulty with migrating users from a legacy DB into Drupal 7 using the Migrate module. The legacy data is very messy and not structured very well. The issue I am having is with pulling the correct created date and then saving this against the user in Drupal.
Now the issue is I inserted bootstrap HTML mark and given the div class "container-fluid" but still that container's background color is not stretched 100%.
We are trying to migrate website from joomla 3.4 to drupal 8. We followed this Tutorial , but could not able to succeed in migration. And came to know that Drupal default migrate module will only support drupal 6, 7 to drupal 8.