Index of /www001/src/ports/www/drupal5-insert-view/work/insert_view
Name Last modified Size Description
Parent Directory 20-Jan-2008 14:56 -
LICENSE.txt 23-Apr-2006 05:54 15k
insert_view.module 30-Jun-2007 00:03 3k
insert_view.info 30-Jun-2007 08:06 1k
OVERVIEW
--------
Merlinofchaos' excellent Views module allows site admins to build dynamic content lists for display on pages and in blocks. It also offers a few handy functions for imbedding view lists in other node bodies. Doing that, though, requires PHP filtering rights for whoever maintains the node. View Tags allows users to embed these lists in node bodies using relatively simple tag syntax:
[view:<name of view>] is replaced by the content listing, and
[view:<name of view>=<number>] limits the listing to a particular <number> of entries.
[view:<name of view>=<number>=<comma-delimited-list>] limits the listing to a particular <number> of entries, and passes a comma delimited list of arguments to the view.
INSTALLATION
------------
Drop it into your modules folder and turn it on. Obviously, it requires the Views module to do its magic.
TODONE
------
Add support for arguments? [view:viewname=5=arg1,arg2,arg3] is one possible syntax...