<?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>Kommentare für Kathrin Braungardts Blog</title>
	<atom:link href="http://www.k-braungardt.de/blogkb/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.k-braungardt.de/blogkb</link>
	<description></description>
	<lastBuildDate>Fri, 09 Mar 2012 14:24:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von kathrin</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-18795</link>
		<dc:creator>kathrin</dc:creator>
		<pubDate>Fri, 09 Mar 2012 14:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-18795</guid>
		<description>This description is not up to date any more. An updated one for Wordpress 3.0 is on this blog.</description>
		<content:encoded><![CDATA[<p>This description is not up to date any more. An updated one for WordPress 3.0 is on this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Web 2.0 und Wikis von eni</title>
		<link>http://www.k-braungardt.de/blogkb/?p=652&#038;cpage=1#comment-18355</link>
		<dc:creator>eni</dc:creator>
		<pubDate>Tue, 28 Feb 2012 23:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=652#comment-18355</guid>
		<description>Hallo :)

Die Einführung zum Wiki war wirklich gut gemacht, wenn auch wenig Neues für mich dabei war. Für die meisten anderen in der Gruppe war das ja eine ganz neue Welt :mrgreen: 

Da ich selbst im Krankenbett nicht die Finger vom PC lassen kann, habe ich mir Heute selber mal ein Wiki aufgesetzt. Ich überlege momentan es als Lernbegleitung beim Modul als auch beim OpCo12 zu nutzen.

LG,
eni (Denise P.)</description>
		<content:encoded><![CDATA[<p>Hallo <img src='http://www.k-braungardt.de/blogkb/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Die Einführung zum Wiki war wirklich gut gemacht, wenn auch wenig Neues für mich dabei war. Für die meisten anderen in der Gruppe war das ja eine ganz neue Welt <img src='http://www.k-braungardt.de/blogkb/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  </p>
<p>Da ich selbst im Krankenbett nicht die Finger vom PC lassen kann, habe ich mir Heute selber mal ein Wiki aufgesetzt. Ich überlege momentan es als Lernbegleitung beim Modul als auch beim OpCo12 zu nutzen.</p>
<p>LG,<br />
eni (Denise P.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Mobile Learning Day 2011 in Hagen #mld11 von Mobile Learning Day 2011, Hagen</title>
		<link>http://www.k-braungardt.de/blogkb/?p=588&#038;cpage=1#comment-13332</link>
		<dc:creator>Mobile Learning Day 2011, Hagen</dc:creator>
		<pubDate>Mon, 21 Nov 2011 21:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=588#comment-13332</guid>
		<description>[...] &#8220;Insgesamt bot der Mobile Learning Day einige Anregungen, die Mischung aus Akademia und Unternehmen i...&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;Insgesamt bot der Mobile Learning Day einige Anregungen, die Mischung aus Akademia und Unternehmen i&#8230;&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von Amereservant</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-10793</link>
		<dc:creator>Amereservant</dc:creator>
		<pubDate>Sat, 23 Jul 2011 04:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-10793</guid>
		<description>This problem remains even with 3.2.1.  I personally don&#039;t get why the user signing up for a sub-blog instead creates an account with the main blog and the account isn&#039;t transferable in the admin panel.

The second solution DOES work with 3.2.1 by commenting out the lines like so:
&lt;code&gt;
if ( is_multisite() ) {

    // Multisite uses wp-signup.php
    //wp_redirect( apply_filters( &#039;wp_signup_location&#039;, site_url(&#039;wp-signup.php&#039;) ) );
    //exit;
}
&lt;/code&gt;

Notice the filter &lt;strong&gt;wp_signup_location&lt;/strong&gt;, which could perhaps be used to send an extra URL query parameter representing the blog they are wishing to sign up for, yet still create the account with the main site with granted access to the secondary blog they signed up for.
Of course this observation is for a plugin author since it would take some work to hook to the various parts of the signup process and make this work, but that&#039;s an idea...</description>
		<content:encoded><![CDATA[<p>This problem remains even with 3.2.1.  I personally don&#8217;t get why the user signing up for a sub-blog instead creates an account with the main blog and the account isn&#8217;t transferable in the admin panel.</p>
<p>The second solution DOES work with 3.2.1 by commenting out the lines like so:<br />
<code><br />
if ( is_multisite() ) {</p>
<p>    // Multisite uses wp-signup.php<br />
    //wp_redirect( apply_filters( 'wp_signup_location', site_url('wp-signup.php') ) );<br />
    //exit;<br />
}<br />
</code></p>
<p>Notice the filter <strong>wp_signup_location</strong>, which could perhaps be used to send an extra URL query parameter representing the blog they are wishing to sign up for, yet still create the account with the main site with granted access to the secondary blog they signed up for.<br />
Of course this observation is for a plugin author since it would take some work to hook to the various parts of the signup process and make this work, but that&#8217;s an idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von Claire</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-8334</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Thu, 25 Nov 2010 11:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-8334</guid>
		<description>Doesn&#039;t work in WP 3.0, blank page after registration.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work in WP 3.0, blank page after registration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von kathrin</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-7171</link>
		<dc:creator>kathrin</dc:creator>
		<pubDate>Mon, 23 Aug 2010 19:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-7171</guid>
		<description>hi, i just started testing it, will report on this soon.

kathrin</description>
		<content:encoded><![CDATA[<p>hi, i just started testing it, will report on this soon.</p>
<p>kathrin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von Bigdrobek</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-7049</link>
		<dc:creator>Bigdrobek</dc:creator>
		<pubDate>Thu, 19 Aug 2010 19:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-7049</guid>
		<description>Hi, WPMU Per-Blog Registrations Plugin is not function on WPMU 3. Have you some tip how to do this?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, WPMU Per-Blog Registrations Plugin is not function on WPMU 3. Have you some tip how to do this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von kathrin</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-6369</link>
		<dc:creator>kathrin</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-6369</guid>
		<description>hi, will have a look these days.
kathrin</description>
		<content:encoded><![CDATA[<p>hi, will have a look these days.<br />
kathrin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Per Blog Registrations on WPMU 2.7.1 von frank</title>
		<link>http://www.k-braungardt.de/blogkb/?p=135&#038;cpage=1#comment-6357</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=135#comment-6357</guid>
		<description>What about sub-blogs are coming from new wordpress 3.0 installation not from wpmu installation? I need a n for Per Blog Registrations on WP 3.0.
Can someone help - thanks</description>
		<content:encoded><![CDATA[<p>What about sub-blogs are coming from new wordpress 3.0 installation not from wpmu installation? I need a n for Per Blog Registrations on WP 3.0.<br />
Can someone help &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu TeX in Mediawiki auf RedHat 5 von axxl</title>
		<link>http://www.k-braungardt.de/blogkb/?p=145&#038;cpage=1#comment-4851</link>
		<dc:creator>axxl</dc:creator>
		<pubDate>Sun, 23 May 2010 13:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.k-braungardt.de/blogkb/?p=145#comment-4851</guid>
		<description>Der Artikel hat mir sehr geholfen, vielen Dank. Ein kleiner - nicht unwesentlicher Hinweis: Auskommentieren bedeutet in diesem Fall, dass diese Zeilen *nicht* ausgewertet werden sollen. Ergo ein &#039;#&#039; davor.

hth,
axxl</description>
		<content:encoded><![CDATA[<p>Der Artikel hat mir sehr geholfen, vielen Dank. Ein kleiner &#8211; nicht unwesentlicher Hinweis: Auskommentieren bedeutet in diesem Fall, dass diese Zeilen *nicht* ausgewertet werden sollen. Ergo ein &#8216;#&#8217; davor.</p>
<p>hth,<br />
axxl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

