<?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>edsysad.org &#187; WordpressMU</title>
	<atom:link href="http://edsysad.org/category/open-source/wordpressmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsysad.org</link>
	<description>another ed blogger....</description>
	<lastBuildDate>Sat, 28 Jan 2012 03:22:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OS X Server Wildcard DNS</title>
		<link>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/</link>
		<comments>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 03:44:51 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apple Server Admin]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=365</guid>
		<description><![CDATA[So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server. On 10.6.x you do the following: Setup your base level domain in Server Admin (usually www) Open Applications &#62; Utilities &#62; Terminal Type &#8211; cd /var/named/zones This get you to the folder [...]]]></description>
			<content:encoded><![CDATA[<p>So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server.</p>
<p>On 10.6.x you do the following:</p>
<ol>
<li>Setup your base level domain in Server Admin (usually www)</li>
<li>Open Applications &gt; Utilities &gt; Terminal</li>
<li>Type &#8211; cd /var/named/zones </li>
<li>This get you to the folder with DNS configuration files</li>
<li>Type &#8211; ls -al</li>
<li>Find the db file that is similar to your domain (i.e. db.my.website.zone.apple)</li>
<li>Open the file in a text editor by typing &#8211; nano db.my.website.zone.apple (use your file name)</li>
<li>Ctrl-V (or scroll) to the bottom of the document</li>
<li>Add wildcard entry by typing &#8211; * IN CNAME website.com.</li>
<li>Close the document with Ctrl-x and then type &#8211; y to save.</li>
<li>Go back to Server Admin and restart the DNS service.</li>
<li>* should now appear.</li>
</ol>
<p><a href="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" rel="shadowbox[sbpost-365];player=img;" title="server"><img class="alignnone size-full wp-image-366" title="server" src="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" alt="Showing DNS wildcard in Server Admin" width="815" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding New MIME types in WordPress Network</title>
		<link>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/</link>
		<comments>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 17:31:15 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=353</guid>
		<description><![CDATA[So running a WordPress install for K-12 you&#8217;ll often get asked to add new MIME types. There used to be some great plugins, but I haven&#8217;t seen any that are compatible with latest version of WP. If you are running a network it is easy enough to force a function across the site by dropping [...]]]></description>
			<content:encoded><![CDATA[<p>So running a WordPress install for K-12 you&#8217;ll often get asked to add new MIME types. There used to be some great plugins, but I haven&#8217;t seen any that are compatible with latest version of WP.</p>
<p>If you are running a network it is easy enough to force a function across the site by dropping a script in the mu-plugins folder.</p>
<p>Basically, I grabbed the code from <a title="Adding MIME Types" href="http://netweblogic.com/other/adding-removing-allowed-filetypes-wordpress-media-library/">http://netweblogic.com/other/adding-removing-allowed-filetypes-wordpress-media-library/</a> . I added all of the default MIME types and then added the additional ones I needed at the bottom (Notebook by Smart).</p>
<p>Drop the file in the mu-plugins folder, add the MIME types to your whitelist in the Network&gt;Settings, and test with an upload of the appropriate file type.</p>
<p><a href="http://edsysad.org/wp-content/uploads/2011/10/mime.png" rel="shadowbox[sbpost-353];player=img;" title="mime"><img class="alignnone size-medium wp-image-358" style="border-width: 2px; border-color: black; border-style: solid;" title="mime" src="http://edsysad.org/wp-content/uploads/2011/10/mime-300x79.png" alt="" width="300" height="79" /></a></p>
<p>The nice thing is that you can add new MIME types with out hacking core or limiting it to an individual blog template.</p>
<p>Here is the file that I used in my install.</p>
<p><a href="http://edsysad.org/wp-content/uploads/2011/10/upload-mime-types.php_.zip">upload-mime-types.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Rocks!</title>
		<link>http://edsysad.org/2011/08/20/wordpress-rocks/</link>
		<comments>http://edsysad.org/2011/08/20/wordpress-rocks/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 00:26:20 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=344</guid>
		<description><![CDATA[I love wordpress. I&#8217;ve used it in everything from taxidermy websites to school district blogs. http://wordpress.org/news/2011/08/state-of-the-word/ It just keeps getting better!]]></description>
			<content:encoded><![CDATA[<p>I love wordpress. I&#8217;ve used it in everything from taxidermy websites to school district blogs.</p>
<p><a title="Wordpress - State of the Word 2011" href="http://wordpress.org/news/2011/08/state-of-the-word/">http://wordpress.org/news/2011/08/state-of-the-word/</a></p>
<p>It just keeps getting better!</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/08/20/wordpress-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Forwarded-For Headers and mod_rpaf</title>
		<link>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/</link>
		<comments>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:06:07 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apache Tricks]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=216</guid>
		<description><![CDATA[***Security Alert*** &#8211; This should only be done where you 110% trust the proxy that is forwarded the client IP. It is quite easier to spoof an IP address using X-Forwarded-For headers. If you have a couple of webservers behind a load blancer than you&#8217;ve probably noticed that your logs and many time web application [...]]]></description>
			<content:encoded><![CDATA[<p><strong>***Security Alert*** &#8211; This should only be done where you 110% trust the proxy that is forwarded the client IP. It is quite easier to spoof an IP address using X-Forwarded-For headers.<br />
</strong></p>
<p>If you have a couple of webservers behind a load blancer than you&#8217;ve probably noticed that your logs and many time web application incorrectly log the IP address of the load balancer.</p>
<p>This is totally expected behavior and is an important security feature in a standard Apache server.</p>
<p>However, it is also a pain. <img src='http://edsysad.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course there is an easy way to solve the problem.</p>
<ol>
<li>One enable the feature of your load balancer to turn on <a title="X-Forwarded-For" href="http://en.wikipedia.org/wiki/X-Forwarded-For" target="_self">X-Forwarded-For</a> headers. (The name is slightly different depending on the device so I&#8217;m not always sure about the specifics.)</li>
<li>Make sure that you are actually forwarding the additional header. I used my phpinfo() file to check you should see &#8220;HTTP_X_FORWARDED_FOR&#8221; in the apache environment section. If not than your load balancer is not correctly configured to pass the correct header. Troubleshoot until you can see this variable in the phpinfo().<br />
<a href="http://edsysad.org/wp-content/uploads/2010/08/x-forward.png" rel="shadowbox[sbpost-216];player=img;" title="x-forward"><img class="alignnone size-full wp-image-218" title="x-forward" src="http://edsysad.org/wp-content/uploads/2010/08/x-forward.png" alt="" width="275" height="47" /></a></li>
<li>Enable and configure the <a title="mod_rdaf" href="http://stderr.net/apache/rpaf/" target="_self">mod_rpaf</a> module for your apache server.</li>
<li>Restart the webserver.</li>
<li>Check your phpinfo() file and you should now see the correct IP address in the &#8220;REMOTE_ADDR&#8221; section. You can also still see that the request came from in the &#8220;HTTP VIA&#8221; section.</li>
</ol>
<p>You should now see the correct IP in WordPress comments and Moodle logs.</p>
<p><strong>***Security Alert*** &#8211; This should only be done where you 110% trust  the proxy that is forwarded the client IP. It is quite easier to spoof  an IP address using X-Forwarded-For headers.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arras Theme with WPMU</title>
		<link>http://edsysad.org/2009/09/07/arras-theme-with-wpmu/</link>
		<comments>http://edsysad.org/2009/09/07/arras-theme-with-wpmu/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:09:54 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>
		<category><![CDATA[Arras]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=132</guid>
		<description><![CDATA[****No longer works in WP 3.0**** So I had a teacher who really wanted to use the Arras theme with their class. Unfortunately, it didn&#8217;t play nicely with WPMU. I tinkered for a couple of hours and I think that I have a semi-workable solution. Basically, I did two things: I added the necessary WP [...]]]></description>
			<content:encoded><![CDATA[<p>****No longer works in WP 3.0****</p>
<p>So I had a teacher who really wanted to use the <a href="http://www.arrastheme.com/">Arras theme</a> with their class. Unfortunately, it didn&#8217;t play nicely with WPMU.</p>
<p>I tinkered for a couple of hours and I think that I have a semi-workable solution.</p>
<p>Basically, I did two things:</p>
<ol>
<li>I added the necessary WP includes so that you can use all of the regular WPMU functions.</li>
<li>I added some logic that made it work with a multiple blog setup.</li>
</ol>
<p>***I am not a programmer by trade, so there may be major mistakes in my logic. Hopefully this will help you get started. ***</p>
<p>First, I added the WPMU includes to the top of the /library/timthumb.php</p>
<p>[code]<br />
include('../../../../wp-blog-header.php');<br />
include('../../../../wp-includes/general-template.php');<br />
[/code]</p>
<p>This made it possible to use regular WPMU function calls.</p>
<p>Next, I went down to line 520 and added some code to the function using WPMU functions.</p>
<p>[code]<br />
/**<br />
* tidy up the image source url<br />
*/<br />
function cleanSource($src) {<br />
//<span style="color: #ff0000;">Added Globals for functions</span><br />
global $current_blog, $current_site;</p>
<p>// remove slash from start of string<br />
if(strpos($src, "/") == 0) {<br />
$src = substr($src, -(strlen($src) - 1));<br />
}</p>
<p>// remove http/ https/ ftp<br />
$src = preg_replace("/^((ht|f)tp(s|):\/\/)/i", "", $src);<br />
// remove domain name from the source url<br />
//<span style="color: #ff0000;">Changed path logic</span><br />
$path = $current_blog-&gt;path;<br />
$path = str_replace("/", "", $path);<br />
$host = $_SERVER["HTTP_HOST"]. '/'. $path ;</p>
<p>$src = str_replace($host, "", $src);</p>
<p>//<span style="color: #ff0000;">Added blogs.dir logic</span><br />
$src = str_replace("/files/", "blogs.dir/". $current_blog-&gt;blog_id . "/files/", $src);<br />
$host = str_replace("www.", "", $host);<br />
$src = str_replace($host, "", $src);</p>
<p>// don't allow users the ability to use '../'<br />
// in order to gain access to files below document root</p>
<p>// src should be specified relative to document root like:<br />
// src=images/img.jpg or src=/images/img.jpg<br />
// not like:<br />
// src=../images/img.jpg<br />
$src = preg_replace("/\.\.+\//", "", $src);</p>
<p>//print_r($_SERVER);</p>
<p><del datetime="2009-10-05T03:33:39+00:00">// get path to image on file system. <span style="color: #ff0000;">Changed from original.</span><br />
$src = $_SERVER['DOCUMENT_ROOT'] . '/wp-content/'. $src;</del></p>
<p><del datetime="2009-10-05T03:33:39+00:00">return $src;</del></p>
<p>// get path to image on file system. <span style="color: #ff0000;">Appended 10/4</span><br />
if ($current_blog-&gt;blog_id == 1) {<br />
$src = $_SERVER['DOCUMENT_ROOT'] . '/wp-content/blogs.dir/1/'. $src;</p>
<p>return $src;</p>
<p>}else{</p>
<p>$src = $_SERVER['DOCUMENT_ROOT'] . '/wp-content/'. $src;</p>
<p>return $src;<br />
}</p>
<p>}</p>
<p>[/code]</p>
<p>It worked for me and hopefully it will work for you. Here is the php timthumb that I used.</p>
<p><span style="text-decoration: line-through;"><a href="http://edsysad.org/wp-content/uploads/2009/09/timthumb.php.zip">timthumb.php</a></span></p>
<p>Updated 10/4 &#8211; <a href="http://edsysad.org/wp-content/uploads/2009/09/timthumb.php.zip">timthumb.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/09/07/arras-theme-with-wpmu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Coolest Thing Since Sliced Bread &#8211; WordPress.tv</title>
		<link>http://edsysad.org/2009/01/17/coolest-thing-since-sliced-bread-wordpresstv/</link>
		<comments>http://edsysad.org/2009/01/17/coolest-thing-since-sliced-bread-wordpresstv/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 03:00:55 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>
		<category><![CDATA[staff development]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=77</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><embed src="http://v.wordpress.com/a81PKPUD" type="application/x-shockwave-flash" width="480" height="270" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/01/17/coolest-thing-since-sliced-bread-wordpresstv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in the Saddle..</title>
		<link>http://edsysad.org/2008/08/09/back-in-the-saddle/</link>
		<comments>http://edsysad.org/2008/08/09/back-in-the-saddle/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 16:08:00 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[WordpressMU]]></category>
		<category><![CDATA[eportfolios]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[students]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=24</guid>
		<description><![CDATA[It has been a long summer of silence and I&#8217;m excited to get writing again. After finishing my Masters program his Spring, I needed a break to regain some enthusiasm and perspective. As fate would have it, a wonderful project has fallen into my lap and appears to be a great place to spend my [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long summer of silence and I&#8217;m excited to get writing again.</p>
<p>After finishing my Masters program his Spring, I needed a break to regain some enthusiasm and perspective. As fate would have it, a wonderful project has fallen into my lap and appears to be a great place to spend my &#8220;cognitive surplus&#8221; now that school is over.</p>
<p>My school district is using some calendaring software and a wiki to create an electronic curriculum guide. It is an exciting project because we are trying to take a number of great web-based tools to capture our district institutional knowledge. It is a pretty bold initiative, but so far it looks great and has incredible promise. I&#8217;ll talk more about it later as the details become more public.</p>
<p>At my individual site, we&#8217;ve made some great progress with teacher blog use and are now focusing on student blog use. While the staff isn&#8217;t ready to open the doors completely on student blogging, I&#8217;m currently developing a <a title="WordpressMU" href="http://mu.wordpress.org">WordPressMU</a> server as a structured portfolio for student writing. My eventual goal is to take the work that I&#8217;m doing and somehow turn it into a plugin. Initial testing suggests that the appropriate hooks are available to make this happen, but I have yet to determine if my programming skills are up to the the challenge of writing a plugin.</p>
<p>I would love to here from anybody that is interested in using WordPressMU for student portfolios.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2008/08/09/back-in-the-saddle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Plugins for Educational WordPressMU</title>
		<link>http://edsysad.org/2007/11/08/useful-plugins-for-educational-wordpressmu/</link>
		<comments>http://edsysad.org/2007/11/08/useful-plugins-for-educational-wordpressmu/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:50:41 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>
		<category><![CDATA[K-12 Education]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://edsysad.org/2007/11/08/useful-plugins-for-educational-wordpressmu/</guid>
		<description><![CDATA[At the conference, I presented the blogging project that has been active at my school for the last year. I talked about some the plugins we found very useful, but this post meant to gather them in one place. These are the plugins we found most useful for our WordPressMU installation: Anarchy Media Player &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>At the conference, I presented the blogging project that has been active at my school for the last year. I talked about some the plugins we found very useful, but this post meant to gather them in one place.<span id="more-13"></span></p>
<p>These are the plugins we found most useful for our WordPressMU installation:</p>
<ul>
<li> <a href="http://an-archos.com/anarchy-media-player" title="Anarchy Media Player" target="_blank">Anarchy Media Player</a> &#8211; Plays mp3, flv, mov, mp4, m4v, m4a, m4b, 3gp, avi, asf and wmv hypertext links directly on your webpage. Adds buttons to the post editor for embedding swf movies including Google Video etc. <cite>By <a href="http://an-archos.com/" title="Visit author homepage">An-archos</a>.</cite></li>
<li><a href="http://dancameron.org/wordpress/" title="Search Everything Plugin" target="_blank">Search Everything</a> &#8211; Adds search functionality with little setup. Including options to search pages, excerpts, attachments, drafts, comments and custom fields (metadata). <cite>By <a href="http://dancameron.org/" title="Visit author homepage">Dan Cameron</a>.</cite></li>
<li><a href="http://organisiert.net/yatcp/" title="YATCP" target="_blank">Yet another threaded Comments plugin</a> &#8211; his comment allows to have newly created comments relate to existing comments, so you can comment on a comment. This information allows to display the Comments in a hierarchical fashion (e.g. a Tree). <cite>By <a href="http://organisiert.net/yatcp/" title="Visit author homepage">Joachim Praetorius</a>.</cite></li>
<li><a href="http://wpcal.firetree.net/" title="Visit plugin homepage">Event Calendar</a> &#8211; Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. You can subscribe to the calendar from iCal (OSX) or Sunbird. <cite>By <a href="http://blog.firetree.net/" title="Visit author homepage">Alex Tingle</a>.</cite></li>
<li><a href="http://blog.ftwr.co.uk/wordpress/mime-config/" title="MIME Config" target="_blank">PJW Mime Config</a> &#8211; Allows you to extend the list of mime-types supported by the built-in uploader. <em>By Peter Westwood</em></li>
<li><a href="http://wpmudev.org/project/WPMU-LDAP-Authentication-Plug-in" title="LDAP Plugin" target="_blank">LDAP Authentication Plug-in</a> &#8211; Gives WordPress MU the ability to authenticate against a LDAP server (Users are automatically created).
<ul>
<li><a href="http://www.weblogs.uhi.ac.uk/sm00ay/?p=45">Alistair Young</a> &#8211; Original LDAP Plug-in</li>
<li><a href="http://patcavit.com/2005/05/11/wordpress-ldap-and-playing-nicely/">Patrick Cavit</a> &#8211; WordPress 1.5.1 Modifcation of LDAP Plug-in</li>
<li><a href="http://hugo.vulcano.cl/development/wordpress/ldap-auth-patch/">Hugo Salgado</a> &#8211; WordPress 2.0.3 Patch of WordPress 1.5.1 Modifcation of LDAP Plug-in</li>
<li><a href="http://www.clunet.edu">Alex Barker</a> &#8211; WordPress MU 1.0 Modifcation of LDAP Plug-in (Windows Support With Contribution From Dexter Arver)</li>
</ul>
</li>
<li>Privacy Options &#8211; Adds a couple more privacy options to the options-privacy page. Just drop in mu-plugins, no core edits needed. <em>By <a href="http://www.snowotherway.org/" title="D Sader" target="_blank">D Sader</a></em></li>
<li><a href="http://mu.bloggles.info/" title="WP-Latex Plugin" target="_blank">WP Latex Math</a> &#8211; Modified based <a href="http://en.dahnielson.com/">Anders Dahnielson</a>, Use $latex your-math-code$ tags to embed LaTeX math in posts. By <a href="http://patrick.bloggles.info/" title="Patrick Chia" target="_blank">Patrick Chia</a></li>
</ul>
<p>Without all of these incredible plugins our blogs would not be possible!</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2007/11/08/useful-plugins-for-educational-wordpressmu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Real Plugin Modification &#8211; Importing Existing Users to New Blogs</title>
		<link>http://edsysad.org/2007/10/25/first-real-plugin-modification-importing-existing-users-to-new-blogs/</link>
		<comments>http://edsysad.org/2007/10/25/first-real-plugin-modification-importing-existing-users-to-new-blogs/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 02:09:25 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/2007/10/25/first-real-plugin-modification-importing-existing-users-to-new-blogs/</guid>
		<description><![CDATA[Recently, I&#8217;ve been working quite extensively with WordPressMU. I&#8217;ve developed our school and teacher websites using it as the backbone. Recently, I started working with teachers to create project and topic specific blogs for instruction. The problem was there wasn&#8217;t a quick and easy way to import large numbers of users (i.e. classlists) into newly [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve been working quite extensively with WordPressMU. I&#8217;ve developed our school and teacher websites using it as the backbone. Recently, I started working with teachers to create project and topic specific blogs for instruction. The problem was there wasn&#8217;t a quick and easy way to import large numbers of users (i.e. classlists) into newly created blogs.</p>
<p><a href="http://www.dagondesign.com" title="Dagon Design" target="_blank">Dagon Design</a> and <a href="http://www.sccs.swarthmore.edu/users/10/ndl" title="Nicholas LaRecuente" target="_blank">Nicholas LaRacuente</a> had developed a very nice plugin for importing users with just a username and emai. Unfortunately, this did not import existing blog users. I added a few lines of code to their work and now it adds both existing and new users during an import. This means you can dump classlists from you student info system and import right into your blogs.</p>
<p>This plugin comes without warrant. Use it at your own risk!</p>
<p><a href="http://edsysad.org/wp-content/uploads/2007/10/dd-import-users-mod-edsysad.zip" title="Edsysad mod of Dagon Design plugin">Edsysad mod of Dagon Design plugin</a><a href="http://edsysad.org/uploads/dd-import-users-mod-edsysad.zip" title="Plugin Download" target="_blank"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2007/10/25/first-real-plugin-modification-importing-existing-users-to-new-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

