Difference between revisions of "PT Page Rating Version 1.0 Install"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 +
== Steps ==
 +
# Download the PT Page Rating application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_page_rating/).
 +
# Extract the zip file and place the directory in the "/ADF/Apps/pt_page_rating/" directory.
 +
 
== Site Configuration ==
 
== Site Configuration ==
 
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].
 
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].

Revision as of 13:52, 13 September 2012

Steps

  1. Download the PT Page Rating application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_page_rating/).
  2. Extract the zip file and place the directory in the "/ADF/Apps/pt_page_rating/" directory.

Site Configuration

  • Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF Installation.
  • Open the sites 'ADF.cfc' ( See Site Configuration (ADF.cfc) for more info) file in a text editor. Locate the Load the ADF Application into application space comment in the file. Add the following command under the comment section:
loadApp("ptPageRating");

Element Import

  • Import the following elements from the /ADF/apps/pt_page_rating/exported-objects/ folder:
    • PT-Page-Rating-Custom-Element.zip

CCAPI Configuration

ccapi.cfm configuration

  1. Navigate to your ccapi.cfm page (or create one)
  2. Add the PT Page Rating Element to the page
  3. Click on the More under the PT Page Rating Element and select name
  4. enter the name: ptPageRating
  5. Submit the page

XML Configuration

  1. Open the _cs_apps/config/ccapi.xml (or cfm) document
  2. add the following:
<ptPageRating>
  <pageID>[ccapi.cfm page ID]</pageID>
  <subsiteID>[subsite ID ccapi.cfm lies in]</subsiteID>
  <elementType>custom</elementType>
  <controlName>ptPageRating</controlName>
</ptPageRating>

Adding rating to your page

  1. Navigate to your page
  2. Add a custom script to the page (under Miscellaneous)
  3. Specify the location of the custom script to be:
    • /ADF/apps/pt_page_rating/customcf/pageRating.cfm
  4. Submit the page. You now have the app installed and running.