Are distributions installed after the core Drupal 8 site is up and running, or are distributions installed as the initial installation of Drupal.
Typically, how long does it take to install a distribution. I already have a Drupal 8 site installed with my hosting provider and want to install a particular distribution.
I created a custom module to display a news feed. When a content is created, the module will create a "Message". The user "Flag" the parent "Group" and receives the messages.
My problem :
When a user flags a "Group", he receives all the "Message", even the "Message" before the Flag.
I want the user to only receive "Message" from the date of the Flag.
You must therefore filter the view like this:
The "Message" created after the Flag date are displayed.
I installed the Message module on my site. I want to set up ads for certain roles. I want to create messages and select the roles that can see the message.
How to limit messages to a role? I don't want to limit the type of message, I want to limit only the message.
First of all I am new here, nice to meet the Drupal community!
I run a startup company, the website uses a very simple Wordpress theme now, basic visual builder website... I am considering switching to a brand new Drupal website, heard great things about it. Since there are barely any funds available for qualified personnel, I would be working with interns or junior Drupal developers at best.
My question to you as community members with lots of Drupal experience:
We have a rather large number of Drupal websites in our company. Because of that I would like to have an (automatic) overview of all my websites so I can see the version installed for every website seperately, so it's more easy to check which website needs to be updated.