Insert View is a filter that allows users to embed content lists generated by the Views module into node bodies and blocks using relatively simple tag syntax.

Why would you want to use an Insert View tag when you could just invoke a view using PHP? Simple. When you want to allow users to insert views or edit content on a page with an inserted view without granting them permission to use PHP.

The tag syntax is [view:name=display=args]
The parameters are: view name, view display id, view arguments.

Valid examples:
[view:my_view] is replaced by the content listing.
[view:my_view=my_display] invokes the view using the specified display.
[view:my_view=my_display=arg1/arg2/arg3] invokes the view using the specified display and passes arg1, arg2 and arg3 to the view.
[view:my_view==arg1/arg2/arg3] passes arg1 to the view and will use the "default" display set for the view.

Read README.TXT for more information.

[You might also find the Viewfield module of interest. Viewfield is a CCK field module that allows administrators to put views directly into nodes.]

Downloads

Version Downloads Date Links
7.x-2.x-dev tar.gz (8.32 KB) | zip (9.54 KB) 2011-Feb-25 Notes
6.x-2.x-dev tar.gz (8.31 KB) | zip (9.51 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Insert View

  • Pasqualle - 3 commits
    last: 1 year ago, first: 1 year ago
  • mlsamuelson - 25 commits
    last: 3 years ago, first: 4 years ago

Issues for Insert View

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 1 Sep 08