Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2008 at 10:26 UTC
Updated:
30 Nov 2009 at 14:08 UTC
A view with a block display containing a list of node titles will nearly bridge views items with menu items. However, these links cannot be added to primary or secondary links locations, and the formatting has to be customized as well.
Given the efforts taken to extend core's menu system and the commonality of contributed taxonomy menu solutions, this appears to be a fitting solution.
Comments
Comment #1
dawehnerSo you want to have the links, which are produced by views used for a menu?
I'm not sure whether this is possible, because menu items are stored in the database, and so they aren't generated on the fly.
Comment #2
mitchell commented>> So you want to have the links, which are produced by views used for a menu?
Exactly. There's a lot of people who've talked about it in #134301: Display a view as a menu, but it seems like a long shot, for now.