Description
The agenda keeps a list of talking points for the meeting. A functionary can edit agenda items and select the current agenda item for each agenda.
Shortcodes can be used to display agendas and agenda items to visitors.
Requirements
SD Meeting Tool
Installation
Enable the plugin in Wordpress.
The plugin will then create the following database tables:
- prefix_sd_mt_agendas stores complete agendas.
- prefix_sd_mt_agenda_items stores the items for each agenda.
CSS
Displaying of shortcodes can be controlled using the following CSS:
- [show_agenda]
ol.sd_mt_agenda li.current_item
{
background-color: #cceaf4;
}
- [current_agenda_item]
span.sd_mt_agenda_item
{
background-color: #cceaf4;
}
Usage
There can be several agendas per blog.
Each agenda has several items.
Each item consists of some text and, optionally, a link. The link can be anything: http, https, mailto, etc.
Doubleclicking an agenda item will mark it as "current". The current agenda item can then be displayed to the visitors using a shortcode. Doubleclicking a selected item will deselect it.
Items can be sorted by dragging them up and down in the item list.
Shortcodes
The following shortcodes are available:
- [show_agenda id="12" autorefresh="yes"]
- id The id of the agenda to display.
- autorefresh Use javascript to automatically refresh the agenda every 10 seconds.
- [current_agenda_item id="12" link="yes" number="no" text="yes"]
- autorefresh Use javascript to automatically refresh the agenda item every 10 seconds.
- id ID of the agenda we're looking at.
- link Enable displaying of the item text as a link.
- number Show the number of the agenda item in the agenda. Starts with 1.
- text Display the item text.
Specific combinations trigger special displays: link="yes" and text="no" displays the link.
link="no" and text" displays the item text.
link="no" and text="no" does ... nothing.
Todo
- Shortcodes Use forms to create flexible shortcodes instead of static buttons.
- Object Make the javascript use a separate object for each displayed agenda.
- Author
- Edward Plainview edwar.nosp@m.d.pl.nosp@m.ainvi.nosp@m.ew@s.nosp@m.verig.nosp@m.edem.nosp@m.okrat.nosp@m.erna.nosp@m..se