This page in: English - Deutsch - Español - Français - Italiano - Lietuvių - Nederlands - Norsk - Polski - Русский - Svenska - Tiếng Việt - عربي - 日本語 简体中文
Seminar
What Does This Do?
The seminar module provides the methods to store a list of seminar details including, date start, date end, venue, seminar title, seminar description, when papers are due to be submitted and presenter and speaker details for some types of seminar. How Do I Use It
Fill in details in the admin menu under Content->Seminars
To get data out of the module use the following module calls {cms_module module='seminar'} various parameters are required to get useful output see parameters section below
Please note there are upto 4 groups of seminar that can be used, the purpose of this is if your organisation does their own seminars you can have your seminars as group 0, may be co-sponsered events as group 1 and other seminars as group 2. The 4 groups can be named in the preferences and are displayed on seperate tabs in the admin interface. If this is not required just use one group. If the group parameter is omitted it is assumed that you wish to use all groups Support Copyright and License
Copyright © 2007, Robin Cornelius <robin.cornelius@gmail.com>. All Rights Are Reserved.
This module has been released under the GNU Public License. You must agree to this license before using the module. Usage
The module has the folowing display modes
* Display next seminar {cms_module module='seminar' mode="nextseminar" groups="0"}
Shows the next seminar with some details, can be used with groups
* Display next events {cms_module module='seminar' mode="eventlist" length="5"}
Shows a short event summary list, can be used with groups also supports length to set how many events are generated
* Display seminars {cms_module module='seminar' mode="seminarlist" type="1" groups="0"}
Generates a full page list of seminars supports groups, type specifies past or future, type="1" is past , type="0" is future This page also generates a link to a PDF file of information for the seminar and supports an allowmember="1" option which if used generates an extra link to a page where you can see the full details of the seminar (see next module tag) if required you should also specify the page that will contain the "seminardetails" with the nextpage option eg nextpage="seminar-details"
* Display seminar details {cms_module module='seminar' mode="seminardetails"}
Use on the page that is linked to by the previous tag (seminarlist) this shows a full list of speakers and topics with possible links to download presentations and papers , no parameters are yet supported as eveything it needs is passed from previous tag
* Display a list of years avaiable with a link to next page to display full list for that year {cms_module module='seminar' mode="genyearlist" type="0" nextpage="calandar-of-events-2"}
Generates a series of links that show years so you can not display too many seminars at once, supports groups, type again selects past or future see above, nextpage specifies the Alias of the page that will be linked to by the year list the next page should use the next module tag
* Display a list of seminars by year as selected by previous module tag {cms_module module='seminar' mode="docalandar"} // use on page linked to by mode="genyearlist"}
This just generates a list of seminars with details but only shows one year, this page must be called from the link generated by the previous module tag. Does not support groups etc, TODO group should be passed from pervious tag, TODO highlighting by DIV and group needs implementing it is currently static
{cms_module module='seminar' mode="passedyear"} // use on page linked to by mode="genyearlist"}
Display year passd by link on genyearlist page, should be used on same page as previous module if you require a title eg 2007 Seminars. The year is passed with the link so needs to be obtained from the module so you can display the correct year
This page in:
English -
Deutsch -
Español -
Français -
Italiano -
Lietuvių -
Nederlands -
Norsk -
Polski -
Česky -
Русский -
Svenska -
Tiếng Việt -
عربي -
日本語
简体中文