Use
Create
Develop
FAQ
Troubleshooting
History: Tracker_as_Calendar_10
View page
Show All Versions
Source of version: 8
«
»
Tracker data can also be displayed through a Calendar layout in Tiki. This profile is a showcase of that feature configuration, which requires "unified search" to be enabled for this feature to work. This page will be created: ((Profile_Tracker_as_Calendar_page_10)) {CODE(caption=>YAML,wrap=>0)} preferences: calendar_fullcalendar: y feature_trackers: y feature_user_watches: y feature_search: y feature_search_fulltext: n unified_incremental_update: y wikiplugin_split: y wikiplugin_tabs: y wikiplugin_trackerlist: y wikiplugin_trackerfilter: y wikiplugin_trackercalendar: y instructions: Profile_Tracker_as_Calendar_page_10 objects: - type: tracker ref: trac_as_cal data: name: Tracker to show items thorugh a calendar description: Tracker Events to be shown through a Tiki Calendar default_status: open show: [ status, creation_date, modification_date, list_modification_date ] allow: [ comments, attachments ] - type: tracker_field ref: trac_as_cal_summary data: name: Summary tracker: $trac_as_cal type: text_field flags: [ searchable, public, list, mandatory, link ] order: 10 - type: tracker_field ref: trac_as_cal_priority data: name: Priority tracker: $trac_as_cal type: dropdown options: 5 (high),4,3,2,1 (low) flags: [ searchable, public, list ] order: 20 - type: tracker_field ref: trac_as_cal_description data: name: Description tracker: $trac_as_cal type: text_area options: 1 flags: [ public, mandatory ] order: 30 - type: tracker_field ref: trac_as_cal_start_date data: name: Start date tracker: $trac_as_cal type: datetime options: dt,2012,2016 flags: [ searchable, public, list ] order: 40 - type: tracker_field ref: trac_as_cal_end_date data: name: End date tracker: $trac_as_cal type: datetime options: dt,2012,2016 flags: [ searchable, public, list ] order: 50 {CODE} ! Sample data {CODE(caption=>YAML,wrap=>1)} objects: - type: tracker_item ref: event_001 data: tracker: $Tracker_as_Calendar_10:trac_as_cal status: open values: - [ $Tracker_as_Calendar_10:trac_as_cal_summary, Sample upcoming event item ] - [ $Tracker_as_Calendar_10:trac_as_cal_start_date, 1453059200 ] - [ $Tracker_as_Calendar_10:trac_as_cal_end_date, 1453069200 ] - [ $Tracker_as_Calendar_10:trac_as_cal_priority, 3 ] - [ $Tracker_as_Calendar_10:trac_as_cal_description, "This item was created as part of the sample data for Tracker_as_Calendar." ] - type: tracker_item ref: event_002 data: tracker: $Tracker_as_Calendar_10:trac_as_cal status: pending values: - [ $Tracker_as_Calendar_10:trac_as_cal_summary, This is another interesting event ] - [ $Tracker_as_Calendar_10:trac_as_cal_start_date, 1343664000 ] - [ $Tracker_as_Calendar_10:trac_as_cal_end_date, 1343769200 ] - [ $Tracker_as_Calendar_10:trac_as_cal_priority, 2 ] - [ $Tracker_as_Calendar_10:trac_as_cal_description, "This will soon happen" ] - type: tracker_item ref: event_003 data: tracker: $Tracker_as_Calendar_10:trac_as_cal status: closed values: - [ $Tracker_as_Calendar_10:trac_as_cal_summary, A really awesome past event ] - [ $Tracker_as_Calendar_10:trac_as_cal_start_date, 1341244800 ] - [ $Tracker_as_Calendar_10:trac_as_cal_end_date, 1341246800 ] - [ $Tracker_as_Calendar_10:trac_as_cal_priority, 5 ] - [ $Tracker_as_Calendar_10:trac_as_cal_description, "This event already happened and that's why it's closed." ] {CODE} ! Modules {CODE(caption=>YAML)} objects: - type: module ref: module_last_modif_tracker_items data: name: last_modif_tracker_items groups: [ Anonymous, Registered ] position: right order: 5 params: trackerId: $Tracker_as_Calendar_10:trac_as_cal name: Summary - type: module ref: module_last_tracker_comments data: name: last_tracker_comments groups: [ Anonymous, Registered ] position: right order: 9 {CODE} !!Add a page to allow adding items and display them in a calendar view This will include: ((Profile_Tracker_as_Calendar_page_10)) {CODE(caption=>YAML)} instructions: Tracker_as_Calendar_10 preferences: enable: [ feature_wiki ] objects: - type: wiki_page ref: trac_as_cal_page data: name: Tracker_as_Calendar_10 description: Upcoming events based on a tracker lang: en content: wikicontent:Profile_Tracker_as_Calendar_page_10 {CODE} !!Plugin to embed events information (from tracker items) in pages {CODE(caption=>YAML,wrap=>1)} objects: - type: plugin_alias data: name: event implementation: trackerlist description: name: Event Embed description: Displays an event's information inside a wiki page prefs: [ feature_trackers ] params: id: name: ID description: Event ID matching the tracker item ID required: true filter: digits body: input: ignore params: trackerId: $trac_as_cal fields: $profileobject:trac_as_cal_summary$:$profileobject:trac_as_cal_description$:$profileobject:trac_as_cal_start_date$:$profileobject:trac_as_cal_priority$ showlinks: "y" showstatus: "y" status: opc max: 1 showlastmodif: "n" showfieldname: "n" itemId: pattern: %id% params: id: default: 0 {CODE}
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
Information
Version
Sat 23 of Nov, 2024 14:32 GMT-0000
rjsmelo
escape identificator
15
Actions
View
Source
Thu 27 of Mar, 2014 12:22 GMT-0000
Xavier de Pedro
typo
13 - 14
Actions
View
Source
Thu 27 of Mar, 2014 11:42 GMT-0000
Xavier de Pedro
added field location
12
Actions
View
Source
Tue 18 of Feb, 2014 11:40 GMT-0000
Xavier de Pedro
enabled feature_wiki_argvariable
11
Actions
View
Source
Fri 07 of Feb, 2014 09:11 GMT-0000
Xavier de Pedro
options for tracker jscalendar field fixed
9 - 10
Actions
View
Source
Fri 31 of Jan, 2014 16:43 GMT-0000
Xavi (as xavidp - admin)
updated years
8
Actions
View
Source
Thu 22 of Aug, 2013 16:26 GMT-0000
Xavier de Pedro
added two new prefs since they might be needed also in Tiki11 (thanks jonnyb)
6 - 7
Actions
View
Source
Thu 22 of Aug, 2013 14:52 GMT-0000
Xavier de Pedro
removing unified search as a dependency to test it in 11x
5
Actions
View
Source
Thu 22 of Aug, 2013 12:33 GMT-0000
Xavier de Pedro
added unified search as a requirement
4
Actions
View
Source
Fri 24 of Aug, 2012 14:10 GMT-0000
Xavier de Pedro
added fullcalendar settings as on
2 - 3
Actions
View
Source
Fri 24 of Aug, 2012 12:53 GMT-0000
Xavier de Pedro
first version, still work to do
1
Actions
View
Source
Select action to perform with checked...
Remove
OK
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Profiles Tester
Admin
of this site
Current Profiles
Tiki version
21.x
24.x
26.x
27.x
28.x
29.x
Deprecated
25.x
state
Not fully functional yet
alpha
beta
release
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_tracker_field_types_profile
Profiles_in_Wizard
Consensus Forums
test_profile_change
Consensus_Forums_Instructions
Timesheets
Easy_GeoBlog
test_new_personal_blog_social_include
test_new_personal_blog_aio
test_new_personal_blog_vlog_include
test_new_personal_blog_about_include
test_new_personal_blog
test_new_small_organization_web_presence
Company_Intranet_21
personal_blog_and_profile_post1_include
personal_blog_and_profile_vlog_include
test_new_personal_blog_instructions
test_new_small_organization_web_presence_instructions
test_new_small_organization_web_presence_homepage_include
test_new_small_organization_web_presence_mission_include
...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!