<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=PT_Poll_1.0_Install</id>
		<title>PT Poll 1.0 Install - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=PT_Poll_1.0_Install"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Poll_1.0_Install&amp;action=history"/>
		<updated>2026-04-08T09:34:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Poll_1.0_Install&amp;diff=5837&amp;oldid=prev</id>
		<title>Mcarroll: Created page with '== Download == # Download the PT Poll application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_poll/tags/1.0/). # Extract the zip file and place the d…'</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Poll_1.0_Install&amp;diff=5837&amp;oldid=prev"/>
				<updated>2012-09-12T15:49:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;== Download == # Download the PT Poll application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_poll/tags/1.0/). # Extract the zip file and place the d…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Download ==&lt;br /&gt;
# Download the PT Poll application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_poll/tags/1.0/).&lt;br /&gt;
# Extract the zip file and place the directory in the &amp;quot;/ADF/Apps/pt_poll/&amp;quot; directory.&lt;br /&gt;
&lt;br /&gt;
== Site Configuration ==&lt;br /&gt;
* Make sure the ADF is setup and running on the site. If the ADF is not setup, then follow the instructions for ADF [[Installation]].&lt;br /&gt;
* Open the sites 'ADF.cfc' ([[Site Configuration (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:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
loadApp(&amp;quot;ptPoll&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* [[Reset ADF|Reset the ADF]] for the server and site.&lt;br /&gt;
&lt;br /&gt;
== Element Import ==&lt;br /&gt;
* Import the following elements:&lt;br /&gt;
** Poll-Question-Custom-Element.zip&lt;br /&gt;
** Poll-Question-Gallery-Custom-Element.zip&lt;br /&gt;
** Poll-Vote-Custom-Element.zip&lt;br /&gt;
&lt;br /&gt;
== Subsite Creation ==&lt;br /&gt;
* Create a new subsite called polls under the webadmin subsite&lt;br /&gt;
&lt;br /&gt;
== Page Creation ==&lt;br /&gt;
# Create a new page:&lt;br /&gt;
## Name: index&lt;br /&gt;
## Title: Poll Administration &lt;br /&gt;
# Insert a Custom Script module onto the page. &lt;br /&gt;
# Edit the Custom Script module and enter the explicit path: &lt;br /&gt;
## /apps/pt_poll/customcf/poll_dashboard.cfm&lt;br /&gt;
# There will be a datasheet on the page click to define the datasheet&lt;br /&gt;
## Select the Polls element&lt;br /&gt;
## Add the ID,Title,Question and Active flags&lt;br /&gt;
# Click on &amp;quot;Edit Columns&amp;quot;&lt;br /&gt;
## Edit the ID column&lt;br /&gt;
### Change its name to: &amp;quot;Edit/Delete&amp;quot;&lt;br /&gt;
### Change its renderhandler to: /ADF/extensions/datasheet-modules/datasheet-action-edit-delete.cfm&lt;br /&gt;
# Click to edit Layout&lt;br /&gt;
## Allow JavaScript data sorting: Unchecked&lt;br /&gt;
&lt;br /&gt;
== CCAPI Configuration ==&lt;br /&gt;
ccapi.cfm configuration&lt;br /&gt;
# Navigate to your ccapi.cfm page (or create one)&lt;br /&gt;
# Add the Poll Vote Element to the page&lt;br /&gt;
# Click on the More under the Poll Vote Element and select name&lt;br /&gt;
# enter the name: pollVote&lt;br /&gt;
# Submit the page&lt;br /&gt;
&lt;br /&gt;
XML Configuration&lt;br /&gt;
# Open the _cs_apps/config/ccapi.xml (or cfm) document&lt;br /&gt;
# add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;pollVote&amp;gt;&lt;br /&gt;
  &amp;lt;pageID&amp;gt;[ccapi.cfm page ID]&amp;lt;/pageID&amp;gt;&lt;br /&gt;
  &amp;lt;subsiteID&amp;gt;[subsite ID ccapi.cfm lies in]&amp;lt;/subsiteID&amp;gt;&lt;br /&gt;
  &amp;lt;elementType&amp;gt;custom&amp;lt;/elementType&amp;gt;&lt;br /&gt;
  &amp;lt;controlName&amp;gt;pollVote&amp;lt;/controlName&amp;gt;&lt;br /&gt;
&amp;lt;/pollVote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing the Left Pane ==&lt;br /&gt;
The left pane allows you to see a quick breakdown of all the polls you have created. Also gives you a quick link to export the data.&lt;br /&gt;
# Navigate to site administration&lt;br /&gt;
# Click on Left Pane Settings&lt;br /&gt;
# Click Add Panel&lt;br /&gt;
## Name: Polls&lt;br /&gt;
## Description: Polls LView&lt;br /&gt;
## Panel URL: http://[insert your site url here]/ADF/apps/pt_poll/customcf/lview.cfm?subsiteURL=[insert your root subsite here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Poll]]&lt;/div&gt;</summary>
		<author><name>Mcarroll</name></author>	</entry>

	</feed>