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've been trying to remove the "Title" (Main Navigation) from the menu in drupal 8.
I'm using the Zircon theme with the standard navigation that comes with that theme. As a logged in user or admin the "title" disappears, but as a unauthorized user the title always shows up.
I am trying to create a View where a user can see all the issues of a magazine that they've purchased. I added taxonomy with each year as a vocabulary, and within each year, a term for each month.
Each user has a taxonomy list of up to 12 terms for each year. Each issue node has one term.
If I use the drupal-8.bare.standard.php.gz dump as a base, then adding my own exported configuration, Drupal will insert them into the database just fine, so everything is fine here.
Just staring to look at whether I can make a site for a small social organisation in Drupal 8 - Is there a Drupal 8 module that enables me to send emails an entire category of users, equivalent to the mass email I currently have in Drupal 7 ? I haven't been able to identify one - or will the D7 module work?