<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress MU Forums Topic: Prevent members getting deleted on main blog when they create blogs?</title>
<link>http://mu.wordpress.org/forums/</link>
<description>WordPress MU Forums Topic: Prevent members getting deleted on main blog when they create blogs?</description>
<language>en</language>
<pubDate>Sat, 20 Mar 2010 06:23:37 +0000</pubDate>

<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-84387</link>
<pubDate>Sat, 26 Sep 2009 00:46:58 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">84387@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;So.. is there a solution to stop the deletion of members that are something else than Subscribers then?
&#60;/p&#62;</description>
</item>
<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83923</link>
<pubDate>Sat, 19 Sep 2009 18:47:53 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">83923@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;andrea_r, thank you for your reply..&#60;/p&#62;
&#60;p&#62;The &#34;subscriber&#34; may not be so critical, but we will have about 200 moderators, editors etc.&#60;/p&#62;
&#60;p&#62;And it's preferred that they have the main blog in their bloglist.&#60;/p&#62;
&#60;p&#62;I didn’t know that they could comment anyway though, so that was very useful information :)
&#60;/p&#62;</description>
</item>
<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83920</link>
<pubDate>Sat, 19 Sep 2009 18:42:22 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">83920@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Thank you both for your reply...&#60;/p&#62;
&#60;p&#62;The solution which dsader is proposing may be the fix i would use if there is no other alternative what so ever. The problem with this method is that these users may not be subscribers on the main blog in the first place.&#60;/p&#62;
&#60;p&#62;So it would be far from a perfect solution because i then would have to manually give them their privileges back.&#60;/p&#62;
&#60;p&#62;tdjcbe, we are using 2.8.4a and the ticket you referred to is in place.&#60;/p&#62;
&#60;p&#62;I did try to put in blog id 1 in the admin page, but it disappeared after saving.. And it does say that it should be blank for the main site.
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83919</link>
<pubDate>Sat, 19 Sep 2009 18:41:20 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">83919@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;&#34;I want to keep him as a Subscriber (or whatever) on the main blog.&#34;&#60;/p&#62;
&#60;p&#62;For what reasons? Just asking, because depending on why you need them as subscriber on the main blog, it may be overkill. &#60;/p&#62;
&#60;p&#62;Must be logged in to comment, for example, works for logged in users even if they are not subscribers to that blog.&#60;/p&#62;
&#60;p&#62;Needing to email everyone is also handled differently.
&#60;/p&#62;</description>
</item>
<item>
<title>tdjcbe on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83910</link>
<pubDate>Sat, 19 Sep 2009 15:24:05 +0000</pubDate>
<dc:creator>tdjcbe</dc:creator>
<guid isPermaLink="false">83910@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Actually I remember a trac ticket on this previously but all I can find is this right off:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.mu.wordpress.org/changeset/1927&#34; rel=&#34;nofollow&#34;&#62;http://trac.mu.wordpress.org/changeset/1927&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;which is not it.&#60;/p&#62;
&#60;p&#62;I could have sworn though this was resolved months ago.  What version of wpmu are you using?
&#60;/p&#62;</description>
</item>
<item>
<title>dsader on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83895</link>
<pubDate>Sat, 19 Sep 2009 06:21:18 +0000</pubDate>
<dc:creator>dsader</dc:creator>
<guid isPermaLink="false">83895@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Stopping the delete stumps me.&#60;br /&#62;
Instead, try to add user to blog 1 anytime a new blog is created using this in mu-plugins:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
function rage_subs_stay_on_main_blog($blog_id, $user_id) {
add_user_to_blog(&#38;#39;1&#38;#39;, $user_id, &#38;#39;subscriber&#38;#39;);
}
add_action( &#38;#39;wpmu_new_blog&#38;#39;, &#38;#39;rage_subs_stay_on_main_blog&#38;#39;, 10, 2 );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-83891</link>
<pubDate>Sat, 19 Sep 2009 01:53:56 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">83891@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Is this a complete enigma to everybody...?
&#60;/p&#62;</description>
</item>
<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-82957</link>
<pubDate>Tue, 08 Sep 2009 22:39:53 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">82957@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Anyone... ?
&#60;/p&#62;</description>
</item>
<item>
<title>Rage00001 on "Prevent members getting deleted on main blog when they create blogs?"</title>
<link>http://mu.wordpress.org/forums/topic/14276#post-82681</link>
<pubDate>Sun, 06 Sep 2009 09:42:38 +0000</pubDate>
<dc:creator>Rage00001</dc:creator>
<guid isPermaLink="false">82681@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Well.. I’m currently setting up a community solution where the majority will not create a blogs, and just be ordinary Subscribers.&#60;/p&#62;
&#60;p&#62;A few will of curse create blogs, and there is a function in WPMU that move the member to their new blog as an administrator.&#60;/p&#62;
&#60;p&#62;He willof curse need his privileges for his blog, but I want to keep him as a Subscriber (or whatever) on the main blog.&#60;/p&#62;
&#60;p&#62;Is there anything, a small fix, plugin or whatever that could prevent users getting deleted on main blog when they create blogs themselves? &#60;/p&#62;
&#60;p&#62;Thanks for all help :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
