Difference between revisions of "PT Page Rating Version 1.0 Install"
From ADF Docs
(→CCAPI Configuration) |
|||
Line 30: | Line 30: | ||
</ptPageRating> | </ptPageRating> | ||
</pre> | </pre> | ||
+ | |||
+ | == Subsites == | ||
+ | It is '''highly recommended''' to create a Page Rating subsite for administrators. This allows security to be setup for the subsite to allow only administrators access for the webadmin. | ||
+ | |||
+ | Your site may already have a ''webadmin'' subsite. The steps below will add a ''pagerating'' subsite into the ''webadmin'' subsite. | ||
+ | |||
+ | === Web Admin === | ||
+ | # Create a new subsite under the site root called ''webadmin''. | ||
+ | # Create a new subsite under ''webadmin'' called ''pagerating''. | ||
+ | # Configure the ''/webadmin/pagerating/'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'. | ||
+ | # Configure the ''/webadmin/pagerating/'' subsite Content Security to give permissions to the group of administrators who will manage the Comments. | ||
== Adding rating to your page == | == Adding rating to your page == |
Revision as of 12:41, 13 September 2012
Contents
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");
- Reset the ADF for the server and site.
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
- Navigate to your ccapi.cfm page (or create one)
- Add the PT Page Rating Element to the page
- Click on the More under the PT Page Rating Element and select name
- enter the name: ptPageRating
- Submit the page
XML Configuration
- Open the _cs_apps/config/ccapi.xml (or cfm) document
- 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>
Subsites
It is highly recommended to create a Page Rating subsite for administrators. This allows security to be setup for the subsite to allow only administrators access for the webadmin.
Your site may already have a webadmin subsite. The steps below will add a pagerating subsite into the webadmin subsite.
Web Admin
- Create a new subsite under the site root called webadmin.
- Create a new subsite under webadmin called pagerating.
- Configure the /webadmin/pagerating/ subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.
- Configure the /webadmin/pagerating/ subsite Content Security to give permissions to the group of administrators who will manage the Comments.
Adding rating to your page
- Navigate to your page
- Add a custom script to the page (under Miscellaneous)
- Specify the location of the custom script to be:
- /ADF/apps/pt_page_rating/customcf/pageRating.cfm
- Submit the page. You now have the app installed and running.