Difference between revisions of "PT Calendar"

From ADF Docs
Jump to: navigation, search
(Installation Guides)
(About the Calendar App)
Line 3: Line 3:
  
 
  IMPORTANT: '''ADF 1.5.3''' or greater is '''REQUIRED''' for v3.0 of this application.
 
  IMPORTANT: '''ADF 1.5.3''' or greater is '''REQUIRED''' for v3.0 of this application.
 +
 +
== Overview ==
 +
The Calendar application provides...
 +
 +
== 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 1.5.3 or higher 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.
 +
 +
<!--
 +
 +
* '''Custom Elements:'''
 +
**[[SocialMedia Selector]] - Custom Element
 +
**[[Facebook Pages]] - Custom Element
 +
**[[Twitter Accounts Keywords]] - Custom Element
 +
**[[WordPress Blogs]] - Custom Element
 +
**[[YouTube Channels]] - Custom Element
 +
**[[ptSocialMedia Configuration]] - Custom Element
 +
 +
* '''Custom Fields:'''
 +
** Video Size Calculator Field
 +
 +
Note: Elements may contain one or more: Render Handlers or Custom Field Types. They do NOT use Display Templates.
 +
 +
-->
 +
 +
== Pre-installation Considerations ==
 +
The [[Overview|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 [[Overview|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:
 +
# [[PT Social Media Extract Application|Download/Extract PT Social Media Application]]
 +
# [[PT Social Media ADF Configuration|PT Social Media ADF Configuration]]
 +
# [[PT Social Media Styles|Styles]]
 +
# [[PT Social Media Import Custom Elements|Import Custom Elements]]
 +
# [[PT Social Media Site Configuration|Site Configuration]]
 +
# [[PT Social Media Build Subsites Templates and Pages|Build Subsites, Templates and Pages]]
 +
 +
-->
 +
 +
<!--
 +
== Features ==
 +
The Social Media application provides the following features:
 +
* [[PT_Social_Media_Facebook_Like|Facebook Like]]
 +
* [[PT_Social_Media_Twitter_Tweet|Twitter Tweet]]
 +
-->
  
 
== Installation Guides ==
 
== Installation Guides ==

Revision as of 18:53, 15 October 2012

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 provides...

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 1.5.3 or higher must be configured correctly for your site. The Site Configuration (ADF.cfc) wiki page has instructions for configuration.


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