Difference between revisions of "PT Comments"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
== About Comments App ==
 
The Comments application is built in the [[Overview|Application Development Framework (ADF)]].
 
 
 
== Overview ==
 
== Overview ==
 
The Comments application provides the flexibility to add comments to any custom element within the CommonSpot site.  Functionality to dynamically add a comments block to news articles, publications, etc.   
 
The Comments application provides the flexibility to add comments to any custom element within the CommonSpot site.  Functionality to dynamically add a comments block to news articles, publications, etc.   
  
== Requirements ==
+
The Comments application is built in the [[Overview|Application Development Framework (ADF)]].
ADF Library components that are required for the Photo Gallery:
 
* CCAPI
 
* ceData_1_0
 
* scripts_1_0
 
 
 
ADF must be configured correctly for your site.  [[Site Configuration (ADF.cfc)]] has instructions for configuration.
 
 
 
== Contents ==
 
The Comments Application contains the following:
 
* '''Custom Elements:'''
 
** [[PT_Comments_Custom_Element|Comment]] - Custom Element
 
 
 
Note: Elements may contain one or more: Render Handlers, Display Templates, or Custom Field Types
 
  
 
== Pre-installation Considerations ==
 
== Pre-installation Considerations ==
Line 34: Line 18:
 
# [[PT_Comments_Import|Import Element]]
 
# [[PT_Comments_Import|Import Element]]
 
# [[PT_Comments_Site_Configuration|Site Configuration]]
 
# [[PT_Comments_Site_Configuration|Site Configuration]]
 +
 +
== Contents ==
 +
The Comments Application contains the following:
 +
* '''Custom Elements:'''
 +
** [[PT_Comments_Custom_Element|Comment]] - Custom Element
 +
 +
Note: Elements may contain one or more: Render Handlers, Display Templates, or Custom Field Types
  
 
== Going Further ==
 
== Going Further ==

Revision as of 19:25, 12 September 2012

Overview

The Comments application provides the flexibility to add comments to any custom element within the CommonSpot site. Functionality to dynamically add a comments block to news articles, publications, etc.

The Comments application is built in the Application Development Framework (ADF).

Pre-installation Considerations

Application Development Framework (ADF) must be setup and configured on the server for the site. For detailed instructions, see the Application Development Framework (ADF) wiki page for Site Configurations.

This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above. Before the installation of CS Photo Gallery, remove any Custom Elements/Metadata Forms with the names contained in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)

The CCAPI must be configured for the site. Follow the steps to set up the CCAPI Config file for the site.

Installation/Setup

Each of the following steps should be completed fully and in the order presented:

  1. Extract Comments Application
  2. ADF Configuration
  3. Import Element
  4. Site Configuration

Contents

The Comments Application contains the following:

  • Custom Elements:

Note: Elements may contain one or more: Render Handlers, Display Templates, or Custom Field Types

Going Further

  • Going Further - Guide to using comments for more than just a page.