


How to read JSON data from external URL and display it in a node
I want to read json data from external url and display those data in a node. After that I would like to add filters in the result using views. I have created a view using external url(query settings) and display result in a block.. But I cant add filters for that. How... read more
How can I get the node ID from a path alias?
I want to be able to get the nid but the only information I have is http://example.com/this-is-the-alias. Is there a way to get either the internal path of /node/* for that alias if I am not on the page? Or is there a way to just get the nid from that alias right... read more
How to submit a field collection from a form into a created node
I would really appreciate if somebody could help me with this 🙂 I have a field collection called field_formations. Inside it I have 2 fields: field_technologies – (reference to a taxonomy). field_diploma -(how it’s also a field collection which contain 2... read more
Timeout in sites, perhaps related to cron
I have been struggling with a timeout error in a couple of Drupal 8 sites, which I have not been able to reproduce. When I deploy them into my colleague’s production server (a Mac machine), all the Drupal 8 sites are experiencing a page lock up (the browser... read more
Inline entity form prepopulate
I have a content-type A which has a reference field to another content-type B. When creating/editing content with type A I let the user create/edit content of type B using the inline_entity_form module. In this scenario, I like to pre-populate one field in... read more