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 am trying to get Drupal 8.1.6 running on my Fedora 22 Linux system and am seeing a problem that I have never run into before.
I have been through both Drupal 6 and Drupal 7 on this same machine and they both installed as expected. After a long break I came back tonight and wanted to just blow everything else away and install Drupal 8 so I:
I've just started learning Drupal again after a 7 year absence. I have set up Drupal 8 and it is running on my laptop. Everything seems fine. The first problem I've hit is that I get the following error message when registering new users:
Unable to send email. Contact the site administrator if the problem persists.
It seems that I need to configure an SMTP server. Is it possible to have an SMTP server running locally without having to involve the services of Gmail?
how can i preprocess a field to get his raw value before twig debug include the debug comment in the content ?
For example i have a list field with letters (A B C D E F or G), for each letter i use a different classe to style differently so in my twig template i naturally tried this :
Ok, gang. Before I end up throwing my PC out the window and ending up on the nightly news .... I need some help with something! lol.
I am creating a custom module that adds a block for Drupal 8. I have a "templates" subdirectory in my module's hierarchy
( ./modules/custom/mymodule/templates
I have created a twig file to use for the block, however, it doesn't get called from inside that directory. However, if I copy that template to my theme's template dir, it works! Any ideas? Going crazy over here lol.
I have a question. Based on the Drupal 8 Example "content_entity_example", how I can filter all contents/entities so a "normal" user only see and can CRUD his own entities?
I search and search but nothing found. I also try to find other modules for 8.x that needs the same logic (e.g. private message on a community) but i don't found everything.
A short example would by very nice or a module that include this logic/function.