Help on Installation issue... anything I click on not found

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:

D8 Send emails from local development machine

Hi,

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?

D8 - Preprocess field

hi everyone,

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 :

<span class="note note_energ{{ fields.field_classe_energetique.content }}">{{ fields.field_classe_energetique.content }}</span>

But it also output the twig debug and i get this :

Twig template not working from custom mod templates dir

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.

Thanks in advance!

D8: Develop a Field Type Module with Text List(Text) and File for named Sources

Hi Drupals -
I work on a Drupal system to provide data via RESTful API (incl. hal) to Unity.

Vision:

A content type field that allows to upload files with named slots.

Description:

I need to provide a files field (for unity assets) given a specific target platform.
The possible platforms are defined by administration.

So - think about an associative array
file_list['platform']['filepath']

The platform name should be provided by the admin with the Text > List(text) Field format key|label style - like:

List and CRUD only own contents/entities per user

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.

Thanks in advance :-)

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x