Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm running a new computer and struggling to implement a custom Drupal 8 theme (No base theme). Using MAMPPRO 4.0.1 when I create the theme folder under the themes directory, create the *.info.yml, create the *.libraries.yml. all produce these two errors-
Warning: Invalid argument supplied for foreach() in Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension() (line 148 of core\lib\Drupal\Core\Asset\LibraryDiscoveryParser.php).
I just did a migration from my d7 site to d8 and it went tolerably well, except that node bodies are not being displayed. I have been looking around and can't seem to find any reason why this should be so...
I made a views, where I listed manufacturers images and , names. When I click this image or name, loading the manufacturer page, with production categories.
The url is a node title. Eg. /productions/manufacturer/category/production.
This page is hungarian language, with hungarian characters. So the url: /termekek/Viastein térburkolat/Viastein térkő/Vieto mistro térkő
I want to convert the node title to url format, so I can make a full url: /termekek/viastein-terburkolat/viastein-terko/vieto-mistro-terko. I can't found solution this problem.