I've never used insert_view but you can embed views directly into a page using something like this: http://drupal.org/node/47417
Brenda
Jason Flatt wrote:
On Tuesday 29 May 2007 11:00:55 Metzler, David wrote:
I don't think what you're looking for is possible without writing your own module. Here are some options:
- Write a custom module to return the list of views and their title.
- User the insert_view module to make nodes out of the views you want
listed and make a view to show those nodes. 3. Give up and just make a page that lists what you want to :)?
Item #3 is most likely what I'll choose from this list, since it is a freeby project, but I'll probably look into insert_view and Zohar's suggestion of panels to see how much effort they will actually be. Thanks to both of you for the input.