Description of the need
As a site builder on a site with a lot of views I want to be able to navigate easily to all views via the admin menu So that I can quickly access the view for editing
When there are a lot of views, then the admin menu goes off the bottom of the page and the lower links can't be used. Core adds some 3 views and the Settings, webform adds 4 views, other modules add views, then the site architect adds a few views and soon you have to go to the listing to find the view; you can't do it from the menu.
Proposed solution
- User (and modules) can add a single tag to each view (not display level) via config and the UI. This could be a taxonomy tag or it could be a very simple word tag with no wider application.
- User access
admin/structure/views
and all tags form a subfolder within the menu - Listing of views allows filtering by tag.
Alternatives that have been considered
Investigated the view api to see if could alter things that way Investigated the menu links to see if could manually create groups but the view listing menu items are dynamically generated.
Is there a Drupal or Backdrop contributed module that accomplishes this? ...if so, then please provide a link.
I don't think so
Additional information
Add any other information or screenshots that would help.
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes the ability to group views by a tag for easy sorting within the administration menu and easy filtering on the 'List views' page. Tags are set per view and can be set both by modules creating views and by users creating and editing views.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform