Creating tabbed admin interfaces in Drupal using views
Recently I tried creating a tabbed admin interface in Views - similar to the Content view where 3 tabs exist: Content, Commments, Media. It took a bit of futzing and reading, but ultimately found this:
- create page with path "parent" and with content that you would normally have for default tab, don't set up menu settings
- create page with path "parent/child1" and with content that you would normally have for default tab (SAME as "parent"), set it to be default tab and tell views Parent menu item: Already exists
- create page with path "parent/child2" and with content you want, set it to be menu tab
- repeat step 3
What other tool allows you to create your own admin interfaces for managing content, users and media? So cool!
Fivestar:
No votes yet


Post new comment