Difference between revisions of "PT Calendar Version 2.0 Install"
Gcronkright (talk | contribs) (Created page with '== About the Calendar App == The Calendar application is built in the Application Development Framework (ADF). == Overview == The Calendar application... == Re…') |
Gcronkright (talk | contribs) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Back to [[PT_Calendar|PT Calendar]] | ||
+ | |||
== About the Calendar App == | == About the Calendar App == | ||
The Calendar application is built in the [[Overview|Application Development Framework (ADF)]]. | The Calendar application is built in the [[Overview|Application Development Framework (ADF)]]. | ||
== Overview == | == Overview == | ||
− | The Calendar application... | + | The Calendar application allows for robust handling and display of events. Calendars can be displayed by day, week and month in both list and grid formats. The events that show in the calendars can be determined by Organization, Category, Sponsor and many more parameters. This fine level of control makes it ideal for having internal and external facing calendars for your organization. |
== Requirements == | == Requirements == | ||
Line 21: | Line 23: | ||
* Custom Coding - various components and scripts. | * Custom Coding - various components and scripts. | ||
* CommonSpot Components: | * CommonSpot Components: | ||
− | ** | + | **[[Calendar2]] |
− | **Event Categories | + | **[[Event Categories]] |
− | **Event Organizations | + | **[[Event Organizations]] |
− | ** | + | **[[Calendar2 Page Map]] |
− | **ptCalendar2 Configuration | + | **[[ptCalendar2 Configuration]] |
Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates. | Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates. | ||
Line 37: | Line 39: | ||
Each of the following steps should be completed fully and in the order presented: | Each of the following steps should be completed fully and in the order presented: | ||
− | # [[PT | + | # [[PT Calendar2 Extract Application|Download/Extract PT Calendar2 Application]] |
− | # [[PT | + | # [[PT Calendar2 ADF Configuration|PT Calendar2 ADF Configuration]] |
− | # [[PT | + | # [[PT Calendar2 Styles|Styles]] |
− | # [[PT | + | # [[PT Calendar2 Import Custom Elements|Import Custom Elements]] |
− | # [[PT | + | # [[PT Calendar2 Site Configuration|Site Configuration]] |
− | # [[PT | + | # [[PT Calendar2 Build Subsites Templates and Pages|Build Subsites, Templates and Pages]] |
<!-- | <!-- | ||
Line 57: | Line 59: | ||
== Known Issues/Bugs == | == Known Issues/Bugs == | ||
− | Found a bug, view the [ | + | Found a bug, view the [http://community.paperthin.com/projects/pt_calendar2/issue/ PT Calendar2 Issues] page. Your issue not on the list? Then post it so the issue can be addressed. |
[[Category:Project]][[Category:Calendar]] | [[Category:Project]][[Category:Calendar]] |
Latest revision as of 16:30, 27 February 2013
Back to PT Calendar
Contents
About the Calendar App
The Calendar application is built in the Application Development Framework (ADF).
Overview
The Calendar application allows for robust handling and display of events. Calendars can be displayed by day, week and month in both list and grid formats. The events that show in the calendars can be determined by Organization, Category, Sponsor and many more parameters. This fine level of control makes it ideal for having internal and external facing calendars for your organization.
Requirements
ADF Library components that are required for the Calendar application:
- CEData_1_0
- CSData_1_0
- Data_1_0
- Date_1_0
- Forms_1_0
- Scripts_1_0
- CCAPI
The ADF must be configured correctly for your site. The Site Configuration (ADF.cfc) wiki page has instructions for configuration.
Contents
The Calendar application contains the following:
- Custom Coding - various components and scripts.
- CommonSpot Components:
Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.
Pre-installation Considerations
The ADF must be setup and configured on the server for the site that will be implementing the Profile application. For detailed instructions follow the ADF Overview wiki page for Site Configurations.
This installation guide assumes that you have no Custom Elements and/or Metadata Forms with the names above. Before the install, remove any Custom Elements/Metadata Forms with the names listed in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)
Installation/Setup
Each of the following steps should be completed fully and in the order presented:
- Download/Extract PT Calendar2 Application
- PT Calendar2 ADF Configuration
- Styles
- Import Custom Elements
- Site Configuration
- Build Subsites, Templates and Pages
Known Issues/Bugs
Found a bug, view the PT Calendar2 Issues page. Your issue not on the list? Then post it so the issue can be addressed.