<?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>AppAddictive &#187; &#187; Blueprints</title>
	<atom:link href="http://www.appaddictive.com/category/blueprints/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appaddictive.com</link>
	<description>Acquire Engage and Retain Customers</description>
	<lastBuildDate>Mon, 10 Aug 2015 20:37:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>Blueprint: How to Create A Secure Downloads System in WordPress</title>
		<link>http://www.appaddictive.com/blueprint-how-to-create-a-secure-downloads-system-for-investor-relations/</link>
		<comments>http://www.appaddictive.com/blueprint-how-to-create-a-secure-downloads-system-for-investor-relations/#comments</comments>
		<pubDate>Fri, 25 Jul 2014 20:15:00 +0000</pubDate>
		<dc:creator><![CDATA[JC Medina]]></dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blueprints]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress Development]]></category>

		<guid isPermaLink="false">http://www.appaddictive.com/?p=2848</guid>
		<description><![CDATA[One of our partners approached us with a pretty interesting requirement.  They currently manage a fund that operates businesses from a portfolio of  4 different industries. This means, they want to create a special section on their site for investor relations and downloads. Can Our Investors Download Files Securely on our WordPress-powered Site?  With their [&#8230;]]]></description>
				<content:encoded><![CDATA[<p class="p1">One of our partners approached us with a pretty interesting requirement.  They currently manage a fund that operates businesses from a portfolio of  4 different industries. This means, they want to create a special section on their site for investor relations and downloads.</p>
<p class="p1"><strong>Can Our Investors Download Files Securely on our WordPress-powered Site? </strong></p>
<p class="p1">With their current site built on the WordPress platform, they wanted a  way to upload monthly, quarterly and annual financial reports as well  as investor decks for fund raising. On top of that, they also wanted to make sure that some files are only viewable to certain people. To illustrate, a fund investor will have access to all files while an investor that only placed money in one business will only have access to that folder.</p>
<p class="p1">They examined several options before, ranging from Dropbox/Box (cheap, but has little room for customization) to full-blown Enterprise Document Management systems (expensive and too cumbersome to deploy).</p>
<p class="p1"><strong>The Solution: It&#8217;s All About Using Plugins Creatively</strong></p>
<p class="p1">Instead of building one from scratch, you can actually implement a bonafide file management system using a cocktail of WordPress plugins. The benefits from a cost and project timeline perspective makes this whole exercise worth looking at. While it&#8217;s not a one-size-fits-all solution, this approach should give you something that actually works!</p>
<p class="p1">For this tutorial you&#8217;ll be needing the following WordPress Plugins:</p>
<ul class="ul1">
<li class="li3"><a href="http://www.wpdownloadmanager.com/" target="_blank"><b>Download Manager</b></a> &#8211; This will serve as the main engine of the file management page of your site. From here you&#8217;ll create folders and manage file access permissions.</li>
<li class="li3"><a href="https://wordpress.org/plugins/wp-login-box/" target="_blank"><b>WP Login Box</b></a> &#8211; The idea here is to &#8220;hide&#8221; the WordPress interface to your end users. This plugin provides you with an embeddable login box on your downloads page.</li>
<li class="li3"><a href="https://wordpress.org/plugins/wpfront-user-role-editor/" target="_blank"><b>WPFront User Role Editor</b></a> &#8211; You will need this to create custom user roles on top of standard WordPress default roles (I.e. Admin, Editor, Author, Contributor etc). We&#8217;ll need this because we have to create roles specific to your investors.</li>
</ul>
<p class="p1">Of course this assumes that you already have an existing WordPress-powered website and have the ability to create pages without breaking your site template. This solution just requires a simple shortcode embed.</p>
<ol class="ol1">
<li class="li3"><b>Prepare Your Workspace</b> &#8211; Make sure you’ve already installed the three plugins we mentioned above. It goes without saying that you should be doing this on your test server and have performed all the necessary backups necessary to perform this exercise.</li>
<li class="li3"><b>Create your Downloads Page</b> &#8211; We are creating a special Downloads section on your site. You can do this by creating a vanilla WordPress page here and make sure that the page template you’re using is not meant for blog archives and other “specialized” pages. We want this to be as basic as possible. We’re essentially getting all these plugins to do the work for you.</li>
<li class="li3"><b>Create your custom roles </b>&#8211; This is where the WPFront User Role Editor comes into play. For this exercise, you would want to create three types, Investor Type A (all access), Investor Type B (access to project 1), Investor Type C (access to project 2). Of course, the plugin won’t really ask where you plan to use these so as a rule of thumb. Just fill-in the display name and role name (or just the required fields). Leave everything blank.<img class="alignnone size-full wp-image-2860" src="http://www.appaddictive.com/wp-content/uploads/Creating_Roles-.png" alt="Creating_Roles" width="1016" height="822" /></li>
<li class="li3"><b>Create your download folders</b> &#8211; Okay, time to fire up your Download Manager setting by clicking on the link on the left pane. Click on “<b>Add New</b>”.<a href="http://www.appaddictive.com/wp-content/uploads/Upload-Files-.png"><img class="alignnone size-full wp-image-2862" src="http://www.appaddictive.com/wp-content/uploads/Upload-Files-.png" alt="Upload Files" width="1015" height="1044" /></a></li>
<li class="li3"><b>Upload Your Files</b> &#8211; You’ll probably have your own way of organizing files. In this example, we’re sorting it by company (one of many). I uploaded three files here representing monthly reports.</li>
<li class="li3"><b>Put Finishing Touches on the Folder</b>  &#8211; You want to make sure that these folders are only accessible to users with all the necessary permissions. You can simply configure that from the same folder interface by scrolling down to the bottom. It uses all visitors by default so remove that first then add the correct user types in the “<b>Allow Access</b>” box.<img class="alignnone size-full wp-image-2861" src="http://www.appaddictive.com/wp-content/uploads/Upload-Options.png" alt="Upload Options" width="720" height="650" /></li>
<li class="li3"><b>Configure and Embed the Login Shortcode.</b> &#8211; Just add the shortcode [wplb] on the downloads page.. It’s as simple as that. Make sure you emulate the settings here! <a href="http://www.appaddictive.com/wp-content/uploads/WPLB_Options.png"><img class="alignnone size-full wp-image-2854" src="http://www.appaddictive.com/wp-content/uploads/WPLB_Options.png" alt="WPLB_Options" width="832" height="1562" /></a><img class="alignnone size-full wp-image-2851" src="http://www.appaddictive.com/wp-content/uploads/Downloads_Page.png" alt="Downloads_Page" width="1013" height="830" /></li>
<li class="li3"><b>Embed your packages.</b>  &#8211; Same as what we did for the login box. Put ALL of the package shortcodes on the page.<a href="http://www.appaddictive.com/wp-content/uploads/Edit_Page_‹_JC_Medina_s_Sandbox_—_WordPress.png"><img class="alignnone size-full wp-image-2858" src="http://www.appaddictive.com/wp-content/uploads/Edit_Page_‹_JC_Medina_s_Sandbox_—_WordPress.png" alt="Edit_Page_‹_JC_Medina_s_Sandbox_—_WordPress" width="714" height="552" /></a></li>
<li class="li3"><b>Create Your User Accounts (don&#8217;t confuse this with roles) </b> &#8211; We want to hide the fact that we’re using WordPress here so as a good measure, just untick the box here.<a href="http://www.appaddictive.com/wp-content/uploads/AddNew-User_WordPress.png"><img class="alignnone  wp-image-2859" src="http://www.appaddictive.com/wp-content/uploads/AddNew-User_WordPress.png" alt="AddNew User_WordPress" width="1009" height="752" /></a><img class="alignnone wp-image-2853 size-full" src="http://www.appaddictive.com/wp-content/uploads/Disabling_the_WP_bar.png" alt="Disabling_the_WP_bar" width="1011" height="566" /></li>
<li class="li3"><b>Change the CSS</b> &#8211; Most of the plugins mentioned in this article allow you to put in your custom CSS. Just ask your developer to do this.</li>
</ol>
<p>If you followed all these steps. The whole flow should look like this:</p>
<div id="attachment_2855" style="width: 540px" class="wp-caption aligncenter"><a href="http://www.appaddictive.com/wp-content/uploads/Login.png"><img class="wp-image-2855" src="http://www.appaddictive.com/wp-content/uploads/Login.png" alt="User Logs in..." width="530" height="175" /></a><p class="wp-caption-text">User Logs in&#8230;.</p></div>
<div id="attachment_2856" style="width: 539px" class="wp-caption aligncenter"><a href="http://www.appaddictive.com/wp-content/uploads/JC_Medina_s_Sandbox___Just_another_WordPress_site-2.png"><img class="wp-image-2856 size-full" src="http://www.appaddictive.com/wp-content/uploads/JC_Medina_s_Sandbox___Just_another_WordPress_site-2.png" alt="User Sees Multiple Folders" width="529" height="289" /></a><p class="wp-caption-text">User Sees Multiple Folders</p></div>
<p>&nbsp;</p>
<div id="attachment_2857" style="width: 524px" class="wp-caption aligncenter"><a href="http://www.appaddictive.com/wp-content/uploads/Company_A___JC_Medina_s_Sandbox.png"><img class="wp-image-2857 size-full" src="http://www.appaddictive.com/wp-content/uploads/Company_A___JC_Medina_s_Sandbox.png" alt="...and start downloading! " width="514" height="511" /></a><p class="wp-caption-text">&#8230;and start downloading!</p></div>
<p class="p3">So there you have it! If follow all the instructions correctly (and your files are ready) you can do all of these steps in less than an hour.</p>
<p class="p3"><em>Have you considered implementing other document management solutions on WordPress? Let us know!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appaddictive.com/blueprint-how-to-create-a-secure-downloads-system-for-investor-relations/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
