<?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>Tortoise IT &#187; welcome email editor</title>
	<atom:link href="http://www.sean-barton.co.uk/tag/welcome-email-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean-barton.co.uk</link>
	<description>Homepage of Sean Barton, a freelance website developer from Cheshire</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:24:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plugin Conflict: WP Welcome Email Editor -&gt; Mingle</title>
		<link>http://www.sean-barton.co.uk/2010/03/plugin-conflict-wp-welcome-email-editor-mingle/</link>
		<comments>http://www.sean-barton.co.uk/2010/03/plugin-conflict-wp-welcome-email-editor-mingle/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:36:29 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Conflict]]></category>
		<category><![CDATA[Mingle]]></category>
		<category><![CDATA[welcome email editor]]></category>

		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=406</guid>
		<description><![CDATA[Just a quick one this evening. A user has recently noticed that the Wordpress plugin called Mingle conflicts with my plugin WP Welcome Email Editor. It, for some reason, causes Wordpress to call it&#8217;s own version of the wp_new_user_notification function before my plugin, or any other for that matter, can declare theirs.
The remedy is simple, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-409" title="Mingle Logo" src="http://www.sean-barton.co.uk/wp-content/uploads/2010/03/mingle_128.png" alt="Mingle Logo" width="128" height="128" />Just a quick one this evening. A user has recently noticed that the Wordpress plugin called Mingle conflicts with my plugin WP Welcome Email Editor. It, for some reason, causes Wordpress to call it&#8217;s own version of the wp_new_user_notification function before my plugin, or any other for that matter, can declare theirs.</p>
<p>The remedy is simple, fix Mingle. In the absence of that you can fix it using the following method:</p>
<ol>
<li>Open mingle.php</li>
<li>After the PHP comment for the plugin at the top add the following code
<pre>add_action('init', 'mngl_init');
function mngl_init() {</pre>
</li>
<li>Right at the bottom of the code before the closing ?&gt;, add the following:
<pre>}</pre>
</li>
<li>Save the file and then plugins like mine will work with it without causing a conflict.</li>
</ol>
<p>If either the Mingle author fixes the problem or anyone has a better way of sorting this then please do let me know and I will update this post to let others know.</p>
<p>Please make sure you back up the mingle.php file before making these changes. Just in case <img src='http://www.sean-barton.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Please also be aware that if you update the Mingle plugin then you need to put this code in again to maintain the fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-barton.co.uk/2010/03/plugin-conflict-wp-welcome-email-editor-mingle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Welcome Email Editor for Wordpress</title>
		<link>http://www.sean-barton.co.uk/2009/04/welcome-email-editor-for-wordpress/</link>
		<comments>http://www.sean-barton.co.uk/2009/04/welcome-email-editor-for-wordpress/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 15:26:54 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Time Savers]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[welcome email editor]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=265</guid>
		<description><![CDATA[Something which regular readers might be aware of is that Wordpress has taken up most of my attention for the last year or so. It seems a very flexible Blogging engine come CMS that can almost deal with anything&#8230; almost. When you begin to use it you think wow great flashy AJAX everywhere but when [...]]]></description>
			<content:encoded><![CDATA[<p>Something which regular readers might be aware of is that Wordpress has taken up most of my attention for the last year or so. It seems a very flexible Blogging engine come CMS that can almost deal with anything&#8230; almost. When you begin to use it you think wow great flashy AJAX everywhere but when you take a look at getting it work with a site you start to see where it&#8217;s downfalls lie. I am, however, not a Wordpress hater. In fact it&#8217;s the opposite, I love it! Wordpress really comes into it&#8217;s own with it&#8217;s fantastic plugin API. It means that anyone can write their own noddy (technical term <img src='http://www.sean-barton.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) bit of code and get it to do something in no time. <strong>Or so I thought&#8230;</strong></p>
<p>One of the least customisable parts of Wordpress is the Login/Register process. The register page seems unmoveable without a bit of copy and pasting of the code and the email you get when you register is very dire indeed. There are no hooks for editing the welcome email text or Wordpress admin page for updating the from address or headers.</p>
<p>Well, as it stood I needed to be able to edit the welcome email and registration process for work so I went about writing a standalone registration system (to follow) and Welcome Email Editor. Unfortunately the copy/paste method was required for the registration widget but the Welcome Email Editor is done properly.</p>
<p>As there were no hooks for the welcome email I had to override the wp_new_user_notification function and write my own then simply converted it to use Options and wrote a nice admin page for it. Let me know if I can extend it at all or if you find any bugs..</p>
<p><strong>Download <a class="downloadlink" href="http://www.sean-barton.co.uk/wp-content/plugins/download-monitor/download.php?id=10" title="Version 1 downloaded 452 times" >Wordpress Welcome Email Editor (14.03 KB)</a></strong></p>
<p><strong></strong></p>
<div id="attachment_271" class="wp-caption alignleft" style="width: 160px"><strong><strong><a rel="lightbox" href="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/admin_email_received.gif"><img class="size-thumbnail wp-image-271" title="admin_email_received" src="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/admin_email_received-150x143.gif" alt="Admin Email Received" width="150" height="143" /></a></strong></strong><p class="wp-caption-text">Admin Email Received</p></div>
<div id="attachment_272" class="wp-caption alignleft" style="width: 160px"><strong><strong><a rel="lightbox" href="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/admin_page.gif"><img class="size-thumbnail wp-image-272" title="admin_page" src="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/admin_page-150x150.gif" alt="Admin Page for Plugin" width="150" height="150" /></a></strong></strong><p class="wp-caption-text">Admin Page for Plugin</p></div>
<div id="attachment_273" class="wp-caption alignleft" style="width: 160px"><strong><strong><a rel="lightbox" href="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/email_received.gif"><img class="size-thumbnail wp-image-273" title="email_received" src="http://www.sean-barton.co.uk/wp-content/uploads/2009/04/email_received-150x150.gif" alt="Email Received By User" width="150" height="150" /></a></strong></strong><p class="wp-caption-text">Email Received By User</p></div>
<p><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-barton.co.uk/2009/04/welcome-email-editor-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
