The plugin's complete name should be "SD Meeting Tool Display Templates", which better explains what the plugin does: displays lists via templates to visitors using shortcodes embedded in posts / pages.
Using a combination of a template header, display format and template footer the plugin will display all the participants in a list to the blog visitor, as defined by the shortcode[s].
Enable the plugin in Wordpress.
The plugin will then create the following database tables:
Create a new display [template] using the button.
The name of the display is used for identification. The display format and list sort is normally taken from the list the shortcode is made from, but can be overridden if need be.
The header is displayed before the list and the footer after the list. Between that the display format decides how to display each individual participant.
First create a display format that displays the participant something like the following:
#first_name#
Now create a display template. Set it to override the list's display format with the just created. In the header box type
and in the footer box type
Update the display and finally create a shortcode for the list. The list participants should now be displayed in an ordered list.
Displaying users as tables is also possible. Just as the OL example above a display format must be created first.
Create a new display, use the newly created display format and the following texts in the header and footer boxes:
and
In between those two boxes the participant should be displayed in two table columns.
For an extra bonus, use the included table sorting javascript to allow users to sort their tables. Add the following to the footer box (you'll have to fix the path yourself, though):
1.8.1.2