BBCode [members] tag
[members]`memberAdmin` = '5'[/members] - list all people with Adminstrator acccess.
[members=memberEmail]`memberName` LIKE 'John%'[/members] - list all members with the name "John" or "Johnson", etc., and sort by e-mail address.
The resulting listing is formatted the same as the normal list output, using two entries in the setup table: memberList for visitors and memberDetail for other members that are logged-in.
This method of displaying members shows a limited list per page with navigation and privacy/security protections in place. For a more flexible (but less secure) member listing method, use the [form] tag.
more documentation soon...