Difference between revisions of "PT Calendar"
Gcronkright (talk | contribs) (→Overview) |
Gcronkright (talk | contribs) |
||
Line 23: | Line 23: | ||
* Utils_1_1 | * Utils_1_1 | ||
− | + | The ADF v1.5.x or higher must be configured correctly on your site for Calendar v2. | |
− | The ADF | + | The ADF v1.5.3 or higher must be configured correctly on your site for Calendar v3. The [[Site Configuration (ADF.cfc)]] wiki page has instructions for configuration. |
− | |||
− | |||
== Contents == | == Contents == | ||
The Calendar application contains the following: | The Calendar application contains the following: | ||
* Custom Coding - various components and scripts. | * Custom Coding - various components and scripts. | ||
+ | * '''Custom Elements:''' | ||
+ | |||
+ | * '''Custom Fields:''' | ||
+ | |||
+ | Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates. | ||
<!-- | <!-- | ||
− | |||
* '''Custom Elements:''' | * '''Custom Elements:''' | ||
**[[SocialMedia Selector]] - Custom Element | **[[SocialMedia Selector]] - Custom Element | ||
Line 41: | Line 43: | ||
**[[YouTube Channels]] - Custom Element | **[[YouTube Channels]] - Custom Element | ||
**[[ptSocialMedia Configuration]] - Custom Element | **[[ptSocialMedia Configuration]] - Custom Element | ||
− | |||
* '''Custom Fields:''' | * '''Custom Fields:''' | ||
** Video Size Calculator Field | ** Video Size Calculator Field | ||
− | |||
− | |||
− | |||
--> | --> | ||
Line 53: | Line 51: | ||
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.) | 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 Guides == | == Installation Guides == | ||
Line 84: | Line 61: | ||
** Install Guide | ** Install Guide | ||
<!-- ** [[PT_Calendar_Version_2.0_Install|Install Guide]] --> | <!-- ** [[PT_Calendar_Version_2.0_Install|Install Guide]] --> | ||
+ | |||
+ | |||
+ | == Getting Started Guide == | ||
+ | Getting Started | ||
+ | <!-- * [[PT_Calendar_Getting_Started|Getting Started]] --> | ||
+ | |||
+ | == Features == | ||
+ | The calendar application provides the following features: | ||
+ | <!-- | ||
+ | * [[PT_Calendar_Recurrence_Patterns|Facebook Pages Data Stream]] | ||
+ | --> | ||
+ | |||
+ | == Known Issues/Bugs == | ||
+ | Found a bug, view the [http://community.paperthin.com/projects/pt_calendar/issue/ PT Calendar Issues] page. Your issue not on the list? Then post it so the issue can be addressed. | ||
+ | |||
+ | [[Category:Project]][[Category:Calendar]] |
Revision as of 19:00, 15 October 2012
Contents
About the Calendar App
The Calendar application is built using the Application Development Framework (ADF).
IMPORTANT: ADF 1.5.3 or greater is REQUIRED for v3.0 of this application.
Overview
The Calendar application 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_1
- CSData_1_1
- Data_1_1
- Date_1_1
- Forms_1_1
- Scripts_1_1
- UI_1_0
- CCAPI
App v3.0 and higher also requires:
- CSContent_1_0
- Scheduler_1_0
- Utils_1_1
The ADF v1.5.x or higher must be configured correctly on your site for Calendar v2. The ADF v1.5.3 or higher must be configured correctly on your site for Calendar v3. The Site Configuration (ADF.cfc) wiki page has instructions for configuration.
Contents
The Calendar application contains the following:
- Custom Coding - various components and scripts.
- Custom Elements:
- Custom Fields:
Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.
Pre-installation Considerations
The Application Development Framework (ADF) must be setup and configured on the server for the site that will be implementing the Social Media 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 Guides
Current Release v3.0: (Soon to be released - TBD)
Previous Versions:
- v2.0
- Install Guide
Getting Started Guide
Getting Started
Features
The calendar application provides the following features:
Known Issues/Bugs
Found a bug, view the PT Calendar Issues page. Your issue not on the list? Then post it so the issue can be addressed.