This is a specific question which will probably provoke a broad answer, but I am wondering if there is a tutorial with MODx about a scenerio something like this:
1. A members page has an alphabetical listing of members by name.
2. Another page has an alphabetical listing of members by occupation.
Each of these pages has a simple one-line-per-member listing with a link that links to the full member description like this:
I
Interior Redesign — John W. Smoke, Jr., Esq.,
Interior Redesign USA Ltd. LLC
Or like this:
John W. Smoke, Jr., Esq.,
Interior Redesign USA Ltd. LLC — Interior Redesign
depending on whether you are viewing by Occupation or Member Name.
Either link will pull up the same result: a full description of the member and what he does with a little picture of the member, contact numbers, website, etc.
3. That same data-- that is, all the members’ FULL descriptions-- need to be viewable when clicking the option "View All Members".
So, somehow, MODx would have to retrieve all the full member descriptions from the database (an array, I would imagine) and stick it into the template.
If at some point there are too many members, the template would display 10 members per page with a little navigation to view the next page, etc.
---
So, is there anything like this remotely written in MODx besides the Kiwi shopping cart?
Is it a simple thing to do?
Thanks.