<?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>Anmari &#187; Membership sites</title>
	<atom:link href="http://webdesign.anmari.com/category/membership-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesign.anmari.com</link>
	<description>Simply effective web services</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:37:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Register Plus and User Lists</title>
		<link>http://webdesign.anmari.com/1807/register-plus-and-user-lists/</link>
		<comments>http://webdesign.anmari.com/1807/register-plus-and-user-lists/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 13:22:35 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR User Lists]]></category>
		<category><![CDATA[Membership sites]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1807</guid>
		<description><![CDATA[Register-plus is a very useful plugin.  However Dieter Eerens, and I have discovered a situation where it does not play nicely with my  user lists plugin.  (Well it also highlighted a bug in my plugin for users on php &#60;5.3, so make sure you have plugin version 2.1 which gets around this!) What it does&#8230; [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
<li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1634/amr-user-lists-feature-requests-and-wishlist/' rel='bookmark' title='Permanent Link: Amr User Lists feature requests and wishlist'>Amr User Lists feature requests and wishlist</a> <small>This is a record of the feature requests that I have had so far.  Pleases add yours as comments.   Contributions...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/register-plus/">Register-plus</a> is a very useful plugin.  However <a href="http://www.dietereerens.be/">Dieter Eerens</a>, and I have discovered a situation where it does not play nicely with my  user lists plugin.  (Well it also highlighted a bug in my plugin for users on php &lt;5.3, so make sure you have plugin version 2.1 which gets around this!)</p>
<h3>What it does&#8230;</h3>
<p>If one create a custom field of the checkbox type with <strong>multiple comma separated extra values</strong>, these are stored in your wp user meta table as a string:</p>
<p style="text-align: center;">
<div id="attachment_1808" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/coach.gif"><img class="size-medium wp-image-1808 " title="coach" src="http://webdesign.anmari.com/wp-content/uploads/coach-300x21.gif" alt="" width="300" height="21" /></a><p class="wp-caption-text">Select field values stored as string</p></div>
<h3>Nested user meta data</h3>
<p>Now my plugin does it&#8217;s best to handle nested user meta data  &#8211; it checks for <strong>arrays</strong> and <strong>objects</strong> and breaks those down into single level values so you can report and filter by them.   Ideally of course each piece of user data should be stored simply as single value!   However some plugin authors don&#8217;t seem keen to do it that way.</p>
<h3>Comma&#8217;s in user meta strings</h3>
<p>A comma in a user meta string is quite a valid thing &#8211; maybe it&#8217;s a descriptive field?   So the user list plugin which has to work generically, since it does not know what fields people will be creating, cannot just breakdown any string into comma separated components &#8230;..</p>
<p>So if you need to create fields using Register Plus for your users where they may &#8220;belong&#8221; to more than one of the values AND you want to be able to filter or list by those values using my plugin, then you will need to define more than one field!  (Eg: the example given was that a person could  be a coach and a player, or just one.)</p>
<p>Two possibilities are shown below:</p>
<p>The database (user meta table)</p>
<div id="attachment_1809" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/player.gif"><img class="size-medium wp-image-1809" title="player" src="http://webdesign.anmari.com/wp-content/uploads/player-300x46.gif" alt="" width="300" height="46" /></a><p class="wp-caption-text">Multiple or Single values in user meta</p></div>
<p>The list:</p>
<div id="attachment_1811" class="wp-caption aligncenter" style="width: 303px"><a href="http://webdesign.anmari.com/wp-content/uploads/roles.gif"><img class="size-full wp-image-1811" title="roles" src="http://webdesign.anmari.com/wp-content/uploads/roles.gif" alt="" width="293" height="101" /></a><p class="wp-caption-text">User List options</p></div>
<p>You&#8217;d have to play around with names and values to see what works best from a usability point of view!</p>
<p>Or ask <a href="http://devbits.ca/">Skullbit/Devbits</a> to update the plugin and change how those values are stored &#8211; single user meta values might be better, or at least an array!</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1807%2Fregister-plus-and-user-lists%2F&amp;title=Register%20Plus%20and%20User%20Lists&amp;bodytext=Register-plus%20is%20a%20very%20useful%20plugin.%C2%A0%20However%20Dieter%20Eerens%2C%20and%20I%20have%20discovered%20a%20situation%20where%20it%20does%20not%20play%20nicely%20with%20my%C2%A0%20user%20lists%20plugin.%C2%A0%20%28Well%20it%20also%20highlighted%20a%20bug%20in%20my%20plugin%20for%20users%20on%20php%20%26lt%3B5.3%2C%20so%20make%20sure%20you%20hav" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1807%2Fregister-plus-and-user-lists%2F&amp;title=Register%20Plus%20and%20User%20Lists&amp;notes=Register-plus%20is%20a%20very%20useful%20plugin.%C2%A0%20However%20Dieter%20Eerens%2C%20and%20I%20have%20discovered%20a%20situation%20where%20it%20does%20not%20play%20nicely%20with%20my%C2%A0%20user%20lists%20plugin.%C2%A0%20%28Well%20it%20also%20highlighted%20a%20bug%20in%20my%20plugin%20for%20users%20on%20php%20%26lt%3B5.3%2C%20so%20make%20sure%20you%20hav" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1807%2Fregister-plus-and-user-lists%2F&amp;t=Register%20Plus%20and%20User%20Lists" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1807%2Fregister-plus-and-user-lists%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Register%20Plus%20and%20User%20Lists%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1807%2Fregister-plus-and-user-lists%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
<li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1634/amr-user-lists-feature-requests-and-wishlist/' rel='bookmark' title='Permanent Link: Amr User Lists feature requests and wishlist'>Amr User Lists feature requests and wishlist</a> <small>This is a record of the feature requests that I have had so far.  Pleases add yours as comments.   Contributions...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1807/register-plus-and-user-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Lists or Reports for Large Membership sites</title>
		<link>http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/</link>
		<comments>http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 01:54:05 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR User Lists]]></category>
		<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[membership]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1801</guid>
		<description><![CDATA[Configurable User Reporting for large membership sites.


Related posts:<ol><li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1807/register-plus-and-user-lists/' rel='bookmark' title='Permanent Link: Register Plus and User Lists'>Register Plus and User Lists</a> <small>Register-plus is a very useful plugin.  However Dieter Eerens, and I have discovered a situation where it does not play...</small></li>
<li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1804" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/userlist1.gif"><img class="size-medium wp-image-1804" title="userlist1" src="http://webdesign.anmari.com/wp-content/uploads/userlist1-300x134.gif" alt="" width="300" height="134" /></a><p class="wp-caption-text">Example List</p></div>
<p><a href="http://wordpress.org/extend/plugins/amr-users/changelog/">Version 2 of the amr users plugin</a> has been uploaded to wordpress.  It is a fairly major change aimed at better performance for websites with a large number of users, so a lot of the additional functionality is around cacheing the reports and rebuilding the caches when there are user changes.</p>
<div id="attachment_1805" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/uerconfigure.gif"><img class="size-medium wp-image-1805" title="userconfigure" src="http://webdesign.anmari.com/wp-content/uploads/uerconfigure-300x124.gif" alt="" width="300" height="124" /></a><p class="wp-caption-text">Example Configuration</p></div>
<p>This was released now as a number of folks asked about it.   I hope to put a few more updates through soon to address the following:</p>
<ul>
<li>Ability to reference additional user tables (eg: subscribe 2 un registered users)</li>
<li>Cached reports are updated on standard wordpress changes, however once one starts accessing additional tables where there is no &#8216;action&#8217; defined by which one could trigger an update, then we may need to have a regular background cache update.</li>
</ul>
<div id="attachment_1799" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/usercachestatus.gif"><img class="size-medium wp-image-1799" title="usercachestatus" src="http://webdesign.anmari.com/wp-content/uploads/usercachestatus-300x216.gif" alt="" width="300" height="216" /></a><p class="wp-caption-text">Cache status example</p></div>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1801%2Fuser-lists-or-reports-for-large-membership-sites%2F&amp;title=User%20Lists%20or%20Reports%20for%20Large%20Membership%20sites&amp;bodytext=Configurable%20User%20Reporting%20for%20large%20membership%20sites." title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1801%2Fuser-lists-or-reports-for-large-membership-sites%2F&amp;title=User%20Lists%20or%20Reports%20for%20Large%20Membership%20sites&amp;notes=Configurable%20User%20Reporting%20for%20large%20membership%20sites." title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1801%2Fuser-lists-or-reports-for-large-membership-sites%2F&amp;t=User%20Lists%20or%20Reports%20for%20Large%20Membership%20sites" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1801%2Fuser-lists-or-reports-for-large-membership-sites%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=User%20Lists%20or%20Reports%20for%20Large%20Membership%20sites%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1801%2Fuser-lists-or-reports-for-large-membership-sites%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1807/register-plus-and-user-lists/' rel='bookmark' title='Permanent Link: Register Plus and User Lists'>Register Plus and User Lists</a> <small>Register-plus is a very useful plugin.  However Dieter Eerens, and I have discovered a situation where it does not play...</small></li>
<li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Search for members or users</title>
		<link>http://webdesign.anmari.com/1742/search-for-members-or-users/</link>
		<comments>http://webdesign.anmari.com/1742/search-for-members-or-users/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:43:00 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR User Lists]]></category>
		<category><![CDATA[Membership sites]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1742</guid>
		<description><![CDATA[Request for requirements for a search / filter function for member, subscriber, user lists


Related posts:<ol><li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
<li><a href='http://webdesign.anmari.com/1155/import-users-to-wordpress-db-without-emailing/' rel='bookmark' title='Permanent Link: Import users to wordpress db without emailing'>Import users to wordpress db without emailing</a> <small>There are a number of plugins out there that help with importing users to wordpress. The ones I found would...</small></li>
<li><a href='http://webdesign.anmari.com/770/search-engine-optimisation-with-google/' rel='bookmark' title='Permanent Link: Search Engine Optimisation with Google'>Search Engine Optimisation with Google</a> <small>This checklist is  based on Google&#8217;s Search Engine Optimization Starter Guide. This is what they think is important.    One might...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Search for that member!</h3>
<p>I have received a few requests for member search facilities &#8211; a &#8220;search for that member&#8221; tool.   This may be a useful add-on to my amr users lists plugin.  In thinking about it, it seems to me that there are a few possible approaches:  Eg:</p>
<ul>
<li><strong>Search</strong> for a particular member within a large community or subscription base
<ol>
<li>admin &#8211; searching for a member, with &#8220;some&#8221; data &#8211; possibly part of name, or approximate date registered.  A short term solution for a partial name search  is to have a long &#8220;amr-users&#8221; list with relevant data displayed, and then click edit/find in your browser &#8211; this would then search all the text on the screen and jump to the possibilities.</li>
<li>users &#8211; searching for similar users or members.  This is possibly more of a filtering operating.  They would probably need to be able to to be able to filter by some data that has been created by a user meta plugin like Register Plus or any of the <a href="http://webdesign.anmari.com/membership-plugins-review/">membership plugins.</a>For example &#8211; say class year and/or current location</li>
</ol>
</li>
<li><strong>Filtering</strong> &#8211; allow a user or viewer to filter a list returning a sublist, possibly sorted by a dynamic criteria (similar to the point above)</li>
</ul>
<h3>Specifics required</h3>
<p>Before working on such a plugin, it would be useful if people would describe in more detail their ideas of a member or user search tool and how they would like it to work.   If you are interested in such a tool, please comment on this post.</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1742%2Fsearch-for-members-or-users%2F&amp;title=Search%20for%20members%20or%20users&amp;bodytext=Request%20for%20requirements%20for%20a%20search%20%2F%20filter%20function%20for%20member%2C%20subscriber%2C%20user%20lists" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1742%2Fsearch-for-members-or-users%2F&amp;title=Search%20for%20members%20or%20users&amp;notes=Request%20for%20requirements%20for%20a%20search%20%2F%20filter%20function%20for%20member%2C%20subscriber%2C%20user%20lists" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1742%2Fsearch-for-members-or-users%2F&amp;t=Search%20for%20members%20or%20users" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1742%2Fsearch-for-members-or-users%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Search%20for%20members%20or%20users%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1742%2Fsearch-for-members-or-users%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
<li><a href='http://webdesign.anmari.com/1155/import-users-to-wordpress-db-without-emailing/' rel='bookmark' title='Permanent Link: Import users to wordpress db without emailing'>Import users to wordpress db without emailing</a> <small>There are a number of plugins out there that help with importing users to wordpress. The ones I found would...</small></li>
<li><a href='http://webdesign.anmari.com/770/search-engine-optimisation-with-google/' rel='bookmark' title='Permanent Link: Search Engine Optimisation with Google'>Search Engine Optimisation with Google</a> <small>This checklist is  based on Google&#8217;s Search Engine Optimization Starter Guide. This is what they think is important.    One might...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1742/search-for-members-or-users/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Amr users plugin for user reporting launched</title>
		<link>http://webdesign.anmari.com/1542/wordpress-user-lists/</link>
		<comments>http://webdesign.anmari.com/1542/wordpress-user-lists/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 23:20:49 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR User Lists]]></category>
		<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[Your Members]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1542</guid>
		<description><![CDATA[A plugin that digs deep into the user meta data to allow you to configure almost any user list you would like.


Related posts:<ol><li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1807/register-plus-and-user-lists/' rel='bookmark' title='Permanent Link: Register Plus and User Lists'>Register Plus and User Lists</a> <small>Register-plus is a very useful plugin.  However Dieter Eerens, and I have discovered a situation where it does not play...</small></li>
<li><a href='http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/' rel='bookmark' title='Permanent Link: User Lists or Reports for Large Membership sites'>User Lists or Reports for Large Membership sites</a> <small>Configurable User Reporting for large membership sites....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The amr-users plugin allows an administrator to design their own users lists or reports.  It offers a basic set to start that are highly configurable users listings by meta keys and values, comment count and post count.   It includes display, inclusion, exclusion, sorting configuration and an option to export to CSV .</p>
<p>If you are attempting to integrate multiple plugins for your membership site, then this may be the tool for you.  If those plugins store data in the user meta table, this plugin will access it (whether it is an array or an object) and convert the keys to more accessible data as though they were straight meta values, for selection and reporting.</p>
<h3>Admin area for administrator only</h3>
<p>The admin settings area is aimed at an administrator, who will design and setup the reports for less skilled editors or website managers.  Some lists are provided pre-configured to get you going – you can add more or change these.</p>
<h3>Configured User listings for editors</h3>
<p>The first field of each listing will offer a link to <strong>edit that user</strong>.</p>
<p>The fields you see listed will vary depending on the plugins that you have in use, and on the meta data that the plugins may have created.  In the Screenshots you will some data from <strong>subscribe 2</strong>, register plus and your members plugins.</p>
<p>If you have very large numbers of users, the post count and particularly the comment count (no wordpress cacheing) listings may be slow.  If very slow, please contact me and we can consider ways to cache the data.  If you wanted to list this data on the front end, the performance would have to be improved.  for now it is assumed to be admin/editor use only.</p>
<h3>Download</h3>
<p>It should be up at <a href="http://wordpress.org/extend/plugins/amr-users/">wordpress soon</a>, in the meantime, there is a zip file :<a href="http://webdesign.anmari.com/wp-content/uploads/amr-users.zip">amr-users plugin</a></p>
<h3>Screenshots</h3>
<div id="attachment_1532" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/list1.png"><img class="size-medium wp-image-1532" title="list1" src="http://webdesign.anmari.com/wp-content/uploads/list1-300x143.png" alt="Default List 1 View" width="300" height="143" /></a><p class="wp-caption-text">Default List 1 View</p></div>
<div id="attachment_1533" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/list2.png"><img class="size-medium wp-image-1533" title="list2" src="http://webdesign.anmari.com/wp-content/uploads/list2-300x188.png" alt="Default List 2 view" width="300" height="188" /></a><p class="wp-caption-text">Default List 2 view</p></div>
<div id="attachment_1534" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/list3.png"><img class="size-medium wp-image-1534" title="list3" src="http://webdesign.anmari.com/wp-content/uploads/list3-300x143.png" alt="Default List 3 view" width="300" height="143" /></a><p class="wp-caption-text">Default List 3 view</p></div>
<div id="attachment_1535" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/admin1.png"><img class="size-medium wp-image-1535" title="admin1" src="http://webdesign.anmari.com/wp-content/uploads/admin1-300x200.png" alt="Admin 1" width="300" height="200" /></a><p class="wp-caption-text">Admin 1</p></div>
<div id="attachment_1536" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/admin2.png"><img class="size-medium wp-image-1536" title="admin2" src="http://webdesign.anmari.com/wp-content/uploads/admin2-300x118.png" alt="Admin 2" width="300" height="118" /></a><p class="wp-caption-text">Admin 2</p></div>
<div id="attachment_1537" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/list3admin.png"><img class="size-medium wp-image-1537" title="list3admin" src="http://webdesign.anmari.com/wp-content/uploads/list3admin-300x199.png" alt="Admin for list 3" width="300" height="199" /></a><p class="wp-caption-text">Admin for list 3</p></div>
<div id="attachment_1538" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/exporttocsv.png"><img class="size-medium wp-image-1538" title="exporttocsv" src="http://webdesign.anmari.com/wp-content/uploads/exporttocsv-300x50.png" alt="Exported to CSV" width="300" height="50" /></a><p class="wp-caption-text">Exported to CSV</p></div>
<div id="attachment_1539" class="wp-caption aligncenter" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/csvloadedopenofficecalc.png"><img class="size-medium wp-image-1539" title="csvloadedopenofficecalc" src="http://webdesign.anmari.com/wp-content/uploads/csvloadedopenofficecalc-300x49.png" alt="Imported CSV with no worries into Open Office Spreadsheet" width="300" height="49" /></a><p class="wp-caption-text">Imported CSV with no worries into Open Office Spreadsheet</p></div>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1542%2Fwordpress-user-lists%2F&amp;title=Amr%20users%20plugin%20for%20user%20reporting%20launched&amp;bodytext=A%20plugin%20that%20digs%20deep%20into%20the%20user%20meta%20data%20to%20allow%20you%20to%20configure%20almost%20any%20user%20list%20you%20would%20like." title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1542%2Fwordpress-user-lists%2F&amp;title=Amr%20users%20plugin%20for%20user%20reporting%20launched&amp;notes=A%20plugin%20that%20digs%20deep%20into%20the%20user%20meta%20data%20to%20allow%20you%20to%20configure%20almost%20any%20user%20list%20you%20would%20like." title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1542%2Fwordpress-user-lists%2F&amp;t=Amr%20users%20plugin%20for%20user%20reporting%20launched" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1542%2Fwordpress-user-lists%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Amr%20users%20plugin%20for%20user%20reporting%20launched%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1542%2Fwordpress-user-lists%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/plugins/users/' rel='bookmark' title='Permanent Link: User Lists'>User Lists</a> <small>AmR-Users allows an administrator to design their own users lists or reports. It offers a basic set to start that...</small></li>
<li><a href='http://webdesign.anmari.com/1807/register-plus-and-user-lists/' rel='bookmark' title='Permanent Link: Register Plus and User Lists'>Register Plus and User Lists</a> <small>Register-plus is a very useful plugin.  However Dieter Eerens, and I have discovered a situation where it does not play...</small></li>
<li><a href='http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/' rel='bookmark' title='Permanent Link: User Lists or Reports for Large Membership sites'>User Lists or Reports for Large Membership sites</a> <small>Configurable User Reporting for large membership sites....</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1542/wordpress-user-lists/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
		<item>
		<title>User directories or lists</title>
		<link>http://webdesign.anmari.com/1464/user-lists/</link>
		<comments>http://webdesign.anmari.com/1464/user-lists/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:17:55 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR User Lists]]></category>
		<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[membership]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1464</guid>
		<description><![CDATA[If one is using a number of plugins to manage a membership site, one may find that one needs more customisable user lists than the pugins offer.The following plugins offer some kind of user directory.  Not quite what I am looking for though.   Will investigate further &#8211; may have to develop own&#8230;.. Reasonably well documented: [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1942/public-user-lists-or-directories-pagination-and-permalinks/' rel='bookmark' title='Permanent Link: Public user lists or directories, pagination and permalinks'>Public user lists or directories, pagination and permalinks</a> <small>If you are using the amr-users plugin to provide a public user list or directory and you want to have...</small></li>
<li><a href='http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/' rel='bookmark' title='Permanent Link: User Lists or Reports for Large Membership sites'>User Lists or Reports for Large Membership sites</a> <small>Configurable User Reporting for large membership sites....</small></li>
<li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If one is using a number of plugins to manage a membership site, one may find that one needs more customisable user lists than the pugins offer.The following plugins offer some kind of user directory.  Not quite what I am looking for though.   Will investigate further &#8211; may have to develop own&#8230;..</p>
<h3>Reasonably well documented:</h3>
<p><a href="http://wordpress.org/extend/plugins/profiles/">Profiles</a></p>
<ul>
<li>advanced profile management system</li>
<li>add custom fields &#8211; could be useful</li>
<li>no screenshots</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/connections/">Connections</a></p>
<ul>
<li>An address book / addressbook that is managed in the admin and embedded in a post/page.</li>
<li>Upcoming birthdays and anniversaries can also be embedded in a post/page</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/profiler/">Profiler</a></p>
<ul>
<li>more aimed at being that external members directory</li>
<li>has screenshots</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/wordpress-users/">WordPress Users</a></p>
<ul>
<li>Aimed at showing an external member list on a page</li>
<li>Does not use shortcode? Does it work in 2.8?</li>
<li>No screenshots</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/author-listing/">author-listing</a></p>
<ul>
<li>list acrive and inactive authors</li>
<li>no screenshots</li>
</ul>
<h3>Not much documentation:</h3>
<p><a href="http://wordpress.org/extend/plugins/ttc-user-comment-count/">ttc-user-comment</a></p>
<ul>
<li>Creates a list of all users, registration date, and number of comments See link under &#8216;Manage&#8217; to access page and checks email address against <a rel="nofollow" href="http://www.stopforumspam.com/">www.stopforumspam.com</a> database.</li>
<li>No screenshots</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/warp-user-profile-extension/">Warp User Profile extension</a></p>
<ul>
<li>No screenshots, pluginlink does not work, limited info</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/friendz/">friendz</a></p>
<ul>
<li>Still in development</li>
<li>profiles, paginated and customizable user lists, and some characteristics of social networks, like friends and sets.</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/hoodame/screenshots/">hoodame</a></p>
<ul>
<li>No screenshots, pluginlink does not work, limited info</li>
</ul>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1464%2Fuser-lists%2F&amp;title=User%20directories%20or%20lists%20&amp;bodytext=If%20one%20is%20using%20a%20number%20of%20plugins%20to%20manage%20a%20membership%20site%2C%20one%20may%20find%20that%20one%20needs%20more%20customisable%20user%20lists%20than%20the%20pugins%20offer.The%20following%20plugins%20offer%20some%20kind%20of%20user%20directory.%C2%A0%20Not%20quite%20what%20I%20am%20looking%20for%20though.%C2%A0%C2%A0%20Wil" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1464%2Fuser-lists%2F&amp;title=User%20directories%20or%20lists%20&amp;notes=If%20one%20is%20using%20a%20number%20of%20plugins%20to%20manage%20a%20membership%20site%2C%20one%20may%20find%20that%20one%20needs%20more%20customisable%20user%20lists%20than%20the%20pugins%20offer.The%20following%20plugins%20offer%20some%20kind%20of%20user%20directory.%C2%A0%20Not%20quite%20what%20I%20am%20looking%20for%20though.%C2%A0%C2%A0%20Wil" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1464%2Fuser-lists%2F&amp;t=User%20directories%20or%20lists%20" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1464%2Fuser-lists%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=User%20directories%20or%20lists%20%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1464%2Fuser-lists%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1942/public-user-lists-or-directories-pagination-and-permalinks/' rel='bookmark' title='Permanent Link: Public user lists or directories, pagination and permalinks'>Public user lists or directories, pagination and permalinks</a> <small>If you are using the amr-users plugin to provide a public user list or directory and you want to have...</small></li>
<li><a href='http://webdesign.anmari.com/1801/user-lists-or-reports-for-large-membership-sites/' rel='bookmark' title='Permanent Link: User Lists or Reports for Large Membership sites'>User Lists or Reports for Large Membership sites</a> <small>Configurable User Reporting for large membership sites....</small></li>
<li><a href='http://webdesign.anmari.com/1542/wordpress-user-lists/' rel='bookmark' title='Permanent Link: Amr users plugin for user reporting launched'>Amr users plugin for user reporting launched</a> <small>A plugin that digs deep into the user meta data to allow you to configure almost any user list you...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1464/user-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalised emails or communications</title>
		<link>http://webdesign.anmari.com/1384/personalised-emails-or-communications/</link>
		<comments>http://webdesign.anmari.com/1384/personalised-emails-or-communications/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:59:11 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[AmR Personalise]]></category>
		<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[personalisation]]></category>
		<category><![CDATA[Your Members]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1384</guid>
		<description><![CDATA[To personalise or not? What is personalisation really?  How can one personalise in a wordpress system.


Related posts:<ol><li><a href='http://webdesign.anmari.com/1504/personalise-your-wordpress-emails-pages-or-posts/' rel='bookmark' title='Permanent Link: Personalise your wordpress emails, pages, or posts'>Personalise your wordpress emails, pages, or posts</a> <small>A personalisation plugin has just been launched at http://wordpress.org/extend/plugins/amr-personalise/. It will allow an editor or administrator to specify shortcodes in...</small></li>
<li><a href='http://webdesign.anmari.com/1341/sending-emails-from-wordpress/' rel='bookmark' title='Permanent Link: Sending Emails from wordpress'>Sending Emails from wordpress</a> <small>Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them...</small></li>
<li><a href='http://webdesign.anmari.com/1107/missing-emails/' rel='bookmark' title='Permanent Link: Missing Emails&#8230;.'>Missing Emails&#8230;.</a> <small>Unfortunately in the land of spam warfare, electronic counter measures and counter counter measures, there are occasional innocent victims -...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Some web owners or email newsletter providers wish to personalise their email newsletters or their users experience when browsing their website.    Wordpress plugins have various methods of <a href="http://webdesign.anmari.com/sending-emails-from-wordpress/">sending out emails</a> to a customer base, but can they personalise them?  [Plugin <a href="http://webdesign.anmari.com/plugins/personalise/">amr-personalise</a> just released  allows personalisation of wordpress emails, pages, or posts]</p>
<h3>Firstly, what do we mean by personalised?</h3>
<p>A truly personalised communication is more than just a greeting by name.  Offering the ability to use more information than just the name is not always as easy a task as it may seem.   Indeed even if one is just talking about a <strong>personalised greeting</strong>,  there are many differing opinions on whether there it is worth doing at all.   When almost every spammer seems to know the recipients  name, is there value in bothering with just that?</p>
<h3>Pros of personalising</h3>
<ul>
<li>Some people believe that the recipients value it and some people it is a waste of time and can be detrimental.</li>
<li>Done well, it could be used to verify that the email is not a scam, by offering partial confirmation of details (EG: your account ending in 9876).  Again some recipients do not like having their personal details echoed in an email and would prefer to simply be requested to go to the website</li>
</ul>
<h3>Cons or Pitfalls</h3>
<p>Some common mistakes or pitfalls with even very basic personalisation such as a personalised greeting,  are:</p>
<ul>
<li>Asking for too much information upfront is dangerous:
<ul>
<li>making it harder for people to sign up may reduce the number of signups.</li>
<li>some find the request for more information than is needed intrusive and may respond with garbage to get past these fields.  By echoing the garbage back, when communicating, the business reminds the reader of their attempt to gather more information than is necesary to deliver the product.</li>
</ul>
</li>
<li>
<div id="attachment_1393" class="wp-caption alignright" style="width: 151px"><a href="http://webdesign.anmari.com/wp-content/uploads/fname.png"><img class="size-full wp-image-1393" title="fname" src="http://webdesign.anmari.com/wp-content/uploads/fname.png" alt="Example of Error in Personalisation" width="141" height="56" /></a><p class="wp-caption-text">Example of Error in Personalisation</p></div>
<p>Operator errors in setting up the emails.  Many of us who receive a lot of email letters, often receive such emails with errors.  For example I receive one every week with the same error from a large enterprise that publishes printed community newspapers.  (Not the only personal example I have!)</li>
<li>So many spammers or phishing emails are personalised that you risk looking like one of them.   To reduce this risk, if you decide to personalise a greeting, do not personalise the <strong>subject line</strong> using the name, and do not have the <strong>name in uppercase</strong> this is a  classic spammer look</li>
</ul>
<h3>Review of some opinions available on the web.</h3>
<ol>
<li><strong>Aweber</strong> &#8211; one of the major providers of Email Marketing Campaign tools  has a tip that suggests that one <a href="http://www.aweber.com/blog/email-marketing/smart-personalization.htm">&#8220;Think before you personalise&#8221;</a> and  asks <strong>&#8220;Isn’t There More To A Truly “Personal” Email Than A Name?&#8221;</strong></li>
<li><strong>Webmasterworld </strong>has a post <a href="http://www.webmasterworld.com/forum22/339.htm"><strong>by Tedster</strong></a> that says<br />
<blockquote><p>I&#8217;d like to take a closer look at the idea of personalizing mass emails: using the person&#8217;s name in the subject, the greeting, and/or the body copy&#8230;&#8230;</p>
<p>First, this is a technique and NOT really a relationship. It&#8217;s an electronic database trick and almost everyone knows that. A lot of the industry &#8220;information&#8221; that recommends personalization so very strongly actually originates with a company who sells personalization software!</p></blockquote>
</li>
<li><a href="http://www.webdynamic.com.au/webdynamic-email-marketing-services/personalised-email-marketing.html">webdynamic.com.au</a> is a company that sells personalization software.  They have an article which describes how a truly personalised email is more than just  &#8220;Dear &lt;First Name&gt;&#8221;</li>
<li><a href="http://www.freemarketingzone.com/email-marketing/personalization.html">freemarketingzone.com</a> is another such company that offers tips on personalising emails and at least mentions some of the errors and pitfalls and differences of opinion.  They recommend testing to determine whether it is worth personalising.</li>
</ol>
<h3>When is something a truly personalised email?</h3>
<p>It is more than just a greeting by name.   It will reflect information specific to or of specific interest to the recipient (this is more commonly known as targeted emails or segmenting your customers).  This page at the <a href="http://www.fsa.gov.uk/Pages/Doing/Regulated/newcob/case/app_case2.shtml">UK financial services authority</a> has some useful examples and discusses what is and is not a personalised communication.  The following link discusess web personalisation is a much broader sense than just emails - <a href="http://www.boxesandarrows.com/view/personalization_is_not_technology_using_web_personalization_to_promote_your_business_goal">Boxes and Arrrows</a> says in an old but still true (imho) post: Personalization is not Technology&#8230;.. Web personalization is a strategy, a marketing tool, and an art</p>
<h2>WordPress Plugins or Options</h2>
<p>So are there wordpress plugins that allow personalisation and if they don&#8217;t why not?</p>
<ul>
<li>The major free subscription &#8220;email&#8221; plugins do not offer personalisation.  Their aim is primarily to make it as easy as possible for users to sign up.  To do this they gather the minimum data (eg: a confirmed email address).  Thus for many of the users in the wordpress database, there will be <strong>no name to use, so why bother.</strong></li>
<li>The low cost <a href="http://webdesign.anmari.com/membership-plugins-review/">membership plugins</a> offer some personalisation once the user is logged in, but not yet in sending emails.  The more expensive software options typically do offer this functionality.</li>
<li>Of course there are also the regular monthly cost third party services such as Aweber,  GetResponse, Pro autoresponder.  These may be worth considering if you have a high volume and generate enough income to justify the costs.</li>
</ul>
<h3>And then there is:</h3>
<p>I have developed a <a href="http://webdesign.anmari.com/plugins/personalise/">plugin that  allows access to the user meta data</a>, so that one may reflect this information if the user is logged in, or in emails.  It will be ready in the next week or so.  Personally I am not a fan of superficial personalisation, as this can make things unnecessarily complex and if errors are made, can make your web or email look unprofessional. However there has been a need and the request made.  So far it works with shortcodes in pages or posts.  It will work with <a href="http://subscribe2.wordpress.com">Subscribe2</a> and Cambridge New Media&#8217;s <a href="http://www.newmedias.co.uk/?a_aid=34bf6dcc">Your Responder.</a>(still in beta).</p>
<p>Stay tuned!</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1384%2Fpersonalised-emails-or-communications%2F&amp;title=Personalised%20emails%20or%20communications&amp;bodytext=To%20personalise%20or%20not%3F%20What%20is%20personalisation%20really%3F%20%20How%20can%20one%20personalise%20in%20a%20wordpress%20system." title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1384%2Fpersonalised-emails-or-communications%2F&amp;title=Personalised%20emails%20or%20communications&amp;notes=To%20personalise%20or%20not%3F%20What%20is%20personalisation%20really%3F%20%20How%20can%20one%20personalise%20in%20a%20wordpress%20system." title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1384%2Fpersonalised-emails-or-communications%2F&amp;t=Personalised%20emails%20or%20communications" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1384%2Fpersonalised-emails-or-communications%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Personalised%20emails%20or%20communications%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1384%2Fpersonalised-emails-or-communications%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1504/personalise-your-wordpress-emails-pages-or-posts/' rel='bookmark' title='Permanent Link: Personalise your wordpress emails, pages, or posts'>Personalise your wordpress emails, pages, or posts</a> <small>A personalisation plugin has just been launched at http://wordpress.org/extend/plugins/amr-personalise/. It will allow an editor or administrator to specify shortcodes in...</small></li>
<li><a href='http://webdesign.anmari.com/1341/sending-emails-from-wordpress/' rel='bookmark' title='Permanent Link: Sending Emails from wordpress'>Sending Emails from wordpress</a> <small>Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them...</small></li>
<li><a href='http://webdesign.anmari.com/1107/missing-emails/' rel='bookmark' title='Permanent Link: Missing Emails&#8230;.'>Missing Emails&#8230;.</a> <small>Unfortunately in the land of spam warfare, electronic counter measures and counter counter measures, there are occasional innocent victims -...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1384/personalised-emails-or-communications/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Sending Emails from wordpress</title>
		<link>http://webdesign.anmari.com/1341/sending-emails-from-wordpress/</link>
		<comments>http://webdesign.anmari.com/1341/sending-emails-from-wordpress/#comments</comments>
		<pubDate>Wed, 20 May 2009 07:19:37 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[subscribers]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1341</guid>
		<description><![CDATA[Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them back to the site, to advise the of new options etc.  Sometimes part of the web product may be an email of content which is not available on the website, like a newsletter.  Often the [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1107/missing-emails/' rel='bookmark' title='Permanent Link: Missing Emails&#8230;.'>Missing Emails&#8230;.</a> <small>Unfortunately in the land of spam warfare, electronic counter measures and counter counter measures, there are occasional innocent victims -...</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
<li><a href='http://webdesign.anmari.com/1384/personalised-emails-or-communications/' rel='bookmark' title='Permanent Link: Personalised emails or communications'>Personalised emails or communications</a> <small>To personalise or not? What is personalisation really? How can one personalise in a wordpress system....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them back to the site, to advise the of new options etc.  Sometimes part of the web product may be an email of content which is not available on the website, like a newsletter.  Often the need is simply to notify interested parties that there is more information available.</p>
<p>Sometimes web owners wish to make these <a href="http://webdesign.anmari.com/personalised-emails-or-communications/">emails more personal</a>.  There are varying opinions and schools of thoughts on this.</p>
<p>There are many different ways that people want to record their user detatils and then to email out to them.  Following are some notes (in progress) about ways of doing this in wordpress.</p>
<h3>Factors that affect the decision:</h3>
<ul>
<li>Amount of data wanted to capture &#8211; tradeoff &#8211; try for to much, users won&#8217;t subscribe.</li>
<li>Ability to select or isolate user groups eg: by roles or member types.</li>
<li>Confidence in email delivery and receipt &#8211; spam a big issue, and false positive&#8217;s happen.  This is a big problem even with the large scale dedicated email services (see below).   Aweber say that they have a relationship with many large hosts and so can offer a better success rate for email delivery</li>
<li>Whether you want to involve a third party &#8211; yet another place the web owner has to login to manage their members or subscribers</li>
<li>Degree on interaction required between other plugins such as role managers or membership software.</li>
<li>Whether you just want the posts to gout by email, or whether you also want to be able to send custom emails that do not go on the website.</li>
<li>Ability to save such custom emails (not as posts, or else you use the rss to email options!)</li>
</ul>
<h2>If you have a lower volume and want to keep costs down:</h2>
<h3><a href="http://wordpress.org/extend/plugins/subscribe2/">Subscribe2</a></h3>
<ul>
<li>free, $40 upgrade to get html on the broadcast &#8220;mail subscribers&#8221;</li>
<li>aimed at a &#8220;quick&#8221; subscriber to encourage users, therefore no capture of details beyond email address</li>
<li>no personalisation, as many subscribers will not even have entered a username</li>
<li>allows users to subscribe by category and to specify html or text</li>
</ul>
<h3><a href="http://wordpress.org/extend/plugins/post-notification/">Post notification</a></h3>
<ul>
<li>apparently came from a similar base as Subscribe2</li>
<li>has similar functionality</li>
</ul>
<h3><a href="http://wordpress.org/extend/plugins/mailpress">mailpress</a></h3>
<ul>
<li>lots of configuration options, may suit an experienced wordpress user.  Remember features = complexity which can = hard to implement.</li>
</ul>
<h3><a href="http://wordpress.org/extend/plugins/email-users/">Email Users</a></h3>
<ul>
<li>sends mail to user groups based on roles</li>
<li>plugin link does not work, no screenshots &#8211; don&#8217;t bother</li>
</ul>
<h3><a href="http://wordpress.org/extend/plugins/mass-mail/">mass-mail</a></h3>
<ul>
<li>relatively new &#8211; maybe wait a bit and see how the feedback goes re bugs etc</li>
</ul>
<p><a href="http://www.newmedias.co.uk/?a_aid=34bf6dcc">Your Responder from Cambridge new media (Your Members plugin)</a></p>
<ul>
<li>looks like it will be a good option</li>
<li>can save emails for re-use</li>
<li>can select users by member type</li>
<li>still in beta mode with a few annoying bugs</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/mailtostaff/">mailtostaff</a></p>
<ul>
<li>Aimed at quick informal internal staff communication, not suitable for customers</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/mail2list/">Mail2List</a></p>
<ul>
<li>syntax error in latest version loaded &#8211; testing??</li>
<li>Can personalise?</li>
<li>No screenshots, so you&#8217;d have to install to see more</li>
<li>Can create custom lists too?</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/emailuserx/">emailuserx</a></p>
<ul>
<li>Limited info, no screenshots, link to plugin page does not work &#8211; don&#8217;t bother.</li>
</ul>
<h2>Large volume and don&#8217;t mind spending more:</h2>
<ul>
<li>Aweber &#8211; well regarded, and popular,</li>
<li>GetResponse,</li>
<li>Pro autoresponder,</li>
<li>Auto response plus (an installed version)</li>
</ul>
<h2>Just want to convert the RSS Feed to an email</h2>
<ul>
<li>subscribe 2 or post notification as per above</li>
<li>feedburner &#8211; bought by google, sometimes unrealiable &#8211; or is that the nature of emails these days!</li>
<li>feedblitz</li>
</ul>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1341%2Fsending-emails-from-wordpress%2F&amp;title=Sending%20Emails%20from%20wordpress&amp;bodytext=Many%20web%20owners%20still%20want%20to%20send%20their%20users%20emails%20-%20it%20can%20serve%20as%20a%20nudge%20to%20bring%20them%20back%20to%20the%20site%2C%20to%20advise%20the%20of%20new%20options%20etc.%C2%A0%20Sometimes%20part%20of%20the%20web%20product%20may%20be%20an%20email%20of%20content%20which%20is%20not%20available%20on%20the%20website%2C%20li" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1341%2Fsending-emails-from-wordpress%2F&amp;title=Sending%20Emails%20from%20wordpress&amp;notes=Many%20web%20owners%20still%20want%20to%20send%20their%20users%20emails%20-%20it%20can%20serve%20as%20a%20nudge%20to%20bring%20them%20back%20to%20the%20site%2C%20to%20advise%20the%20of%20new%20options%20etc.%C2%A0%20Sometimes%20part%20of%20the%20web%20product%20may%20be%20an%20email%20of%20content%20which%20is%20not%20available%20on%20the%20website%2C%20li" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1341%2Fsending-emails-from-wordpress%2F&amp;t=Sending%20Emails%20from%20wordpress" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1341%2Fsending-emails-from-wordpress%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Sending%20Emails%20from%20wordpress%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1341%2Fsending-emails-from-wordpress%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1107/missing-emails/' rel='bookmark' title='Permanent Link: Missing Emails&#8230;.'>Missing Emails&#8230;.</a> <small>Unfortunately in the land of spam warfare, electronic counter measures and counter counter measures, there are occasional innocent victims -...</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
<li><a href='http://webdesign.anmari.com/1384/personalised-emails-or-communications/' rel='bookmark' title='Permanent Link: Personalised emails or communications'>Personalised emails or communications</a> <small>To personalise or not? What is personalisation really? How can one personalise in a wordpress system....</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1341/sending-emails-from-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting a list of subscribers</title>
		<link>http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/</link>
		<comments>http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:25:02 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[S2]]></category>
		<category><![CDATA[Your Members]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1335</guid>
		<description><![CDATA[Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not too big (better tools required if list gets really large -  will hopefully be coming from the &#8220;Cambridge new media&#8221; crowd in later versions): Logon to admin &#62;go to Your members &#62; Members and subscriptions [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1341/sending-emails-from-wordpress/' rel='bookmark' title='Permanent Link: Sending Emails from wordpress'>Sending Emails from wordpress</a> <small>Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them...</small></li>
<li><a href='http://webdesign.anmari.com/1708/list-users-subscribersauthors-version-1-3/' rel='bookmark' title='Permanent Link: List users / subscribers/authors -version 1.3'>List users / subscribers/authors -version 1.3</a> <small>AmR Users version 1.3 has just been uploaded to wordpress and should be available in minutes. Changes: Shortcode usage include/exclude...</small></li>
<li><a href='http://webdesign.anmari.com/1122/your-member-admin-area/' rel='bookmark' title='Permanent Link: Your Member Admin area'>Your Member Admin area</a> <small>Home &#8211; statistics and news Members and subscriptions Member management &#8211; paged list of members, can filter and sort.  Would...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Trial, Paid, Expired or Active members</h3>
<p>For the list of members with their status etc if the list is not too big (better tools required if list gets really large -  will hopefully be coming from the &#8220;<em>Cambridge new media</em>&#8221; crowd in later versions):</p>
<ul>
<li>Logon to admin &gt;go to Your members &gt; Members and subscriptions &gt; Member Management</li>
<li>see partial list</li>
<li>Go down to  <strong><span>Number of Rows per page: </span></strong></li>
<li>Enter a large enough number and click reload</li>
<li>see full list &#8211; select all, cut and paste into excel, or calc</li>
</ul>
<h3>Users who have subscribed to email notifications</h3>
<p>For full list, including those who have subscribed to post notifications using Subscribe2.  Note since this is a quick easy signup &#8211; to encourage the user, the only info available is email address.  Any one NOT on the full list is only a  &#8220;please notify me&#8221; member, not paid</p>
<ul>
<li>Go to Tools &gt; Subscribers</li>
<li><strong>Filter</strong> if you want to cut the list down, else select all.</li>
<li>Top right hand side &#8211; select <strong>&#8220;save emails to csv&#8221;</strong> file</li>
</ul>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1335%2Fgetting-a-list-of-subscribers%2F&amp;title=Getting%20a%20list%20of%20subscribers&amp;bodytext=Trial%2C%20Paid%2C%20Expired%20or%20Active%20members%0D%0AFor%20the%20list%20of%20members%20with%20their%20status%20etc%20if%20the%20list%20is%20not%20too%20big%20%28better%20tools%20required%20if%20list%20gets%20really%20large%20-%C2%A0%20will%20hopefully%20be%20coming%20from%20the%20%22Cambridge%20new%20media%22%20crowd%20in%20later%20versions%29%3A%0D%0A%0D" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1335%2Fgetting-a-list-of-subscribers%2F&amp;title=Getting%20a%20list%20of%20subscribers&amp;notes=Trial%2C%20Paid%2C%20Expired%20or%20Active%20members%0D%0AFor%20the%20list%20of%20members%20with%20their%20status%20etc%20if%20the%20list%20is%20not%20too%20big%20%28better%20tools%20required%20if%20list%20gets%20really%20large%20-%C2%A0%20will%20hopefully%20be%20coming%20from%20the%20%22Cambridge%20new%20media%22%20crowd%20in%20later%20versions%29%3A%0D%0A%0D" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1335%2Fgetting-a-list-of-subscribers%2F&amp;t=Getting%20a%20list%20of%20subscribers" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1335%2Fgetting-a-list-of-subscribers%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Getting%20a%20list%20of%20subscribers%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1335%2Fgetting-a-list-of-subscribers%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1341/sending-emails-from-wordpress/' rel='bookmark' title='Permanent Link: Sending Emails from wordpress'>Sending Emails from wordpress</a> <small>Many web owners still want to send their users emails &#8211; it can serve as a nudge to bring them...</small></li>
<li><a href='http://webdesign.anmari.com/1708/list-users-subscribersauthors-version-1-3/' rel='bookmark' title='Permanent Link: List users / subscribers/authors -version 1.3'>List users / subscribers/authors -version 1.3</a> <small>AmR Users version 1.3 has just been uploaded to wordpress and should be available in minutes. Changes: Shortcode usage include/exclude...</small></li>
<li><a href='http://webdesign.anmari.com/1122/your-member-admin-area/' rel='bookmark' title='Permanent Link: Your Member Admin area'>Your Member Admin area</a> <small>Home &#8211; statistics and news Members and subscriptions Member management &#8211; paged list of members, can filter and sort.  Would...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorials for a Members only website</title>
		<link>http://webdesign.anmari.com/1303/video-tutorials-for-membershipsite/</link>
		<comments>http://webdesign.anmari.com/1303/video-tutorials-for-membershipsite/#comments</comments>
		<pubDate>Thu, 14 May 2009 04:53:10 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[Your Members]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1303</guid>
		<description><![CDATA[These are full screen flash video tutorials &#8211; they will load in a separate tab.  They are no more than 5 minutes long each, and are about 5 Mg each.  They describe how to use: The Your members plugin The subscribe2 plugin, and The podcast plugin to achieve a membership site for a weekly publication [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1213/writing-partially-protected-posts-with-mp3-in-ym/' rel='bookmark' title='Permanent Link: Process for Writing partially protected posts in YM'>Process for Writing partially protected posts in YM</a> <small>A careful step by step procedure and checklist for posting a weekly post which included a public teaser, a private...</small></li>
<li><a href='http://webdesign.anmari.com/1088/installing-your-members/' rel='bookmark' title='Permanent Link: Looks good, dived in with a developers license'>Looks good, dived in with a developers license</a> <small>A record or informal guide of the installation process of the Your Members wordpress membership plugin....</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>These are full screen flash video tutorials &#8211; they will load in a separate tab.  They are no more than 5 minutes long each, and are about 5 Mg each.  They describe how to use:</p>
<ul>
<li>The Your members plugin</li>
<li>The subscribe2 plugin, and</li>
<li>The podcast plugin</li>
</ul>
<p>to achieve a membership site for a weekly publication that includes a members only audio file.  They use a training website with publicly available sample material  from amongst others, the very interesting <a href="http://Intuitiveweek.com">Intuitiveweek.com</a>.</p>
<h2>Publishing the weekly post</h2>
<h3>Descriptions of separate steps or concepts</h3>
<p>If you are new to writing posts in wordpress, please view each tutorial and practise each step first in a play website eg: <a href="http://anmari.com/play/wp/">http://anmari.com/play/wp/</a></p>
<ul>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-13_2126addmedia.swf" target="videos">How to add an mp3 file into a wordpress website</a></li>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-13_2157writepost.swf" target="videos">How to write a post with a members only section</a></li>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-13_2229addmp3topost.swf" target="videos">How to add the mp3 into the post</a></li>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-14_1203addpodcasting.swf" target="videos">How to add audio player with podcast information into post</a></li>
</ul>
<h3>Summary or Overview for the more advanced</h3>
<ul>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-14_1246podcastsummary.swf" target="videos">Summary of how to write a post with a private section with a audio player in the private section.,</a> OR</li>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-14_1137summary1.swf" target="videos">Summary of how to write a post with a private section with mp3 link only (no player)</a></li>
</ul>
<h2>Notifying subscribers</h2>
<h3>Sending a &#8220;broadcast&#8221; email using the Subscribe2 plugin &#8220;mail subscribers&#8221; function, to (public non members and paid members) of the above publication</h3>
<ul>
<li><a href="http://webdesign.anmari.com/wp-content/uploads/2009-05-14_1305sendemail.swf" target="videos">How to send email using  &#8220;mail subscribers&#8221; </a></li>
</ul>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1303%2Fvideo-tutorials-for-membershipsite%2F&amp;title=Video%20Tutorials%20for%20a%20Members%20only%20website&amp;bodytext=These%20are%20full%20screen%20flash%20video%20tutorials%20-%20they%20will%20load%20in%20a%20separate%20tab.%C2%A0%20They%20are%20no%20more%20than%205%20minutes%20long%20each%2C%20and%20are%20about%205%20Mg%20each.%C2%A0%20They%20describe%20how%20to%20use%3A%0D%0A%0D%0A%09The%20Your%20members%20plugin%0D%0A%09The%20subscribe2%20plugin%2C%20and%0D%0A%09The%20podcast%20p" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1303%2Fvideo-tutorials-for-membershipsite%2F&amp;title=Video%20Tutorials%20for%20a%20Members%20only%20website&amp;notes=These%20are%20full%20screen%20flash%20video%20tutorials%20-%20they%20will%20load%20in%20a%20separate%20tab.%C2%A0%20They%20are%20no%20more%20than%205%20minutes%20long%20each%2C%20and%20are%20about%205%20Mg%20each.%C2%A0%20They%20describe%20how%20to%20use%3A%0D%0A%0D%0A%09The%20Your%20members%20plugin%0D%0A%09The%20subscribe2%20plugin%2C%20and%0D%0A%09The%20podcast%20p" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1303%2Fvideo-tutorials-for-membershipsite%2F&amp;t=Video%20Tutorials%20for%20a%20Members%20only%20website" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1303%2Fvideo-tutorials-for-membershipsite%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Video%20Tutorials%20for%20a%20Members%20only%20website%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1303%2Fvideo-tutorials-for-membershipsite%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1213/writing-partially-protected-posts-with-mp3-in-ym/' rel='bookmark' title='Permanent Link: Process for Writing partially protected posts in YM'>Process for Writing partially protected posts in YM</a> <small>A careful step by step procedure and checklist for posting a weekly post which included a public teaser, a private...</small></li>
<li><a href='http://webdesign.anmari.com/1088/installing-your-members/' rel='bookmark' title='Permanent Link: Looks good, dived in with a developers license'>Looks good, dived in with a developers license</a> <small>A record or informal guide of the installation process of the Your Members wordpress membership plugin....</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1303/video-tutorials-for-membershipsite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Process for Writing partially protected posts in YM</title>
		<link>http://webdesign.anmari.com/1213/writing-partially-protected-posts-with-mp3-in-ym/</link>
		<comments>http://webdesign.anmari.com/1213/writing-partially-protected-posts-with-mp3-in-ym/#comments</comments>
		<pubDate>Mon, 11 May 2009 05:54:56 +0000</pubDate>
		<dc:creator>anmari</dc:creator>
				<category><![CDATA[Membership sites]]></category>
		<category><![CDATA[Your Members]]></category>

		<guid isPermaLink="false">http://webdesign.anmari.com/?p=1213</guid>
		<description><![CDATA[A careful step by step procedure and checklist for posting a weekly post which included a public teaser, a private section, and a large mp3 file, using &#8220;Your members&#8221;. Summary: For those who are familiar with writing posts in wordpress: Please ensure that you are either logged in as the author, or change the &#8220;post [...]


Related posts:<ol><li><a href='http://webdesign.anmari.com/1303/video-tutorials-for-membershipsite/' rel='bookmark' title='Permanent Link: Video Tutorials for a Members only website'>Video Tutorials for a Members only website</a> <small>These are full screen flash video tutorials &#8211; they will load in a separate tab.  They are no more than...</small></li>
<li><a href='http://webdesign.anmari.com/1088/installing-your-members/' rel='bookmark' title='Permanent Link: Looks good, dived in with a developers license'>Looks good, dived in with a developers license</a> <small>A record or informal guide of the installation process of the Your Members wordpress membership plugin....</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A careful step by step procedure and checklist for posting a weekly post which included a public teaser, a private section, and a large mp3 file, using <a href="http://www.newmedias.co.uk/?a_aid=34bf6dcc">&#8220;Your members&#8221;.</a></p>
<h2>Summary:</h2>
<p>For those who are familiar with writing posts in wordpress:</p>
<ul>
<li>Please ensure that you are either logged in as the author, or change the &#8220;post author&#8221; when writing,</li>
<li>Write the new post,</li>
<li>set the member access (trial, plus member)</li>
<li>set the category (&amp; optional tags)</li>
<li>bracket the members only section with <div class="ym_private_no_access"><div class="ym_message"><div class="ym_message_liner">You need to be logged in to download the file or see the post</div></div></div></li>
<li>upload the audio file, add the link into the private part.  Ensure that the full URL is specified so that the &#8220;enclosure&#8221; custom field (required for the podcast feed) will be created by wordpress.  check by saving/publishing and then scrolling down to the custom field section.</li>
</ul>
<h2>Detailed Description:</h2>
<p>In order to be as detailed as possible, these instructions have been divided into the following sections.</p>
<ul>
<li>Writing the weekly message</li>
<li>Preparing the mp3 file
<ul>
<li>Option 1- using the add media</li>
<li>Option 2 &#8211; Use FTP to upload the file</li>
</ul>
</li>
<li>Adding the audio link to the weekly message</li>
</ul>
<h2>How to Write the weekly message or Post:</h2>
<p><em>These instructions assume that you have at least written a post in wordpress before.  If you have not, please <a title="Links to Training Materials" href="http://webdesign.anmari.com/web-design/basic-user-guide/">familiarise yourself</a> in a test or demo system if possible.  If using a live system to practise in (not recommended), do not &#8220;publish&#8221; &#8211; simply save as drafts, and then delete your tests later.</em></p>
<p><strong>Logon</strong> to the admin area of your wordpress website.</p>
<h3>Write the weekly message</h3>
<div id="attachment_1231" class="wp-caption alignright" style="width: 140px"><a href="http://webdesign.anmari.com/wp-content/uploads/addpost.png"><img class="size-full wp-image-1231" title="addpost" src="http://webdesign.anmari.com/wp-content/uploads/addpost.png" alt="Click Add New" width="130" height="186" /></a><p class="wp-caption-text">Click Add New</p></div>
<div id="attachment_1230" class="wp-caption alignright" style="width: 136px"><a href="http://webdesign.anmari.com/wp-content/uploads/postsmenu.png"><img class="size-full wp-image-1230" title="postsmenu" src="http://webdesign.anmari.com/wp-content/uploads/postsmenu.png" alt="Open the Post menu" width="126" height="84" /></a><p class="wp-caption-text">Open the Post menu</p></div>
<p>In our example we are working with here, we have two parts to the weekly message.  A section that is to be the formal partially protected post.</p>
<ul>
<li>Open up the posts menu</li>
<li>Click <strong>Add New</strong></li>
</ul>
<div id="attachment_1299" class="wp-caption alignnone" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/addnewpost.png"><img class="size-medium wp-image-1299" title="addnewpost" src="http://webdesign.anmari.com/wp-content/uploads/addnewpost-300x164.png" alt="Add new Post" width="300" height="164" /></a><p class="wp-caption-text">Add new Post</p></div>
<ul>
<li>Enter the <strong>title</strong> at the top</li>
<li>Now before you do anything else, a good habit to get into is to <strong>set all the settings for that post before</strong> you write the content</li>
<li><strong>Set the access</strong> in the &#8220;Your members section&#8221;.  This defines who will have access to our post when they are logged in. In our example, we click
<ul>
<li>Trial</li>
<li>Member</li>
</ul>
</li>
<li></li>
</ul>
<p><a href="http://webdesign.anmari.com/wp-content/uploads/categories.png"><img class="alignnone size-full wp-image-1300" title="categories" src="http://webdesign.anmari.com/wp-content/uploads/categories.png" alt="categories" width="137" height="133" /></a></p>
<ul>
<li>Set the <strong>Category </strong>- this may be correct by default already, always check.</li>
<li>Scroll down to the bottom.  If you see a &#8220;Subscribe2 Notification Override&#8221;, decide whether
<ul>
<li> you wish to use the automatic notification of a new post according to the S2 settings, (by post or daily digest), with standard information or</li>
<li>no notification is to be sent (only feed readers, podcasters direct visitors will know of this post)</li>
<li>you plan to send a separate broadcast email &#8211; see notes on this at end.</li>
</ul>
</li>
<li><strong>Save the draft</strong></li>
<li>Go back to the main text box.  In this example we will ad in some nice formatting, so open up the &#8220;kitchen sink&#8221; by clicking on the coloured line icon.  Now you should have 2 lines of icons.  Note these options now on the second line:
<ul>
<li>the Format dropdown box, and the</li>
<li>the &#8220;Paste as plain text&#8221; &#8211; <strong>if pasting from Msword or any document with it&#8217;s own formatting, always paste using this button, </strong>to avoid inconsistent formatting.<strong><br />
</strong></li>
</ul>
</li>
<li>Either type in the text directly, or cut and paste (as plain text)  from the source document.</li>
<li>Select any text that is to be formatted as heading 2, click the format  dropdown and select heading 2</li>
<li>Select any text that is to be formatted as heading 3, click the format  dropdown and select heading 3</li>
<li><strong>Save the draft</strong></li>
<li>Mark the sections that are private.<strong> </strong>Enter <strong><div class="ym_private_no_access"><div class="ym_message"><div class="ym_message_liner">You need to be logged in to download the file or see the post</div></div></div></strong> at the end of the private section.  If you miss the ending tag, the post will be completely public.</li>
<li><strong>Preview</strong> &#8211; you are logged in as admin you will see the full post as a member would.  Check all looks okay.</li>
<li>Decide where the mp3 link should go &#8211; to be private, it must be inside the private tags.  For example under the headings.  Put your cursor there.</li>
<li>Click the Add Audio button.  If you have pre-loaded the file as per below.</li>
<li>Click media library</li>
</ul>
<h3>Prepare the mp3 file</h3>
<p><em>Depending on your internet connection and the size of the mp3 file, you should choose how to load the file onto the server.   If the file  is not too large, then it can be loaded using the wordpress media loader.   I suggest you test this out first with a representative size file.If you experience problems, then you may want to consider loading using ftp.  This will be discussed separately, For consistency this should be to the same folder or directory that the &#8220;Add New Media&#8221;  would have used. </em></p>
<p>Extract the file from the email if it has been emailed to you, storing it in a location that is easy to access for uploading.</p>
<h4>Option 1- using the add media</h4>
<div id="attachment_1215" class="wp-caption alignright" style="width: 172px"><a href="http://webdesign.anmari.com/wp-content/uploads/mediamenu.png"><img class="size-full wp-image-1215" title="mediamenu" src="http://webdesign.anmari.com/wp-content/uploads/mediamenu.png" alt="Media Menu" width="162" height="175" /></a><p class="wp-caption-text">Media Menu</p></div>
<p>It is possible to add media from within the post, however for large or complex files that may take a while, it is simpler in some ways to prepare it before you get to the post, or to upload it separately and return to the postto link the two together.</p>
<ol>
<li>Goto the  admin menu area called &#8220;Media&#8221;,  click on it if it is not open, and then click<strong> &#8220;Add new&#8221;.</strong></li>
<li>If you have previously successfully uploaded with the flash loader, you can continue on to click the <strong>&#8220;Select Files&#8221; </strong>button.  If you do not have the latest Flash version enabled in your browser, or you experience any problems uploading then next time, click on the &#8220;Browser Uploader&#8221; instead.
<p><div id="attachment_1218" class="wp-caption alignnone" style="width: 422px"><a href="http://webdesign.anmari.com/wp-content/uploads/selectbrowserupload.png"><img class="size-full wp-image-1218" title="selectbrowserupload" src="http://webdesign.anmari.com/wp-content/uploads/selectbrowserupload.png" alt="Select Browser Upload, then Select files" width="412" height="136" /></a><p class="wp-caption-text">Select Browser Upload, then Select files</p></div></li>
<li>Browser your computer and <strong>select the file</strong> in that handy location.  Click Open or Select or whatever your PC uses to choose the file.</li>
<li>The file will start uploading.  On my connection &#8220;downunder&#8221; (Australia is notorious for not yet having high speed broadband) where I have the fastest connection I can have, a 6 Mg file takes just <strong>about a minute to upload</strong>.   Wait&#8230;&#8230;.. do not close the window or do anything else silly&#8230;.. <a title="Computer and Desk Stretches" href="http://www.medicinenet.com/script/main/art.asp?articlekey=41556">do your computer stretches</a>.  When the file has been successfully uploaded, you will a list of media files with the new one at the top.  Note it is not &#8220;attached&#8221; to any post yet.
<p><div id="attachment_1224" class="wp-caption alignnone" style="width: 310px"><a href="http://webdesign.anmari.com/wp-content/uploads/medialist.png"><img class="size-medium wp-image-1224" title="medialist" src="http://webdesign.anmari.com/wp-content/uploads/medialist-300x137.png" alt="Media List" width="300" height="137" /></a><p class="wp-caption-text">Media List</p></div></li>
</ol>
<h3>Option 2 &#8211; Use FTP to upload the file</h3>
<p>Specific instructions will depend on the type of FTP software you are using.   You need to know</p>
<ul>
<li>the hostname ( the domain name)</li>
<li>the ftp username</li>
<li>the ftp password</li>
<li>the folder path to use for the uploads  Ask your administrator for the path.<em>Example: http://yourdomain/some/wp-content/uploads-iw/</em></li>
</ul>
<ol>
<li>Run your FTP program, connect to the host, entering the username and password,</li>
<li>On the source side, browse to where the mp3 file is stored</li>
<li>On the destination side, browse to the folder destination</li>
<li>Upload the file</li>
<li>Check and get the correct url, by loading your browser, entering the url path in the address area and checking that you can access the file.  It will start downloading if it is found, Cancel the  download</li>
<li>Copy the url that has just worked &#8211; we will be pasting it into the post.</li>
</ol>
<p>Now to add the weekly post / message that is to contain the mp3 audio file.</p>
<p>&#8230;.. coming</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdesign.anmari.com%2F1213%2Fwriting-partially-protected-posts-with-mp3-in-ym%2F&amp;title=Process%20for%20Writing%20partially%20protected%20posts%20in%20YM&amp;bodytext=A%20careful%20step%20by%20step%20procedure%20and%20checklist%20for%20posting%20a%20weekly%20post%20which%20included%20a%20public%20teaser%2C%20a%20private%20section%2C%20and%20a%20large%20mp3%20file%2C%20using%20%22Your%20members%22.%0D%0ASummary%3A%0D%0AFor%20those%20who%20are%20familiar%20with%20writing%20posts%20in%20wordpress%3A%0D%0A%0D%0A%09Please%20" title="Digg"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebdesign.anmari.com%2F1213%2Fwriting-partially-protected-posts-with-mp3-in-ym%2F&amp;title=Process%20for%20Writing%20partially%20protected%20posts%20in%20YM&amp;notes=A%20careful%20step%20by%20step%20procedure%20and%20checklist%20for%20posting%20a%20weekly%20post%20which%20included%20a%20public%20teaser%2C%20a%20private%20section%2C%20and%20a%20large%20mp3%20file%2C%20using%20%22Your%20members%22.%0D%0ASummary%3A%0D%0AFor%20those%20who%20are%20familiar%20with%20writing%20posts%20in%20wordpress%3A%0D%0A%0D%0A%09Please%20" title="del.icio.us"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdesign.anmari.com%2F1213%2Fwriting-partially-protected-posts-with-mp3-in-ym%2F&amp;t=Process%20for%20Writing%20partially%20protected%20posts%20in%20YM" title="Facebook"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webdesign.anmari.com/feed/" title="RSS"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwebdesign.anmari.com%2F1213%2Fwriting-partially-protected-posts-with-mp3-in-ym%2F" title="Technorati"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Process%20for%20Writing%20partially%20protected%20posts%20in%20YM%20-%20http%3A%2F%2Fwebdesign.anmari.com%2F1213%2Fwriting-partially-protected-posts-with-mp3-in-ym%2F" title="Twitter"><img src="http://webdesign.anmari.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:</p><ol><li><a href='http://webdesign.anmari.com/1303/video-tutorials-for-membershipsite/' rel='bookmark' title='Permanent Link: Video Tutorials for a Members only website'>Video Tutorials for a Members only website</a> <small>These are full screen flash video tutorials &#8211; they will load in a separate tab.  They are no more than...</small></li>
<li><a href='http://webdesign.anmari.com/1088/installing-your-members/' rel='bookmark' title='Permanent Link: Looks good, dived in with a developers license'>Looks good, dived in with a developers license</a> <small>A record or informal guide of the installation process of the Your Members wordpress membership plugin....</small></li>
<li><a href='http://webdesign.anmari.com/1335/getting-a-list-of-subscribers/' rel='bookmark' title='Permanent Link: Getting a list of subscribers'>Getting a list of subscribers</a> <small>Trial, Paid, Expired or Active members For the list of members with their status etc if the list is not...</small></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://webdesign.anmari.com/1213/writing-partially-protected-posts-with-mp3-in-ym/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
