<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DAP Documentation &#187; Uncategorized</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:08:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use Aweber Webform to Sign-up Users</title>
		<link>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/</link>
		<comments>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:58:11 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[Activation]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=496</guid>
		<description><![CDATA[Subscriber Flow The flow of subscriber in this model, is &#8220;FROM Aweber TO DAP&#8220;. User gets added to Aweber first, then arrives at DAP via Aweber &#8220;thank you page&#8221;, at which point she gets added to DAP. Now, if the flow is from DAP-to-Aweber, and are using email parsing to integrate DAP and Aweber, then [...]]]></description>
			<content:encoded><![CDATA[<h3>Subscriber Flow</h3>
<p>The flow of subscriber in this model, is &#8220;<strong>FROM Aweber TO DAP</strong>&#8220;. User gets added to Aweber first, then arrives at DAP via Aweber &#8220;thank you page&#8221;, at which point she gets added to DAP.</p>
<p>Now, if the flow is from DAP-to-Aweber, and are using email parsing to integrate DAP and Aweber, then your Aweber list will always be double-opt-in (as per Aweber policy, nothing to do with DAP).</p>
<p>But if you want your Aweber list to be single-opt-in, then you can use an Aweber signup form on your squeeze page (instead of the DAP sign-up form) and then have Aweber add users to DAP.</p>
<p>Please note that you cannot use this flow for Paid members &#8211; because paid members will need to have paid first, which means DAP needs to process their payment first, and if successful, it can add them to Aweber. So for paid members and paid content, always use the other <a href="../aweber-integration/"><strong>DAP-to-Aweber</strong> flow</a>.</p>
<p>But for free signups (say, like when you&#8217;re trying to build a list), you can add them to Aweber first using the flow explained below, just so you can take advantage of making your Aweber list <strong>single-optin</strong>, and then have Aweber add the subscriber to DAP on the other end. So this way, DAP can then create a free account for them, email them their login/password, and give them access to the &#8220;Free&#8221; content (that is, content available only to &#8220;Registered&#8221; users, so to speak), etc.</p>
<p>So here are the steps&#8230;</p>
<h3>Aweber To DAP Integration</h3>
<p>1. Go to DAP Dashboard &gt; Products &gt; Manage page.</p>
<p>2. Note down the <strong>Product Id</strong> of the product to which you want to sign-up the users (after adding them Aweber first, of course)</p>
<p><img class="alignnone size-full wp-image-1200" style="border: 1px solid black;" title="dap_product_id" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap_product_id1.png" alt="" width="574" height="357" /></p>
<p>3. There is a file called <strong>dap-aweber.php</strong> in the <strong>dap</strong> folder. Make a  copy of that file and call it dap-aweber-PRODUCTID.php.</p>
<p>Replace  with the text PRODUCTID with the actual Product Id you noted in the previous step.</p>
<p>So in the example above, Product Id is 2. So the name of the file copy should be <strong>dap-aweber-2.php</strong>.</p>
<p>4. Open this file (<strong>dap-aweber-2.php</strong>).</p>
<p>The first line of code in this file looks like this:</p>
<blockquote><p>$default_product_id = 1; //Change this to any product id from DAP</p></blockquote>
<p>Change the part shown in bold below:</p>
<blockquote><p><strong>$default_product_id = 2;</strong> //Change this to any product id from DAP</p></blockquote>
<p>Upload this file back to <strong>/dap</strong> folder on your site.</p>
<p>5. Now login to your <a href="http://www.aweber.com/?224146" target="_blank">AWeber</a> account.</p>
<p>5A) Select the list that you wish to sign up users to.<br />
5B) Click on Webforms.<br />
5C) Edit existing form by clicking on the name of the list.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-aweber-webforms.png" target="_blank" rel="lightbox[496]" title="dap-aweber-webforms"><img class="alignnone size-full wp-image-1201" style="border: 1px solid black;" title="dap-aweber-webforms" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-aweber-webforms.png" alt="" width="629" height="296" /></a></p>
<p>6. On the next page &#8211; the list form generator page &#8211; click on &#8216;Go to Step 2&#8242; towards the bottom of the  page.</p>
<p><img class="alignnone size-full wp-image-1205" style="border: 1px solid black;" title="dap-aweber-webforms-gotostep2" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-aweber-webforms-gotostep2.png" alt="" width="640" height="642" /></p>
<p>7. On the next, page&#8230;.</p>
<p>7A) Click on the thankyou page dropdown and select &#8216;Custom&#8217;.</p>
<p>7B) Set the thank you Page URL to <strong>http://YourSite.com/dap/dap-aweber-<span style="color: #ff0000;">PRODUCTID</span>.php</strong><br />
Replace YourSite.com  with the name of your site.<br />
Replace <span style="color: #ff0000;"><strong>PRODUCTID</strong></span> with the ProductId of the product   you noted in step 2.<br />
So, if the productId of the product in DAP is 2, then the thankyou page URL will be &#8211;  http://yoursite.com/dap/dap-aweber-2.php</p>
<p>7C) Where it says &#8220;Pass Form Data&#8221;, check the check box so that Aweber can &#8220;Forward subscriber information to your thank you page&#8221; &#8211; which essentially is DAP, so that DAP can add the subscriber to your membership site.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-aweber-webforms-custom.png" rel="lightbox[496]" title="dap-aweber-webforms-custom"><img class="alignnone size-full wp-image-1207" title="dap-aweber-webforms-custom" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-aweber-webforms-custom.png" alt="" width="485" height="622" /></a></p>
<p>That&#8217;s it!</p>
<p>Now you may use the Aweber web form directly on your squeeze page for signing up subscribers (instead of DAP&#8217;s &#8220;Direct Signup Form&#8221;).</p>
<p>Then, every time a subscriber signs up via the Aweber form, they will automatically be added to DAP.</p>
<p>NOTE:</p>
<p>You may configure the <strong>Thank-You</strong> message in DAP to send out the dap login id and password via DAP.</p>
<p>-OR-</p>
<p>You can leave the Thank-you message in DAP Product page empty. Then configure DAP to generate a default password (DAP Admin -&gt;  Setup -&gt; Config -&gt; Advanced) as shown below, and then enter that same pre-chosen password in to your very first Aweber follow up email that goes out to your subscribers, so that they can receive their dap id/password details directly from your Aweber list.</p>
<p><img class="alignnone size-full wp-image-1208" style="border: 1px solid black;" title="dap-config-default-password" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/07/dap-config-default-password.png" alt="" width="627" height="58" /></p>
<p>For more details about this <a href="http://www.digitalaccesspass.com/doc/how-to-use-daps-default-password/">default password, please see this post</a>.</p>
<p><strong>NOTE: If you want to send users upon signup to a different page instead of the login page, then do this:</strong></p>
<p>Open dap-aweber-5.php<br />
Look for this line :<br />
$redirect = Dap_Config::get(&#8220;LOGIN_URL&#8221;);</p>
<p>Update it to point to any URL of your choice.<br />
For ex -<br />
$redirect = &#8220;http://yoursite.com/thankyou&#8221;;</p>
<p>This way you can redirect users after they signup (in aweber / dap) to the welcome /thankyou page or any page of your choice.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">PRODUCTID</div>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/use-aweber-webform-to-signup/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Modifying Templates</title>
		<link>http://www.digitalaccesspass.com/doc/modifying-templates/</link>
		<comments>http://www.digitalaccesspass.com/doc/modifying-templates/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 00:41:52 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=35</guid>
		<description><![CDATA[Go to &#8220;DAP Admin &#62; Templates&#8221;. The header/footer (for the member&#8217;s home page), and almost all the emails that are sent to the user, are customizable using this screen. Just select the template you wish to modify from the menu on the left, make the changes, and save it. That&#8217;s it!]]></description>
			<content:encoded><![CDATA[<p>Go to &#8220;DAP Admin &gt; Templates&#8221;.</p>
<p>The header/footer (for the member&#8217;s home page), and almost all the emails that are sent to the user, are customizable using this screen.</p>
<p>Just select the template you wish to modify from the menu on the left, make the changes, and save it.</p>
<p>That&#8217;s it!</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/modifying-templates/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

