Displays participants in various ways. Displays formats are used internally and externally.
The display format works with the participant's various fields, as specified in the editor between hashes.
The display format is displayed directly and HTML can be used. Together with SD_Meeting_Tool_Displays and HTML, participants can be displayed in any way you wish.
Enable the plugin in Wordpress.
The plugin will then create the following database tables:
A display format is written as a normal text string. Special keywords in between hashes are automatically replaced at display time with the participant's field.
The keywords can be seen in the table underneath the editor. They can be inserted by writing them manually or double-clicking them in the table.
#first_name#, #last_name#, #region#
Displays the participant's first name, last name and region columns.
HTMl can be displayed internally (in the admin interface), but it is more common to be used externally.
<li>My name is #first_name#</li>
<div class="full_name">#full_name#<br /></div>
#full_name#, #barcode_with_stars#
Here the participant's full name is displayed and then the column with the asterisked barcode is displayed.
The asterisks are necessary for the barcode readers SD use to register the barcode.
1.8.1.2