<?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>Josh Harrison &#187; New User Approve WordPress plugin</title>
	<atom:link href="http://picklewagon.com/tag/new-user-approve/feed/" rel="self" type="application/rss+xml" />
	<link>http://picklewagon.com</link>
	<description>Not Bad For A Vampire</description>
	<lastBuildDate>Thu, 10 May 2012 06:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Translators Needed for New User Approve Plugin</title>
		<link>http://picklewagon.com/2009/12/20/translators-needed-for-new-user-approve-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=translators-needed-for-new-user-approve-plugin</link>
		<comments>http://picklewagon.com/2009/12/20/translators-needed-for-new-user-approve-plugin/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 09:44:46 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[New User Approve WordPress plugin]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://picklewagon.com/?p=358</guid>
		<description><![CDATA[The New User Approve plugin has been updated to include support for localization. If you'd like the plugin localized, please contact me. <a href="http://picklewagon.com/2009/12/20/translators-needed-for-new-user-approve-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just checked in some code changes for the <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/">New User Approve plugin</a>. I tested it with WordPress 2.9 that was recently released.</p>
<p>Here is a list of the changes that were made:</p>
<ul>
<li><strong>add localization support</strong> &#8211; the admin pages to manage approving and denying users can now be localized. If you would like to work with me on getting it localized, let me know. Either leave a comment or <a href="http://picklewagon.com/contact/">contact me</a>.</li>
<li><strong>add a changelog to readme.txt</strong> &#8211; now you can see the changelog from the page on wordpress.org. Also a screenshot has been added and an FAQ finally started.</li>
<li><strong>remove plugin constants that have been defined since 2.6</strong> &#8211; constants that were defined to support older versions have been removed. If this breaks your site, please upgrade to the latest version of WordPress.</li>
<li><strong>correct the use of db prepare statements/use prepare on all SQL statements</strong> &#8211; this should have been done in the first place. This improves the security of the plugin.</li>
<li><strong>add wp_enqueue_style for the admin style sheet</strong> &#8211; a style sheet is required for the admin page. I thought it would be better to use the function provided by WordPress to include this stylesheet.</li>
</ul>
<p>The next version I will be adding an options page to customize the messages. I will also make it possible to change the messages from a plugin or a customized theme.</p>
<p>Please let me know if you would like additional features added or if you have any problems with version 1.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2009/12/20/translators-needed-for-new-user-approve-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New User Approve Plugin Updates</title>
		<link>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-user-approve-plugin-updates</link>
		<comments>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:10:51 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[New User Approve WordPress plugin]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=312</guid>
		<description><![CDATA[Last September I release a WordPress plugin that allows an administrator to approve new users after they register for your site. I built the plugin for a private blog that I have and I wanted control over each member of &#8230; <a href="http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last September I release a WordPress plugin that allows an administrator to approve new users after they register for your site. I built the plugin for a private blog that I have and I wanted control over each member of the site. Since I thought others would be interested in using the plugin I decided to release it.</p>
<p>I didn&#8217;t realize the amount of work it would create to maintain it.</p>
<p>The thing is, there are many plugin developers donating their time for plugins that I am using. So I don&#8217;t mind doing it.</p>
<p>In fact, releasing the plugin was actually the best thing I could do. A few users found bugs and even sent a patch to fix the bug. That&#8217;s how it should be.</p>
<p>Anyway, the first update to the <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/">New User Approve Plugin</a> was released last night. No new features. Just some bug fixes and code cleanup. Here are the details.</p>
<ul>
<li>correctly display error message if registration is empty</li>
<li>clean up code</li>
<li>style updates</li>
<li>if a user is created through the admin interface, set the status as approved instead of pending</li>
<li>add avatars to user management admin page</li>
<li>improvements to SQL</li>
<li>verify the user does not already exist before the process is started</li>
<li>add nonces to approve and deny actions</li>
<li>temporary fix for pagination bug if more the 50 users are present in the WP database</li>
</ul>
<p>If you are a user of the plugin, please let me know if you find any more issues or your thoughts in general on the plugin. And don&#8217;t forget to <a href="http://www.picklewagon.com/wordpress/">donate</a> if you find this plugin useful.</p>
<p><em>Update</em>: No more comments will be allowed. If you are having issues with the New User Approve plugin, please post in the <a href="http://wordpress.org/tags/new-user-approve?forum_id=10">New User Approve forums</a> on WordPress.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2009/05/18/new-user-approve-plugin-updates/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>New User Approve WordPress Plugin</title>
		<link>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-user-approve-wordpress-plugin</link>
		<comments>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 22:58:38 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[New User Approve WordPress plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=211</guid>
		<description><![CDATA[Finally I am getting around to releasing some plugins I have created for WordPress. The first one is the New User Approve plugin. New User Approve is a WordPress plugin that allows a blog administrator to approve a user before &#8230; <a href="http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally I am getting around to releasing some plugins I have created for WordPress. The first one is the <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/" target="_self">New User Approve</a> plugin.</p>
<p>New User Approve is a WordPress plugin that allows a blog administrator to approve a user before they are able to access and login to the blog. I currently use it on my private blog and it serves it&#8217;s purpose wonderfully.</p>
<p>I have created <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/" target="_self">a page on my blog</a> that I will track any progress I make on it. I wanted to release it to the public to find out what everybody thinks and perhaps which new features to add. That and it most likely is not perfect so I would like input on how I can improve it.</p>
<p>I&#8217;m going to put it up on the <a href="http://wordpress.org/extend/plugins/" target="_self">WordPress plugin repository</a>. There are a few things I need to add to make that possible.</p>
<p><em>Update</em>: No more comments will be allowed. If you are having issues with the New User Approve plugin, please post in the <a href="http://wordpress.org/tags/new-user-approve?forum_id=10">New User Approve forums</a> on WordPress.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>

