<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What&#8217;s Coming in DAP v3.7 &amp; LL v1.2</title>
	<atom:link href="http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/</link>
	<description>Membership Script For WordPress</description>
	<lastBuildDate>Sat, 31 Jul 2010 15:45:50 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-393</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-393</guid>
		<description>Frank,

Great idea about the posting to/from 3rd party scripts.

We have had on our list for a while now, a REST / Query String based framework for DAP.

So hopefully we can get to it sooner than later.

Thanks for the incredible feedback!

- Ravi Jayagopal</description>
		<content:encoded><![CDATA[<p>Frank,</p>
<p>Great idea about the posting to/from 3rd party scripts.</p>
<p>We have had on our list for a while now, a REST / Query String based framework for DAP.</p>
<p>So hopefully we can get to it sooner than later.</p>
<p>Thanks for the incredible feedback!</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-392</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-392</guid>
		<description>Ravi,
Was going through the documentation and ran across this. Exactly what I was looking for! The previous flow of not logged in customers trying to access paid content looked like it could be a little confusing. 

I made a couple adjustments in the source to make it clearer for the customer, but I hate to modify the source because of the extra maintenance during upgrades. Plus it was still two clicks to the login page. 

Your solution of putting it all on one page is the perfect solution I was looking for.

I&#039;d be glad to be a beta tester as my site isn&#039;t quite live. But having worked on it for only 5-6 hours the back end (thanks to DAP) is 99% there. Just need to get some content on the front side, clean up a couple little things and I&#039;ll go live. 

Get the code to me and I&#039;ll let you know how it goes. Thanks for the opportunity.

Kind Regards,
Ken</description>
		<content:encoded><![CDATA[<p>Ravi,<br />
Was going through the documentation and ran across this. Exactly what I was looking for! The previous flow of not logged in customers trying to access paid content looked like it could be a little confusing. </p>
<p>I made a couple adjustments in the source to make it clearer for the customer, but I hate to modify the source because of the extra maintenance during upgrades. Plus it was still two clicks to the login page. </p>
<p>Your solution of putting it all on one page is the perfect solution I was looking for.</p>
<p>I&#8217;d be glad to be a beta tester as my site isn&#8217;t quite live. But having worked on it for only 5-6 hours the back end (thanks to DAP) is 99% there. Just need to get some content on the front side, clean up a couple little things and I&#8217;ll go live. </p>
<p>Get the code to me and I&#8217;ll let you know how it goes. Thanks for the opportunity.</p>
<p>Kind Regards,<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Haywood</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-391</link>
		<dc:creator>Frank Haywood</dc:creator>
		<pubDate>Sat, 27 Feb 2010 09:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-391</guid>
		<description>I tell you what would be VERY useful and would be a killer feature to add to DAP.  Maybe you&#039;ve been considering this already when looking at Product Chaining.

A simple method of communicating with other sites and scripts using a POST (maybe from within the cron too).

I&#039;m shortly opening a site with a custom method of adding members to it.  The software has been written and is white labelled for me and I intend to both sell access via the built in membership scipt and also offer access remotely using DAP.

The POST to add a new user looks like this:-

URL/queries?cmd=adduser&amp;secret=&amp;name=name &amp;username=username&amp;password=password&amp;expire=1&amp;duration=month

and to delete a user like this:-

URL/queries?cmd=deluser&amp;secret=&amp;username=username

You can see it passes the membership details within the POST and also has a secret key to prevent abuse.

So what I was thinking would be useful was if you included the ability to build custom URLs like the above and send that data off to somewhere else either immediately or via the cron.

If you ignore the fact that I have a personal requirement for this, it would greatly improve DAP as site admins could construct URLs that allowed them to add and remove (or suspend) members from other DAP sites.

The idea behind this is, it could be used to create bonuses such as &quot;Join membership abc and get free access to membership def and ghi.&quot;

Powerful stuff and as far as I&#039;m aware, no other membership script can do this, they&#039;re all standalone...

-Frank Haywood</description>
		<content:encoded><![CDATA[<p>I tell you what would be VERY useful and would be a killer feature to add to DAP.  Maybe you&#8217;ve been considering this already when looking at Product Chaining.</p>
<p>A simple method of communicating with other sites and scripts using a POST (maybe from within the cron too).</p>
<p>I&#8217;m shortly opening a site with a custom method of adding members to it.  The software has been written and is white labelled for me and I intend to both sell access via the built in membership scipt and also offer access remotely using DAP.</p>
<p>The POST to add a new user looks like this:-</p>
<p>URL/queries?cmd=adduser&amp;secret=&amp;name=name &amp;username=username&amp;password=password&amp;expire=1&amp;duration=month</p>
<p>and to delete a user like this:-</p>
<p>URL/queries?cmd=deluser&amp;secret=&amp;username=username</p>
<p>You can see it passes the membership details within the POST and also has a secret key to prevent abuse.</p>
<p>So what I was thinking would be useful was if you included the ability to build custom URLs like the above and send that data off to somewhere else either immediately or via the cron.</p>
<p>If you ignore the fact that I have a personal requirement for this, it would greatly improve DAP as site admins could construct URLs that allowed them to add and remove (or suspend) members from other DAP sites.</p>
<p>The idea behind this is, it could be used to create bonuses such as &#8220;Join membership abc and get free access to membership def and ghi.&#8221;</p>
<p>Powerful stuff and as far as I&#8217;m aware, no other membership script can do this, they&#8217;re all standalone&#8230;</p>
<p>-Frank Haywood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-389</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-389</guid>
		<description>Mark,

&gt;&gt;1) If members purchase Product ‘A’ from me, is there a way to link or chain them to a Product ‘B’?&lt;&lt;

Not yet. &quot;Product Chaining&quot; has been on the cards for a while. It&#039;s coming soon though.

&gt;&gt;2) In the User Export function, can the Password field be added to the list of data that are exported&lt;&lt;
Ok, have made a note of this feature request. We&#039;ll work it into a future release.

- Ravi</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>>>1) If members purchase Product ‘A’ from me, is there a way to link or chain them to a Product ‘B’?< <</p>
<p>Not yet. "Product Chaining" has been on the cards for a while. It's coming soon though.</p>
<p>>>2) In the User Export function, can the Password field be added to the list of data that are exported<<<br />
Ok, have made a note of this feature request. We&#8217;ll work it into a future release.</p>
<p>- Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-388</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 26 Feb 2010 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-388</guid>
		<description>Ravi,

Wondering two things:

1) If members purchase Product &#039;A&#039; from me, is there a way to link or chain them to a Product &#039;B&#039;? I would like all people who make any purchase to gain immediate access to my Members Club (Product &#039;B&#039;) without having to re-enter their email for that separate Product. 

2) In the User Export function, can the Password field be added to the list of data that are exported (along with name, email, etc)? This would save me a ton of time as I use a support system/forum that is external to WP and for which I upload user data.</description>
		<content:encoded><![CDATA[<p>Ravi,</p>
<p>Wondering two things:</p>
<p>1) If members purchase Product &#8216;A&#8217; from me, is there a way to link or chain them to a Product &#8216;B&#8217;? I would like all people who make any purchase to gain immediate access to my Members Club (Product &#8216;B&#8217;) without having to re-enter their email for that separate Product. </p>
<p>2) In the User Export function, can the Password field be added to the list of data that are exported (along with name, email, etc)? This would save me a ton of time as I use a support system/forum that is external to WP and for which I upload user data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cooley</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-381</link>
		<dc:creator>Paul Cooley</dc:creator>
		<pubDate>Sat, 20 Feb 2010 06:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-381</guid>
		<description>Thanks Ravi, I&#039;m interested in trying the beta version. :)</description>
		<content:encoded><![CDATA[<p>Thanks Ravi, I&#8217;m interested in trying the beta version. <img src='http://www.digitalaccesspass.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-378</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-378</guid>
		<description>Looks great. In addition to consolidating certain menu items as you&#039;ve mentioned, you can also save space by not capitalizing all the menu item titles... I was doing this on my own site and then changed them to capitalizing only the first letter of each and this saves a tremendous amount of horizontal space in the menu.</description>
		<content:encoded><![CDATA[<p>Looks great. In addition to consolidating certain menu items as you&#8217;ve mentioned, you can also save space by not capitalizing all the menu item titles&#8230; I was doing this on my own site and then changed them to capitalizing only the first letter of each and this saves a tremendous amount of horizontal space in the menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Anderson</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-377</link>
		<dc:creator>Andrew Anderson</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-377</guid>
		<description>OK, Ravi, sign me up for Beta. 

Cheers,
Andrew</description>
		<content:encoded><![CDATA[<p>OK, Ravi, sign me up for Beta. </p>
<p>Cheers,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-375</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-375</guid>
		<description>Robb,

Glad to hear that.

&gt;&gt;Im just bummed your paypal comments were illustrated. &lt;&lt;

Didn&#039;t understand what you meant by that. Paypal comments where?

- Ravi Jayagopal</description>
		<content:encoded><![CDATA[<p>Robb,</p>
<p>Glad to hear that.</p>
<p>>>Im just bummed your paypal comments were illustrated. <<</p>
<p>Didn&#8217;t understand what you meant by that. Paypal comments where?</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robb</title>
		<link>http://www.digitalaccesspass.com/blog/2010/02/whats-coming-dap-v37-ll-v12/comment-page-1/#comment-374</link>
		<dc:creator>Robb</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/blog/?p=276#comment-374</guid>
		<description>Ravi &amp; Veena

Certainly looking good and will be a welcomed upgrade.  Im just bummed your paypal comments were illustrated.  

Look forward to the release.

Robb</description>
		<content:encoded><![CDATA[<p>Ravi &amp; Veena</p>
<p>Certainly looking good and will be a welcomed upgrade.  Im just bummed your paypal comments were illustrated.  </p>
<p>Look forward to the release.</p>
<p>Robb</p>
]]></content:encoded>
	</item>
</channel>
</rss>
