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'm trying to create a menu for a specific role. Basically this role is just for people to create/add/edit content, without having full control of the admin features of being an admin. Role is called "Editors" and shouldn't have all the features or access to the admin menu.
I have been searching - without avail - for a Drupal module (or a combination of them) to add the necessary features for building a tender platform on my current site.
I've just updated my site to D8.8.0, and updated a number of my modules.
Since the update, I've lost all the menus on my site - they exist, but have removed themselves from the block layout. In trying to re-enable them, I get a "Bad Request". I'm running on IIS 7.5.
Does anyone know of a Drupal 8 module which can compare two views and return the difference as another view? For example one view would be a list like:
Dog
Cat
Mouse
And the other view would be the list:
Dog
Cat
They would be compared and the difference would be returned as "Mouse" (similar to PHP array_diff() function). Thanks!