Actually it's pretty simple - just look at the source code of the model and change it so that instead of reading single contact it reads all contacts in given folder or make it search for contacts starting with given letter (and so on, whatever criteria you need) and then return collection of contacts instead of single one and change the template to render whatever it does for each item in the collection.
There is something similar done for DMS - look at the download list component and it's template and model - it gets list of files from dms and generates download links for them. HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=84dd94b6-6f34-4918-84f1-b958d8123f77 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
