This website would like to place cookies on your computer to improve the quality of your experience of the site. To find out more about the cookies, see our
privacy notice
.
I accept cookies from this site.
Loading...
Use
Create
Develop
FAQ
Troubleshooting
History: Americana_Event_Management_System
View page
Show All Versions
Source of version: 14
«
»
{maketoc} This is a fork of the ((Event_Management_System)) profile for use with americana.org ! Implementation {CODE(caption=>YAML,wrap=>0)} preferences: enable: [ feature_trackers, feature_wiki, wikiplugin_schedule, wikiplugin_speaker, wikiplugin_trackerlist ] {CODE} !! Event Themes {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker ref: theme data: name: Theme description: Themes running in parallel during the event. - type: tracker_field ref: theme_name data: name: Name tracker: $theme type: text_field flags: [ public, list, mandatory, link ] order: 10 {CODE} !! Speakers {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker ref: speaker data: name: Speakers description: Speakers presenting in the event. - type: tracker_field ref: speaker_name data: name: Name tracker: $speaker type: text_field flags: [ public, list, mandatory, link ] order: 10 - type: tracker_field ref: speaker_title data: name: Title tracker: $speaker type: text_field flags: [ public, list ] order: 20 - type: tracker_field ref: speaker_org data: name: Organization tracker: $speaker type: text_field flags: [ public, list ] order: 30 - type: tracker_field ref: speaker_bio data: name: Bio tracker: $speaker type: text_area flags: [ public ] order: 40 - type: tracker_field ref: speaker_photo data: name: Photo tracker: $speaker options: 120,120,120,120,120 type: image flags: [ public ] order: 50 {CODE} !! Sessions {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker ref: session data: name: Sessions description: Sessions on the schedule default_status: open - type: tracker_field ref: session_title data: name: Title tracker: $session type: text_field flags: [ public, list, mandatory, link ] order: 10 - type: tracker_field ref: session_theme data: name: Theme tracker: $session type: item_link options: $profileobject:theme$,$profileobject:theme_name$ flags: [ public, list, mandatory ] order: 20 - type: tracker_field ref: session_start data: name: Start Time tracker: $session type: calendar options: dt flags: [ public, list ] order: 40 - type: tracker_field ref: session_end data: name: End Time tracker: $session type: calendar options: dt flags: [ public, list ] order: 50 {CODE} !! SCHEDULE Plugin {CODE(caption=>YAML)} objects: - type: plugin_alias data: name: schedule implementation: trackertimeline description: name: Event Schedule description: Displays the events as a schedule with tracks in the horizontal axis and time in the vertical axis. prefs: [ wikiplugin_schedule ] params: lower: required: true name: From Date description: "Lower bound date/time of the schedule (ex: 2008-08-22 08:00:00)" upper: required: true name: To Date description: "Upper bound date/time of the schedule (ex: 2008-08-22 17:00:00)" body: input: ignore default: "" params: lower: "" upper: "" tracker: $session title: $session_title group: $session_theme start: $session_start end: $session_end {CODE} !! SPEAKER Plugin {CODE(caption=>YAML)} objects: - type: plugin_alias data: name: speaker implementation: mouseover description: name: Speaker Link description: Displays a link pointing to the speaker page and displaying the speaker information on mouse over. prefs: [ wikiplugin_speaker ] params: text: required: true name: Text description: "Text on the link, generally the speaker's name" filter: striptags itemId: required: true name: Tracker Item description: "ID if the tracker item for the speaker" filter: digits body: input: ignore default: | {DIV(width=120 float=right)}{trackeritemfield trackerId=$profileobject:speaker$ itemId=%itemId% fieldId=$profileobject:speaker_photo$}{DIV} ! {trackeritemfield trackerId=$profileobject:speaker$ itemId=%itemId% fieldId=$profileobject:speaker_name$} ''{trackeritemfield trackerId=$profileobject:speaker$ itemId=%itemId% fieldId=$profileobject:speaker_title$}, {trackeritemfield trackerId=$profileobject:speaker$ itemId=%itemId% fieldId=$profileobject:speaker_org$}'' {trackeritemfield trackerId=$profileobject:speaker$ itemId=%itemId% fieldId=$profileobject:speaker_bio$} params: itemId: 0 params: text: No text specified width: 300 height: 300 {CODE} !Sample Data !!Theme {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker_item ref: theme_001 data: tracker: $theme status: open values: - [ $theme_name, Air and climate change ] - type: tracker_item ref: theme_002 data: tracker: $theme status: open values: - [ $theme_name, Biofuels and bioproducts ] - type: tracker_item ref: theme_003 data: tracker: $theme status: open values: - [ $theme_name, Drinking water ] {CODE} !!Speakers {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker_item ref: speaker_001 data: tracker: $speaker status: open values: - [ $speaker_name, John Smith ] - [ $speaker_title, Lead Developer ] - [ $speaker_org, ABC Systems ] - [ $speaker_bio, Started on a Commodore 64... ] - type: tracker_item ref: speaker_002 data: tracker: $speaker status: open values: - [ $speaker_name, Jane Doe ] - [ $speaker_title, Lead Evangelist ] - [ $speaker_org, ACME Systems ] - [ $speaker_bio, Mother of 2... ] {CODE} !!Sessions {CODE(caption=>YAML,wrap=>0)} objects: - type: tracker_item ref: session_001 data: tracker: $session status: open values: - [ $session_title, Regulatory update ] - [ $session_theme, Air and Climate change ] - [ $session_start, D(2009-03-17 10:30:00) ] - [ $session_end, D(2009-03-17 17:00:00) ] - type: tracker_item ref: session_002 data: tracker: $session status: open values: - [ $session_title, Biomaterials and biocomposites ] - [ $session_theme, Biofuels and bioproducts ] - [ $session_start, D(2009-03-17 10:30:00) ] - [ $session_end, D(2009-03-17 13:30:00) ] - type: tracker_item ref: session_003 data: tracker: $session status: open values: - [ $session_title, Biofuels ] - [ $session_theme, Biofuels and bioproducts ] - [ $session_start, D(2009-03-17 13:30:00) ] - [ $session_end, D(2009-03-17 17:00:00) ] {CODE} !!Add wiki pages with the schedule & trackerlist plugins This will use ((Americana_event_management_system_schedule_wiki_include)) and ((Americana_Event_Management_System_List_of_Speakers_wiki_include)) {CODE(caption=>YAML)} preferences: enable: [ feature_wiki ] objects: - type: wiki_page ref: Americana_event_management_system_schedule_wiki_page data: name: Schedule description: Schedule lang: en content: wikicontent:Americana_event_management_system_schedule_wiki_include - type: wiki_page ref: Americana_Event_Management_System_List_of_Speakers_wiki_include data: name: List_of_Speakers description: List of speakers lang: en content: wikicontent:Americana_Event_Management_System_List_of_Speakers_wiki_include{CODE} !Permissions {CODE(caption=>YAML,wrap=>0)} permissions: Admins: allow: [ admin_trackers ] Anonymous: allow: [ view, wiki_view_history ] objects: - type: tracker id: $theme allow: [ view_trackers ] - type: tracker id: $speaker allow: [ view_trackers ] - type: tracker id: $session allow: [ view_trackers ] {CODE} !!Todo *Pretty tracker on list of speakers *schedule plugin: try 7 to 18h *Multilingual handling *plugin schedule with link top wiki page *wiki pages with details of what is happening
History
Enable pagination
rows per page
HTML diff
Side-by-side diff
Side-by-side diff by characters
Inline diff
Inline diff by characters
Full side-by-side diff
Full side-by-side diff by characters
Full inline diff
Full inline diff by characters
Unified diff
Side-by-side view
HTML diff
Side-by-side diff
Advanced
Information
Version
Tue 14 of Apr, 2009 16:18 GMT-0000
Marc Laporte
43 - 44
Thu 22 of Jan, 2009 18:59 GMT-0000
Marc Laporte
42
Wed 21 of Jan, 2009 14:57 GMT-0000
Marc Laporte
39 - 41
Wed 21 of Jan, 2009 13:48 GMT-0000
Marc Laporte
38
Thu 15 of Jan, 2009 19:37 GMT-0000
Marc Laporte
31 - 37
Thu 15 of Jan, 2009 16:37 GMT-0000
Marc Laporte
20 - 30
Select action to perform with checked...
Remove
OK
«
1
(current)
2
»
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Profiles Tester
Admin
of this site
Current Profiles
state
alpha
beta
Not fully functional yet
release
Tiki version
24.x
27.x
28.x
29.x
Deprecated
type
Available in the Profiles Wizard (12+)
Featured profiles
Full profile (out of the box & ready to go)
Learning profile (to show off feature)
Long tail
Mini-profile (can be included in other)
Profile-snippet (optional but needs another "parent" profile)
Security
Tests
Latest Changes
Test_All_Modules_Q_to_Z
Test_All_Modules_G_to_P
Test_All_Modules_A_to_F
Shared_t_o_footer
ListWikiExternal
Test_all_tracker_field_types_profile
Profile Developer Documentation
Run Profiles From Plugin List Execute
JonnyBs_Luxury_Tiki_Setup
CartoGraf_Map
CartoGraf
CartoGraf_FR_Map
CartoGraf_MapCanvasEmpty
CartoGraf_MapCanvasShare
Cartograf_MapCanvasSolo
CartoGraf_Setup
CartoGraf_HomePage
CartoGraf_FR
CartoGraf
CartoGraf_15
...more
Like almost all *.tiki.org sites, you can log in with your login from
https://tiki.org
(register over there)
Search
Find
Most Popular Tags
admin
agenda
alias
antibot
antibot captcha
app
archive
articles
banning
batch
blogs
calculations
calendars
cart
categories
cluster
codemirror
comments
computation
contact us
datachannel
debug
debug console
dropdown with other
error messages
features
file galleries
forums
geo
geocms
geolocation
group homepages
group watches
header
i18n
images
item link
items list
jquery
languages
location
map
maps
maths
menu
menupage
multilingual
ol3
ol5
openlayers
paypal
plugin
plugin alias
plugin datachannel
plugin fade
plugin tabs
plugin trackerlist
pretty trackers
print
project management
r
r project
realnames
rss
static
static text
statistics
stats
structures
syntax highlighter
tablesorter
template
trackers
user watches
visualization
watches
webservice
wiki
wiki argument variables
wiki structures
Tiki Newsletter
Subscribe to the Tiki newsletter.
Don't miss major announcements and other news!