<?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; Conflict</title>
	<atom:link href="http://www.sean-barton.co.uk/tag/conflict/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean-barton.co.uk</link>
	<description>by Sean Barton, a freelance PHP website developer in Crewe, Cheshire</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:34:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<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, fix Mingle. In the absence of that you can fix it using the following method: Open mingle.php After the PHP comment for the plugin at the top add the following code add_action('init', 'mngl_init'); function mngl_init() { Right at the bottom of the code before &#8230; <a class="continue_reading" href="http://www.sean-barton.co.uk/2010/03/plugin-conflict-wp-welcome-email-editor-mingle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 7/21 queries in 0.054 seconds using disk
Object Caching 341/353 objects using disk

Served from: www.sean-barton.co.uk @ 2012-02-08 22:12:48 -->
