I have a couple of questions regarding the views module.
I want my client to be able to create menu entries through the views module.
Each view menu entry will represent a taxonomy term in my main vocabulary. What I really want the client to create is
not views, but new taxonomy terms.
In more detail, I'm developing an ecommerce and my vocab is 'Product Categories' with terms 'fruit & veggies',
'groceries', etc. etc..
Accessing these the product categories menus/views the effect will be to display a certain number of products/nodes
in the main content. The number of nodes is configured within the view related to that product category and
there will conditionally be previous/next navigation links at the bottom of the content.
I've tried using the taxonomy_menu module as well but.. is there anyway of getting that previous/next navigation
with it provided I need to render a certain number of product/nodes per content page?
Are there any other modules with which I could obtain this result?
The main problem is that I dont want my client to access the ?q=admin/views to create a new view but what I really want
him to do is to 'create a new product category' which will automatically create a corresponding view.
This will benefit of being able to get that previous/next navigation which I really require.
I thought that a solution could be implementing a new module which, using the views and views_ui modules, displays