<?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>DynaBytes News &#187; Ecommerce</title>
	<atom:link href="http://dynabytes.net/category/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynabytes.net</link>
	<description>website design and development</description>
	<lastBuildDate>Thu, 19 Apr 2012 22:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding a Forum to WordPress</title>
		<link>http://dynabytes.net/wordpress/adding-a-forum-to-wordpress/</link>
		<comments>http://dynabytes.net/wordpress/adding-a-forum-to-wordpress/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:03:57 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=24</guid>
		<description><![CDATA[The default comment feature on WordPress is good for generating discussion on topics that you start, but what if your visitors want to create their own topics? A forum is the best format for this type of discussion. I have worked with two different forum softwares for WordPress. One is a project of the WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>The default comment feature on WordPress is good for generating discussion on topics that you start, but what if your visitors want to create their own topics? A forum is the best format for this type of discussion. I have worked with two different forum softwares for WordPress. One is a project of the WordPress folks (Automattic) called <a href="http://bbpress.org">bbPress</a>. And the other is a plugin for WordPress called <a href="http://simplepressforum.com/">Simple:Press</a>.<span id="more-24"></span></p>
<p>Both softwares have their pros and cons. I originally stuck with bbPress because it is so customizable. Since I was used to customizing WordPress, bbPress follows a lot of the same techniques: making theme files with template tags, adding plugins for extra functionalities, using an admin backend for, well, admin things. While the integration process with WordPress was a bit complicated at first, it got better. Then WordPress 2.6 came out and bbPress would no longer integrate. User registrations and logins for WordPress 2.6 and higher would not synchronize with bbPress. I waited quite some time for a fix to come out, but it never did. The bbPress user forums suggest downgrading to WordPress 2.5.1. However, this limits you from using new and updated WordPress plugins that don&#8217;t work in older versions. Apparently Automattic is working on a new version of bbPress which will be compatible and better.</p>
<p>You can see a WordPress 2.5.1 integration with bbPress at <a href="http://hecmworld.com">HECMWorld.com</a>. On this site we&#8217;ve created a &#8220;member-only&#8221; forum accessible to paying members only using existing and customized plugins for bbPress and WordPress. So the bbPress pros: very customizable in theme and function. Cons: ironically doesn&#8217;t integrate with it&#8217;s sister software, WordPress (unless you use an older version).</p>
<p>The Simple:Press forum had one big thing against it from the beginning. The default install is ugly. And for customizing appearance, you&#8217;re stuck with the options available through the admin backend. This was a big drawback for me as I was used to having full control over the design. Recently, though, the folks at Simple:Press have done an overhaul which now gives you much more control over appearance. I am quite impressed with the level of customization I now have over the forum functionality too. One big plus is allowing unregistered guests post as you build up your user base. Another big pro for this plugin is the ease of installation and integration. As a plugin of WordPress, it uses the WordPress user registration and login by default. It also fits nicely into your existing design. Just create a page for your forum, and there it is. See my new and customized Simple:Press forum at <a href="http://girlebooks.com/forum">Girlebooks.com.<br />
</a></p>
<p>For now I&#8217;ll probably stick with Simple:Press. It seems a lively community and the developers are dedicated to their product. I hope they stick around.</p>
]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/adding-a-forum-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Subscription Website Using WordPress</title>
		<link>http://dynabytes.net/wordpress/a-subscription-website-using-wordpress/</link>
		<comments>http://dynabytes.net/wordpress/a-subscription-website-using-wordpress/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:47:03 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=17</guid>
		<description><![CDATA[Note 2010/06/09: Since I wrote this post, our client has sold her site to Morningstar, which has replaced the subscription area we developed with their own, Windows-based subscription service. Our latest work involves development of a subscription system using WordPress on the popular financial blog, Footnoted.org. The requirements of the system were as follows: A [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note 2010/06/09: Since I wrote this post, our client has sold her site to Morningstar, which has replaced the subscription area we developed with their own, Windows-based subscription service.</em></p>
<p>Our latest work involves development of a subscription system using WordPress on the popular financial blog, <a title="Footnoted.org" href="http://foonoted.org">Footnoted.org</a>. The requirements of the system were as follows:</p>
<ol>
<li>A subscriber registration and payment processing interface</li>
<li>System tracking of subscription expiration dates</li>
<li>Download management allowing the administrator to easily upload files as well as restricting file downloads to paying subscribers only</li>
<li>An email notification sent to paying subscribers when a new publication is available</li>
</ol>
<p><span id="more-17"></span><br />
It turns out that we spent a large part of this project researching our options in using existing WordPress plugins. There are <a title="Wordpress ecommerce plugins" href="http://wordpress.org/extend/plugins/tags/e-commerce">a few ecommerce plugins</a> already available, but most cater to shopping carts. The <a title="WP-ecommerce" href="http://wordpress.org/extend/plugins/wp-e-commerce/">wp-ecommerce plugin</a> proved to be popular only because, unlike some of the ecommerce plugins, some people actually get it to work without messing with the code. But it is a monster in size and complexity, poorly written and documented, so we are glad we ditched this option early on.</p>
<p>Our solution was as follows. Site registrations are handled by WordPress&#8217;s own registration system, slightly modified to simplify the process and to show the Footnoted logo instead of the WordPress logo when registering or logging in.  For payment processing we ended up modifying Shannon Whitley&#8217;s <a title="Easy PayPal" href="http://www.voiceoftech.com/swhitley/?page_id=129">Easy PayPal</a> plugin. We could never get this plugin to work out-of-the-box&#8211;there are some nasty bugs that had to be fixed before it would even interface with PayPal properly. But it is simple and nicely documented so therefore easy to modify. Once the subscriber pays, PayPal immediately notifies the system that this is a paying subscriber, and the the subscription expiration date is stored.</p>
<p>Downloads are handled by a modified <a href="http://lesterchan.net/portfolio/programming/php/#wp-downloadmanager">wp-downloadmanager</a> plugin. This handy plugin inherently provides a interface for the administrator to upload files. The plugin also provides embedding of file links into posts and file redirect links to hide the real download path of the file. We modified this plugin to allow downloads from current, paying subscribers only.</p>
<p>Finally, we wrote our own email notification plugin, notifying paying subscribers that a new download is available. See the results in the <a title="FootnotedPro" href="http://www.footnoted.org/about-2/footnoted-weekly/">FootnotedPro area</a> of Footnoted.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/a-subscription-website-using-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

