<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for ButlerBlog</title>
	<atom:link href="http://butlerblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://butlerblog.com</link>
	<description>chad butler&#039;s weblog</description>
	<lastBuildDate>Mon, 21 May 2012 09:13:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Adding Custom Fields in WP-Members&#153;  by wasim</title>
		<link>http://butlerblog.com/2010/09/27/adding-custom-fields-in-wp-members/comment-page-2/#comment-72932</link>
		<dc:creator>wasim</dc:creator>
		<pubDate>Mon, 21 May 2012 09:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/?p=907#comment-72932</guid>
		<description>Hi chad,
I have my own custom field set for registration form, and now i want to extract the value of that custom field , how can i print the array?
i want to record the url of the registration page and add it as a custom field, so when user is approved and try to login , after successfull login the user will be redirected to that url he signed up for.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi chad,<br />
I have my own custom field set for registration form, and now i want to extract the value of that custom field , how can i print the array?<br />
i want to record the url of the registration page and add it as a custom field, so when user is approved and try to login , after successfull login the user will be redirected to that url he signed up for.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  2.7.4 final release by jim28100</title>
		<link>http://butlerblog.com/2012/05/04/wp-members-2-7-4-final-release/comment-page-1/#comment-72923</link>
		<dc:creator>jim28100</dc:creator>
		<pubDate>Mon, 21 May 2012 07:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/?p=2051#comment-72923</guid>
		<description>Hi Chad,

Is there a way (or workaround) to allow the registration moderator to see the registrant&#039;s password when they receive a registration request or better still a copy of the subsequent email that goes off to the approved user? Occasionally the &#039;moderated&#039; login details are not getting through to the user, because of SPAM filter setup I guess. It would be useful if the admin could forward on their details if they don&#039;t arrive?

Jim</description>
		<content:encoded><![CDATA[<p>Hi Chad,</p>
<p>Is there a way (or workaround) to allow the registration moderator to see the registrant&#8217;s password when they receive a registration request or better still a copy of the subsequent email that goes off to the approved user? Occasionally the &#8216;moderated&#8217; login details are not getting through to the user, because of SPAM filter setup I guess. It would be useful if the admin could forward on their details if they don&#8217;t arrive?</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  FAQs by Chad</title>
		<link>http://butlerblog.com/wp-members/wp-members-faqs/comment-page-7/#comment-72883</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 21 May 2012 01:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/?page_id=1076#comment-72883</guid>
		<description>Well, the plugin cannot bypass the WordPress email function as that is the function it uses to send email (wp_mail).  If wp_mail was in any way not functioning, there would be no emails going out.  

A cursory search indicates that with Hostmonster if the From: header is not formatted correctly, is empty or invalid their system will change the from address.  With the default setting, the from address is set by WordPress and not the plugin.  So my guess would be that you have set an email address that your host considers invalid (such as &quot;info@mydomain.com&quot; when there is no such valid address in your system).  Some hosts do this to prevent spammers from sending from made-up addresses.</description>
		<content:encoded><![CDATA[<p>Well, the plugin cannot bypass the WordPress email function as that is the function it uses to send email (wp_mail).  If wp_mail was in any way not functioning, there would be no emails going out.  </p>
<p>A cursory search indicates that with Hostmonster if the From: header is not formatted correctly, is empty or invalid their system will change the from address.  With the default setting, the from address is set by WordPress and not the plugin.  So my guess would be that you have set an email address that your host considers invalid (such as &#8220;info@mydomain.com&#8221; when there is no such valid address in your system).  Some hosts do this to prevent spammers from sending from made-up addresses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  by Chad</title>
		<link>http://butlerblog.com/wp-members/comment-page-13/#comment-72881</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 21 May 2012 01:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/wp-members/#comment-72881</guid>
		<description>Bill - since I do know this function works, it&#039;s difficult to track down why it wouldn&#039;t be working for you.  I do know that I have run across a couple of situations where the site had been using a caching plugin.  For some reason, this interfered with the process in a way that caused the system to put two meta entries for each field.  Ultimately, this created a situation that made it appear that registration information was not being retained.  However, a look at the database showed the information was there, it just was unable to be displayed via the system.  This problem was the result of a conflict with a cache plugin and it effected any accounts that were created when that plugin was active, even when that plugin was disabled.  Sorry for the long explanation, but I thought it might help determine if this is a similar case.  Have you had any cache plugin installed and activated at anytime during this process?</description>
		<content:encoded><![CDATA[<p>Bill &#8211; since I do know this function works, it&#8217;s difficult to track down why it wouldn&#8217;t be working for you.  I do know that I have run across a couple of situations where the site had been using a caching plugin.  For some reason, this interfered with the process in a way that caused the system to put two meta entries for each field.  Ultimately, this created a situation that made it appear that registration information was not being retained.  However, a look at the database showed the information was there, it just was unable to be displayed via the system.  This problem was the result of a conflict with a cache plugin and it effected any accounts that were created when that plugin was active, even when that plugin was disabled.  Sorry for the long explanation, but I thought it might help determine if this is a similar case.  Have you had any cache plugin installed and activated at anytime during this process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  FAQs by Will</title>
		<link>http://butlerblog.com/wp-members/wp-members-faqs/comment-page-7/#comment-72859</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 20 May 2012 23:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/?page_id=1076#comment-72859</guid>
		<description>The plugin is sending out emails from a weird address - I&#039;m not sure where the problem is or how to change it.  It sends it out as [myhostmonsterusername]@host302.hostmonster.com.  As far as I can find in my cPanel admin, there&#039;s no such email account.  I tried adding in the filters to the function.php in my theme like you suggested, but they didn&#039;t work.  The plugin seems to be bypassing the wordpress email function and is sending emails from hostmonster.  And advice is greatly appreciated.</description>
		<content:encoded><![CDATA[<p>The plugin is sending out emails from a weird address &#8211; I&#8217;m not sure where the problem is or how to change it.  It sends it out as [myhostmonsterusername]@host302.hostmonster.com.  As far as I can find in my cPanel admin, there&#8217;s no such email account.  I tried adding in the filters to the function.php in my theme like you suggested, but they didn&#8217;t work.  The plugin seems to be bypassing the wordpress email function and is sending emails from hostmonster.  And advice is greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO Plugin for WordPress &#124; Sponsored Plugin Review by Mike Gates</title>
		<link>http://butlerblog.com/2010/12/06/seo-plugin-for-wordpress-sponsored-plugin-review/comment-page-1/#comment-72457</link>
		<dc:creator>Mike Gates</dc:creator>
		<pubDate>Sat, 19 May 2012 15:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/?p=1037#comment-72457</guid>
		<description>Rotating the link text that your visitors will be using to link to your sites has become extremely important with the recent Google Penguin update.  This looks like a valuable plugin to add to my arsenal of seo related plugins.</description>
		<content:encoded><![CDATA[<p>Rotating the link text that your visitors will be using to link to your sites has become extremely important with the recent Google Penguin update.  This looks like a valuable plugin to add to my arsenal of seo related plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  by Chad</title>
		<link>http://butlerblog.com/wp-members/comment-page-13/#comment-72420</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sat, 19 May 2012 14:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/wp-members/#comment-72420</guid>
		<description>Hi Pat - yes, I need to get an updated pot file into the download.  You can update this in your translation .po file by changing the string to &quot;Existing Users Login&quot;</description>
		<content:encoded><![CDATA[<p>Hi Pat &#8211; yes, I need to get an updated pot file into the download.  You can update this in your translation .po file by changing the string to &#8220;Existing Users Login&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  by bill clune</title>
		<link>http://butlerblog.com/wp-members/comment-page-13/#comment-72355</link>
		<dc:creator>bill clune</dc:creator>
		<pubDate>Sat, 19 May 2012 10:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/wp-members/#comment-72355</guid>
		<description>deactivated every thing last night still no change any other idea?</description>
		<content:encoded><![CDATA[<p>deactivated every thing last night still no change any other idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  by Pat</title>
		<link>http://butlerblog.com/wp-members/comment-page-13/#comment-72324</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Sat, 19 May 2012 06:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/wp-members/#comment-72324</guid>
		<description>Hi Chad,
Just a small isuue on this plugin : when the connexion page appears, I can see the page title and just underneath I&#039;ve got :
&quot;Existing users login&quot;.
As I have made a FR translation, all other sentences are taken into account except the &quot;Existing users login&quot;, and I&#039;m sure to have it translated in the fr_FR.po file! . Is there a specific thing to do for that?
Many thanks</description>
		<content:encoded><![CDATA[<p>Hi Chad,<br />
Just a small isuue on this plugin : when the connexion page appears, I can see the page title and just underneath I&#8217;ve got :<br />
&#8220;Existing users login&#8221;.<br />
As I have made a FR translation, all other sentences are taken into account except the &#8220;Existing users login&#8221;, and I&#8217;m sure to have it translated in the fr_FR.po file! . Is there a specific thing to do for that?<br />
Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Members&#153;  by Chad</title>
		<link>http://butlerblog.com/wp-members/comment-page-13/#comment-72275</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sat, 19 May 2012 00:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://butlerblog.com/wp-members/#comment-72275</guid>
		<description>Hi Bill - not sure why that would occur for you, since this has been tested and is working.  Are you using any caching plugins?  You might need to test this with other plugins disabled to see if there&#039;s a possible conflict.</description>
		<content:encoded><![CDATA[<p>Hi Bill &#8211; not sure why that would occur for you, since this has been tested and is working.  Are you using any caching plugins?  You might need to test this with other plugins disabled to see if there&#8217;s a possible conflict.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

