Installed Drupal 8.x, and hey ho. No message body in emails. Same problem as in Drupal 7.x
I'm running Apache. PHP, etc MySQL and so on. On Yosemite 10.10.3 if that makes any difference. It shouldn't, because I have a LOT of theory installed software on here, and it all works fine.
So why is this software pack not including the email body ??/ a Great Mystery.
In drupal exists the file "menu.html.twig" that manages all menus (i.e : administration, account-menu, tools.menu ...).
i want to customize only the tools menu and change its graphic (styles and css).
If i modify the "menu.html.twig" (in my subtheme), the modifies involve also the others menu (administration...).
How can i just customize only the tools menu leaving the other ones unmodified?
In Drupal 7, I copy a site from one machine to another with following steps:
1. copy the code
2. export and import database
3. do some change to setting.php (database account, base_url)
4. sometimes, I need to make a symbol link to pretent my site directory is the same to production site
5. clear cache, change file system paths
J’ai quelques sites en version 6 que je souhaite passer en version 8 prochainement.
Je ne suis pas passée par Drupal 7.
Mes sites sont entièrement structurés autour de la taxonomie.
J’ai utilisé toutes les possibilités de Drupal 6 autour de la taxonomie.
J’essaye de tester Drupal 8 et je constate que les URL de type « taxonomie/term/1+5 » ne fonctionnent plus.
J’ai tenté de passer par Views, mais je n’arrive pas à configurer une vue pour avoir l’équivalent, c’est à dire avoir les nœuds qui ont deux termes de taxonomie en même temps.