<?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>stripShow &#187; Brad</title>
	<atom:link href="http://stripshow.monkeylaw.org/author/admin-2-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://stripshow.monkeylaw.org</link>
	<description>Webcomics plugin for WordPress</description>
	<lastBuildDate>Sat, 24 Jul 2010 23:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>stripShow 2.5 Released!</title>
		<link>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/</link>
		<comments>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:41:34 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=191</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of version 2.5 of stripShow, the all-in-one webcomics solution for WordPress! Version 2.5 features AutoComic, allowing webcomics creators to use virtually any WordPress theme, not just themes designed specifically for webcomics. Thanks to the magic of JavaScript, you can mix comics with your regular blog and still take advantage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of version 2.5 of stripShow, the all-in-one webcomics solution for WordPress!</p>
<p>Version 2.5 features AutoComic, allowing webcomics creators to use virtually any WordPress theme, not just themes designed specifically for webcomics. Thanks to the magic of JavaScript, you can mix comics with your regular blog and still take advantage of stripShow&#8217;s features such as searchable transcripts and storylines.</p>
<p>Also new in 2.5 is a handy interface to add comics directly from WordPress&#8217;s Add Post page. No longer do comics have to be added from a separate page.</p>
<p>The default stripShow template theme, stripShow Sandbox, has gotten a bit of a facelift as well, but don&#8217;t worry. These changes are confined to a separate file, so they won&#8217;t affect existing child themes that don&#8217;t import that file.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2.5 beta 1 and AutoComic</title>
		<link>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/</link>
		<comments>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:44:30 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=173</guid>
		<description><![CDATA[So I&#8217;ve released a beta of 2.5 &#8212; don&#8217;t install it on a production server, all the usual beta warnings, etc. One feature that I&#8217;m excited about in 2.5, that I didn&#8217;t mention in the previous post, is called &#8220;AutoComic,&#8221; and I thought I&#8217;d take a moment to share a little information about it. One [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve released a beta of 2.5 &#8212; don&#8217;t install it on a production server, all the usual beta warnings, etc.</p>
<p>One feature that I&#8217;m excited about in 2.5, that I didn&#8217;t mention in the previous post, is called &#8220;AutoComic,&#8221; and I thought I&#8217;d take a moment to share a little information about it.</p>
<p>One of the most common questions I get on the forums is &#8220;Can you make stripShow support the _____ theme?&#8221; Well, the answer was always no. Not without editing the theme, anyway, to add stripShow functions (like show_comic()). The plugin can&#8217;t really do much about a theme that hasn&#8217;t been written for it.</p>
<p>Until now.</p>
<p>Enter AutoComic: Now, with the flick of a switch, stripShow can show a comic and navigation bar on nearly <strong>any</strong> theme. Thanks to the magic of JavaScript, you don&#8217;t even need to edit the theme files. All you need to know is where to put your comic on the page.</p>
<p>Say for instance, I am using the <a href="http://wordpress.org/extend/themes/constructor" target="_blank">Constructor</a> theme. I&#8217;d like to host a webcomic on this site, but don&#8217;t know enough about theme editing to get started. stripShow has me covered.</p>
<p>Here&#8217;s my site before AutoComic:</p>
<p><img class="aligncenter" title="The Constructor theme before AutoComic" src="http://stripshow.monkeylaw.org/wiki/images/4/4a/Autocomic-before.png" alt="" width="400" height="255" /></p>
<p>As you can see, no comic anywhere. But I can see, in the source, exactly where I want my comic to go &#8212; it&#8217;s below the header, which is a div element with the id &#8220;header.&#8221;</p>
<p>So I go to my WordPress admin page, and turn on AutoComic. I tell it to put the comic below the header element, and voila:</p>
<p><img class="aligncenter" title="The Constructor theme after AutoComic" src="http://stripshow.monkeylaw.org/wiki/images/0/0c/Autocomic-after.png" alt="" width="400" height="255" /></p>
<p>Now there&#8217;s a comic. Also some navigation arrows. Also, though you can&#8217;t tell in this screenshot, a complete widget-aware sidebar. Isn&#8217;t that cool?</p>
<p>Obviously, this is intended as a quick, get-up-and-running feature. Nothing beats customizing your themes yourself. But stripShow 2.5 aims to make it all easy. Go <a href="http://wordpress.org/extend/plugins/stripshow/" target="_blank">download the beta</a>, try it out for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What I&#8217;m working on for 2.5</title>
		<link>http://stripshow.monkeylaw.org/2010/01/27/what-im-working-on-for-2-5/</link>
		<comments>http://stripshow.monkeylaw.org/2010/01/27/what-im-working-on-for-2-5/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:50:17 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=166</guid>
		<description><![CDATA[Hi, everyone. stripShow 2.5 is nearing completion, and I thought I&#8217;d update you on what I&#8217;m working on. These are some new features: The Add Comics page is going away. This is a part of my ongoing project to integrate more tightly with WordPress. Now, you can set comic options, upload comics, etc., from the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, everyone. stripShow 2.5 is nearing completion, and I thought I&#8217;d update you on what I&#8217;m working on. These are some new features:</p>
<ul>
<li>The Add Comics page is going away. This is a part of my ongoing project to integrate more tightly with WordPress. Now, you can set comic options, upload comics, etc., from the Add Post page that WordPress provides.</li>
<li>The Bulk Import and Bulk Upload pages have been merged into a kind of file manager, where you can see what you&#8217;re importing.</li>
<li>Now you will be able to specify what characters appear in each comic. This is thanks to WordPress 2.8&#8242;s support for custom taxonomies. There will be new template tags and an archive page to support characters. These will behave just like tags, complete with auto-suggestion and clouds.</li>
<li>I&#8217;ve rewritten all the widgets for use with WordPress 2.8 &#8212; now they&#8217;re all multiwidgets, meaning you can use as many of each one as you&#8217;d like on the same page.</li>
<li>Admin interface enhancements &#8212; thumbnails and characters will now appear in the Edit list, and you can specify your characters using the Quick Editor.</li>
<li>Option to move to next comic by clicking on the comic itself.</li>
<li>Tighter integration with WordPress&#8217;s built-in functions. Now all my custom MySQL queries are gone, and WordPress is used for everything. This makes stripShow compatible with plugins that might modify the WordPress query, like <a title="Role Scoper plugin for WordPress" href="http://agapetry.net/news/introducing-role-scoper/" target="_blank">Role Scoper</a>.</li>
<li>A few edits to stripShow Sandbox &#8212; more customization options are moving into the stripShow Sandbox Options page.</li>
</ul>
<span class="sfforumlink"><a href="http://stripshow.monkeylaw.org/forums/announcements/what-im-working-on-for-2-5/"><img src="http://stripshow.monkeylaw.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2010/01/27/what-im-working-on-for-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook compatibility</title>
		<link>http://stripshow.monkeylaw.org/2009/12/13/facebook-compatibility/</link>
		<comments>http://stripshow.monkeylaw.org/2009/12/13/facebook-compatibility/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 01:09:13 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=151</guid>
		<description><![CDATA[At the request of a user, I&#8217;ve been exploring ways to integrate stripShow with Facebook. Rather than reinvent the wheel, I think the best thing to do would be to see if I can integrate sS with one of the existing WP plugins that allows Facebook posting. I&#8217;m testing WordBook now.]]></description>
			<content:encoded><![CDATA[<div id="attachment_152" class="wp-caption alignleft" style="width: 160px"><a href="http://stripshow.monkeylaw.org/wp-content/uploads/2009/12/facebook_logo.png"><img class="size-thumbnail wp-image-152" title="facebook_logo" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/12/facebook_logo-150x150.png" alt="This is the logo of Facebook, in case you haven't seen it before." width="150" height="150" /></a><p class="wp-caption-text">This is the logo of Facebook, in case you haven&#39;t seen it before.</p></div>
<p>At the request of a user, I&#8217;ve been exploring ways to integrate stripShow with Facebook. Rather than reinvent the wheel, I think the best thing to do would be to see if I can integrate sS with one of the existing WP plugins that allows Facebook posting. I&#8217;m testing <a href="http://wordpress.org/extend/plugins/wordbook/">WordBook</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/12/13/facebook-compatibility/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RoleScoper</title>
		<link>http://stripshow.monkeylaw.org/2009/12/04/rolescoper/</link>
		<comments>http://stripshow.monkeylaw.org/2009/12/04/rolescoper/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 00:40:46 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=149</guid>
		<description><![CDATA[I&#8217;m having a lot of fun playing with a plugin called RoleScoper. This is pretty cool &#8212; it allows you to create your own WordPress roles and exercise fine-grained control over what users can do. It allows you to restrict content, for example. How might this affect webcomics creators? Well, let&#8217;s say you want to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having a lot of fun playing with a plugin called <a href="http://agapetry.net/news/introducing-role-scoper/" target="_blank">RoleScoper</a>. This is pretty cool &#8212; it allows you to create your own WordPress roles and exercise fine-grained control over what users can do. It allows you to restrict content, for example.</p>
<p>How might this affect webcomics creators? Well, let&#8217;s say you want to sell memberships on your site &#8212; only members who pay you money get to see certain strips. Take <a title="Joyce &amp; Walky by David Willis" href="http://www.itswalky.com/" target="_blank">Joyce &amp; Walky</a> for example &#8212; the general public gets to see only the Saturday strips, whereas paying members get strips all week.</p>
<p><a href="http://www.comicpress.org" target="_blank">ComicPress</a> has some support for this idea &#8212; you can tag a user as a Member and add content in your blog posts that only members can see. My idea was to see what plugins already exist that can manage user roles, and RoleScoper seems to be the best.</p>
<p>Think about a situation beyond just paid/unpaid. Say you want to sell three levels of service &#8212; silver, gold, and platinum for example. Silver members get to see some strips, gold members get to see even more, and platinum members get to see ultra-special exclusive strips. OK, so maybe most webcomics creators don&#8217;t get that deeply into the marketing, but it would be nice to be able to do.</p>
<p>So I&#8217;m rewriting some of stripShow&#8217;s code to be more compatible with RoleScoper and other plugins. Version 2.5 will have full compatibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/12/04/rolescoper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow and WordPress MU</title>
		<link>http://stripshow.monkeylaw.org/2009/12/03/stripshow-and-wordpress-mu/</link>
		<comments>http://stripshow.monkeylaw.org/2009/12/03/stripshow-and-wordpress-mu/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:53:06 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=147</guid>
		<description><![CDATA[I&#8217;ve been curious recently about WordPress MU &#8212; a branch of WordPress that allows multiple blogs to be run from one installation. Seems to me like using stripShow with this software would be useful &#8212; you could be your own DrunkDuck or Keenspot, for instance. So I downloaded a copy of WordPress MU, and installed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been curious recently about <a title="WordPress for multiple users" href="http://mu.wordpress.org/">WordPress MU</a> &#8212; a branch of WordPress that allows multiple blogs to be run from one installation. Seems to me like using stripShow with this software would be useful &#8212; you could be your own <a href="http://www.drunkduck.com/" target="_blank">DrunkDuck</a> or <a href="http://www.keenspot.com/" target="_blank">Keenspot</a>, for instance.</p>
<p>So I downloaded a copy of WordPress MU, and installed stripShow on it, wondering what kinds of changes I&#8217;ll have to make to the latest (development) version of stripShow to get it to work&#8230; I&#8217;d laid out a block of time to explore and figure things out. Much to my surprise&#8230;</p>
<p>&#8230; it works fine.</p>
<p>I&#8217;m still exploring, but from where I&#8217;m sitting, there have yet to be any issues. I&#8217;m very impressed with the transparency that WordPress MU seems to afford. It works just like WordPress, but keeps your blogs and the settings for them separate. No changes to my code seem to be necessary. I&#8217;ve got a test site up with multiple comic blogs and they all seem to work OK.</p>
<p>More on this as testing continues.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/12/03/stripshow-and-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery: Life&#8217;s a Witch</title>
		<link>http://stripshow.monkeylaw.org/2009/10/29/gallery-lifes-a-witch/</link>
		<comments>http://stripshow.monkeylaw.org/2009/10/29/gallery-lifes-a-witch/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:30:57 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=139</guid>
		<description><![CDATA[Zelda Johnson is just your average suburban hausfrau, struggling with parenting, dieting, housework, and all the problems of modern life. Except, of course, for the fact that Zelda is a practicing witch (complete with pointy hat and black robes) whose friends include fairies and werewolves. Life&#8217;s a Witch, a lighthearted look at fantasy characters integrating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.witchytech.com/lifesawitch/"><img class="size-full wp-image-141 alignright" title="icon_lifesawitch" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/icon_lifesawitch1.png" alt="Life's a Witch" width="128" height="128" /></a></p>
<p>Zelda Johnson is just your average suburban hausfrau, struggling with parenting, dieting, housework, and all the problems of modern life. Except, of course, for the fact that Zelda is a practicing witch (complete with pointy hat and black robes) whose friends include fairies and werewolves.</p>
<p><a title="Life's a Witch" href="http://witchytech.com/lifesawitch" target="_blank">Life&#8217;s a Witch</a>, a lighthearted look at fantasy characters integrating into the modern world comes courtesy of Samantha Wikan, one of stripShow&#8217;s earliest adopters. Here&#8217;s a small art sample:</p>
<div id="attachment_142" class="wp-caption alignnone" style="width: 380px"><a href="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/gallery_lifesawitch.png"><img class="size-full wp-image-142 " title="gallery_lifesawitch" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/gallery_lifesawitch.png" alt="Life's a Witch" width="370" height="337" /></a><p class="wp-caption-text">Life&#39;s a Witch</p></div>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/10/29/gallery-lifes-a-witch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>About stripShow Sandbox Options</title>
		<link>http://stripshow.monkeylaw.org/2009/10/15/about-the-stripshow-sandbox-options/</link>
		<comments>http://stripshow.monkeylaw.org/2009/10/15/about-the-stripshow-sandbox-options/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:40:20 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Theming]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[stripShow]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=134</guid>
		<description><![CDATA[One feature I may have overlooked from the announcement of stripShow 2.1 is one some users may find confusing. I thought I&#8217;d mention it here for clarification. stripShow Sandbox now has an Options page. Here it is: Here, you can configure a few options for the stripShow Sandbox template, without having to edit your child [...]]]></description>
			<content:encoded><![CDATA[<p>One feature I may have overlooked from the announcement of stripShow 2.1 is one some users may find confusing. I thought I&#8217;d mention it here for clarification.</p>
<p>stripShow Sandbox now has an Options page. Here it is:</p>
<div id="attachment_135" class="wp-caption aligncenter" style="width: 310px"><a href="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/stripshow-sandbox-options.png"><img class="size-medium wp-image-135" title="stripShow Sandbox Options" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/stripshow-sandbox-options-300x165.png" alt="The options page for the stripShow Sandbox template" width="300" height="165" /></a><p class="wp-caption-text">The options page for the stripShow Sandbox template</p></div>
<p>Here, you can configure a few options for the stripShow Sandbox template, without having to edit your child theme&#8217;s files.  You can rename or remove the blog header, for example.</p>
<p>One thing that has changed significantly is that you can now configure your column layout from this page. Previously, every stripShow Sandbox child theme had to import a stylesheet like so:</p>
<p><code>@import url('../stripshow_sandbox/library/styles/columns/3c-b.css');</code></p>
<p>What this means, practically, is that if you have such a line in your child theme, you should remove it, and use the dropdown menu in stripShow Sandbox to select your column scheme. The line has already been removed, in 2.1, from the included child themes and from stripShow Sandbox itself.</p>
<p>I look forward to using this option in the future to include more layout possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/10/15/about-the-stripshow-sandbox-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow 2.1 released!</title>
		<link>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/</link>
		<comments>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:39:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[new-release]]></category>
		<category><![CDATA[stripShow]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=125</guid>
		<description><![CDATA[I&#8217;m inordinately pleased to announce the release of version 2.1 of stripShow, the all-in-one solution for running a webcomic on WordPress! New features in 2.1 include: COVER YOUR SHAME! If you happen to draw a comic that is sometimes just nasty, filthy, disgusting&#8230; well, we don&#8217;t judge. But sometimes people shouldn&#8217;t be browsing that sort [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/stripshow/"><img class="alignright size-full wp-image-126" title="stripShow 2.1 badge" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/version-2.1-badge.png" alt="stripShow 2.1 badge" width="129" height="129" /></a>I&#8217;m inordinately pleased to announce the release of version 2.1 of stripShow, the all-in-one solution for running a webcomic on WordPress!</p>
<p>New features in 2.1 include:</p>
<ul>
<li>COVER YOUR SHAME! If you happen to draw a comic that is sometimes just nasty, filthy, disgusting&#8230; well, we don&#8217;t judge. But sometimes people shouldn&#8217;t be browsing that sort of thing from work, and for the benefit of those readers, creators can now cover NSFW strips with a cover image that must be clicked on before the real comic is displayed.</li>
<li>CUSTOMIZE YOUR THUMBNAILS! Now, if you&#8217;d rather thumbnail images were something a little more personalized than just a scaled-down version of the comic, you can stick alternate images in a subfolder of your comics folder and show those instead.</li>
<li>SE HABLA FRANCAIS, MEIN FREUND! stripShow is now fully internationalized, and ready to be translated into all the languages of our big blue planet!</li>
</ul>
<p>Obviously, all the great features that made stripShow the finest solution for WordPress webcomics, such as searchable, formatted transcripts, nested, low-maintenance storylines,  easy upload of comics, and an awesome theming template, are still present, and ready to propel your webcomic into the 2010s.</p>
<p>Download stripShow today from the <a title="stripShow download" href="http://wordpress.org/extend/plugins/stripshow/">WordPress Plugin Directory</a> today, or visit our <a title="stripShow support site" href="http://stripshow.monkeylaw.org">support site</a> and join our community!</p>
<span class="sfforumlink"><a href="http://stripshow.monkeylaw.org/forums/announcements/stripshow-2-1-released/"><img src="http://stripshow.monkeylaw.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old forum posts are back!</title>
		<link>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/</link>
		<comments>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 02:45:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=121</guid>
		<description><![CDATA[Because I&#8217;m a little obsessive about thoroughness, I spent the day (yes, the whole day) figuring out how to get all the old forum users and posts into the new forum. The good news is, it worked! Now all the old support issues and announcements are there for all to see. If you had an [...]]]></description>
			<content:encoded><![CDATA[<p>Because I&#8217;m a little obsessive about thoroughness, I spent the day (yes, the whole day) figuring out how to get all the old forum users and posts into the new forum. The good news is, it worked! Now all the old support issues and announcements are there for all to see.</p>
<p>If you had an old forum account, and you ever posted, you have an account here on this blog now. However, you don&#8217;t have a password. So what you need to do is hit &#8220;Login&#8221; (either on the sidebar, or on the forum page) and it will take you to the login page. Hit &#8220;Forgot password&#8221; and it will send you an email with a link &#8212; follow that link, and you&#8217;ll get a second email with a temporary password. Use that password to log in, then change it in the Profile page.</p>
<p>Since I did this conversion myself, I expect some things may be a bit wonky. Let me know if you have any issues. Private Messaging works, or if not, email bhawkins AT monkeylaw DOT org.</p>
<span class="sfforumlink"><a href="http://stripshow.monkeylaw.org/forums/announcements/old-forum-posts-are-back/"><img src="http://stripshow.monkeylaw.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
