I am totally new to Drupal 8 module development and after searching in different forum I have still not found an answer to something I consider really basic.
Apologies if my question kind of newbie.
I would like to build some custom modules and make their visibility change at runtime for the currently logged on user.
So let say that user X logs on the Drupal site and clicks a check box on custom module A
How can I filter a view based on the pathauto version of the title in the URL? I have been stumped by this.
I have a content type, lets call it “Topic”, and it has many fields, here’s a few:
Basic facts, Causes, Symptoms (and more!) They are all paragraph fields.
I want to have a short MP3-file - a kind of and "audio-logo" or signature tune - played when a user enters the start page of my site. When the user then navigates to other pages of the site and then again returns to the startpage, the file should NOT be played again. I have an idea that this should be possible with the new DR8-Media module (plus extensions). I also imagine one would somehow have to use a cookie to remember the fact that the file has already been played.