<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: alpha - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/alpha</link>
		<description>bbPress Support Forums &#187; Tag: alpha - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:49:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/alpha" rel="self" type="application/rss+xml" />

		<item>
			<title>jcnetsys on "Using wp_head within bbPress"</title>
			<link>http://bbpress.org/forums/topic/using-wp_head-within-bbpress#post-86487</link>
			<pubDate>Sun, 17 Apr 2011 12:58:57 +0000</pubDate>
			<dc:creator>jcnetsys</dc:creator>
			<guid isPermaLink="false">86487@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dunno what conflicts this might cause but I modified lines 86-91 of bb-settings.php to:<br />
<pre><code>if ( defined( &#039;ABSPATH&#039; ) ) {
	//$wp_filter = array();
	//$wp_actions = array();
	//$merged_filters = array();
	//$wp_current_filter = array();
}</code></pre>
<p>This prevents wordpress filters and hooks from being removed.
</p>]]></description>
					</item>
		<item>
			<title>miklamx on "No topics shows up after installation"</title>
			<link>http://bbpress.org/forums/topic/no-topics-shows-up-after-installation#post-83453</link>
			<pubDate>Fri, 25 Feb 2011 19:41:25 +0000</pubDate>
			<dc:creator>miklamx</dc:creator>
			<guid isPermaLink="false">83453@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I installed the Forums just fine. Then when creating a topic assigned to a group as Admin of that Group it doesn't save the topic? Any ideas?
</p>]]></description>
					</item>
		<item>
			<title>iftomkins on "Problems with &quot;Forum Is Category&quot; in 1.0 Alpha-6"</title>
			<link>http://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-82735</link>
			<pubDate>Tue, 15 Feb 2011 11:24:57 +0000</pubDate>
			<dc:creator>iftomkins</dc:creator>
			<guid isPermaLink="false">82735@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I also wanted to stop the categories from displaying '0' on my front page. I followed CK's advice and edited my theme's front-page.php file.</p>
<p>I changed</p>
<p><code>&#60;?php forum_topics() ?&#62;</code>	</p>
<p>to </p>
<pre><code>&#60;?php $cat_topics = get_forum_topics();
	if ($cat_topics &#62; 0) {
	echo forum_topics();
	}
	else { echo &#039; &#039;; }
	?&#62;</code></pre>
<p>and</p>
<p><code>&#60;?php forum_topics() ?&#62;</code>	</p>
<p>to </p>
<pre><code>&#60;?php $cat_posts = get_forum_posts();
	if ($cat_posts &#62; 0) {
	echo forum_posts();
	}
	else { echo &#039; &#039;; }
	?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>Ashfame on "AJAX tag adding broken in 1.1 alpha"</title>
			<link>http://bbpress.org/forums/topic/ajax-tag-adding-broken-in-11-alpha#post-73805</link>
			<pubDate>Sun, 12 Sep 2010 19:43:25 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">73805@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm... the same problem is on the forum theme's too.
</p>]]></description>
					</item>
		<item>
			<title>ph23man on "AJAX tag adding broken in 1.1 alpha"</title>
			<link>http://bbpress.org/forums/topic/ajax-tag-adding-broken-in-11-alpha#post-73801</link>
			<pubDate>Sun, 12 Sep 2010 17:30:50 +0000</pubDate>
			<dc:creator>ph23man</dc:creator>
			<guid isPermaLink="false">73801@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm on bbpress 1.1-r2537 and adding tags in topics displays this error:</p>
<p>-----</p>
<p><strong>Warning:</strong> Invalid argument supplied for foreach() in <strong>[path]/bb-includes/backpress/class.wp-taxonomy.php</strong> on line <strong>1789</strong></p>
<p><strong>Catchable fatal error:</strong> Object of class WP_Error could not be converted to string in <strong>[path]/bb-includes/functions.bb-formatting.php</strong> on line <strong>241</strong></p>
<p>-----</p>
<p>Please note I've substituted the actual file path with [path].</p>
<p>Sometimes only the 2nd error is displayed, sometimes both. I believe this problem was introduced in 1.1-r2530 because that revision changed class.wp-taxonomy.php.</p>
<p>The tags don't update through AJAX, but after refreshing the page, the new tag does show.
</p>]]></description>
					</item>
		<item>
			<title>arpowers on "Using wp_head within bbPress"</title>
			<link>http://bbpress.org/forums/topic/using-wp_head-within-bbpress#post-72925</link>
			<pubDate>Sat, 21 Aug 2010 23:30:27 +0000</pubDate>
			<dc:creator>arpowers</dc:creator>
			<guid isPermaLink="false">72925@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Did this ever get solved?
</p>]]></description>
					</item>
		<item>
			<title>ies22admin on "bbPress Integration Plugin Examples"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-examples#post-61403</link>
			<pubDate>Mon, 07 Dec 2009 04:44:39 +0000</pubDate>
			<dc:creator>ies22admin</dc:creator>
			<guid isPermaLink="false">61403@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>WordPress: 2.86<br />
BBpress: 1.0</p>
<p>I have installed bbpress integration and done all things following the instructions. However, I still need to login again when i switch from wordpress to bbpress or vice versa.</p>
<p>what is the problem?
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "No topics shows up after installation"</title>
			<link>http://bbpress.org/forums/topic/no-topics-shows-up-after-installation#post-60317</link>
			<pubDate>Thu, 05 Nov 2009 05:07:44 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">60317@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>kallumamaji - please start a new topic and I will delete this.  A lot has changed in 7 months.
</p>]]></description>
					</item>
		<item>
			<title>kallumamaji on "No topics shows up after installation"</title>
			<link>http://bbpress.org/forums/topic/no-topics-shows-up-after-installation#post-60314</link>
			<pubDate>Thu, 05 Nov 2009 03:45:49 +0000</pubDate>
			<dc:creator>kallumamaji</dc:creator>
			<guid isPermaLink="false">60314@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i have latest wpmu 2.8.5 installation with built in integration of bbpress. i have created a test group and posted 2 forum topic but when going from front end to forum topic it gives message "Sorry, there were no forum topics found." you can see my site at <a href="http://livetalent.org/forums/" rel="nofollow">http://livetalent.org/forums/</a>
</p>]]></description>
					</item>
		<item>
			<title>vwcamper77 on "Catchable fatal error: Object of class WP_Error could not be converted...?"</title>
			<link>http://bbpress.org/forums/topic/catchable-fatal-error-object-of-class-wp_error-could-not-be-converted#post-60089</link>
			<pubDate>Wed, 28 Oct 2009 12:40:47 +0000</pubDate>
			<dc:creator>vwcamper77</dc:creator>
			<guid isPermaLink="false">60089@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@arba you are a genius! thank you! have a nice day also :)
</p>]]></description>
					</item>
		<item>
			<title>Roblun on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59910</link>
			<pubDate>Fri, 23 Oct 2009 17:00:41 +0000</pubDate>
			<dc:creator>Roblun</dc:creator>
			<guid isPermaLink="false">59910@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello!<br />
A new forum member here...<br />
I totally agree with Fernando, I really think it's strange that you can't move a post to a different topic. I have forum users that have created new topics that already are covered in older topics, so I was searching for a way to do this, since I know it's a common feature in other forum software.  I'm still running 1.0 Alpha, so I thougt that I'd only had to update to a newer release and that missing feature would be there. </p>
<p>Anyway, guess there are other reasons to update anyway...
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59336</link>
			<pubDate>Thu, 08 Oct 2009 17:04:24 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59336@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Oh no... please don't test it unless you are on 0.8.x!!</p>
<p>It's definitely not recommended for 0.9 or 1.0... I just linked to it so you could check out the code, in the event that you were interested in adapting it to support more recent bbPress versions!
</p>]]></description>
					</item>
		<item>
			<title>fernandot on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59335</link>
			<pubDate>Thu, 08 Oct 2009 16:57:16 +0000</pubDate>
			<dc:creator>fernandot</dc:creator>
			<guid isPermaLink="false">59335@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you John, I'll test it ;)
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59099</link>
			<pubDate>Sat, 03 Oct 2009 06:31:52 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59099@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There was a great plugin called "Move It" that did a lot of what you described:<br />
<a href="http://bbpress.org/plugins/topic/move-it/" rel="nofollow">http://bbpress.org/plugins/topic/move-it/</a></p>
<p>But it was designed for bbPress 0.8x I believe... ck recommended that 0.9 and 1.0 users not use it.</p>
<p>But if you're interested in coding something similar, her code might be a good place to start.</p>
<p>Good luck!
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59097</link>
			<pubDate>Sat, 03 Oct 2009 04:26:40 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">59097@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There's no feature or plugin that I know of that will allow you to move a post from one topic to another, or split posts off into a new topic.
</p>]]></description>
					</item>
		<item>
			<title>fernandot on "How do I move a topic to another forum"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-59086</link>
			<pubDate>Sat, 03 Oct 2009 00:39:38 +0000</pubDate>
			<dc:creator>fernandot</dc:creator>
			<guid isPermaLink="false">59086@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>And … what about to move posts between different topics or separate posts from a topic to a new created topic?. These are basic features in other forums software and there's nothing similar in bbPress.</p>
<p>I think that bbPress need these type of features in order to be a serious forums software, isn't it?
</p>]]></description>
					</item>
		<item>
			<title>defue on "Slash text issue in 1.0-alpha-6, have searched"</title>
			<link>http://bbpress.org/forums/topic/slash-text-issue-in-10-alpha-6-have-searched#post-58700</link>
			<pubDate>Sat, 26 Sep 2009 04:23:22 +0000</pubDate>
			<dc:creator>defue</dc:creator>
			<guid isPermaLink="false">58700@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've found a solution for this. You need to edit bbpress/bb-includes/functions.bb-posts.php and replace the function bb_get_post (it is the first function in file) with<br />
<pre><code>function bb_get_post( $post_id ) {
	global $bbdb;
	$post_id = (int) $post_id;
	if ( false === $post = wp_cache_get( $post_id, &#39;bb_post&#39; ) ) {
		$post = $bbdb-&#62;get_row( $bbdb-&#62;prepare( &#34;SELECT * FROM $bbdb-&#62;posts WHERE post_id = %d&#34;, $post_id ) );
		$post = bb_append_meta( $post, &#39;post&#39; );
		wp_cache_set( $post_id, $post, &#39;bb_post&#39; );
	}
	//here is the only new line for stripping slashes
	$post-&#62;post_text = stripslashes($post-&#62;post_text);
	return $post;
}</code></pre>
<p>Not sure that it is the elegant solution but it works for me.
</p>]]></description>
					</item>
		<item>
			<title>arba on "Catchable fatal error: Object of class WP_Error could not be converted...?"</title>
			<link>http://bbpress.org/forums/topic/catchable-fatal-error-object-of-class-wp_error-could-not-be-converted#post-56556</link>
			<pubDate>Mon, 17 Aug 2009 10:07:51 +0000</pubDate>
			<dc:creator>arba</dc:creator>
			<guid isPermaLink="false">56556@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Go to your phpmyadmin. Select the name of the database which your wordpress mu is using. Go to Search.</p>
<p>At the: Word(s) or value(s) to search for (wildcard: "%") type: dashboard_blog</p>
<p>Then on the Inside table(s): you have to scroll down and select wp_sitemeta to be inserted in the Search. OK, just click Go.</p>
<p>You will have the search resources above like this:</p>
<p>Search results for "dashboard_blog" at least one of the words:<br />
2 match(es) inside table wp_sitemeta &#124; Browse &#124; Delete</p>
<p>Click Browse and you will see 2 table. Edit the table name dashboard_blog.</p>
<p>Whatever you see the meta_value is. I don't remember exactly (may be ERROR and something) but you don't need to worry. Just delete all and type 1. Yes, just type the word "1" in the box ONLY.</p>
<p>Finally, click Go. And log in to you WP. See the result.</p>
<p>Have a nice day!
</p>]]></description>
					</item>
		<item>
			<title>KICKERMAN360 on "Problems with &quot;Forum Is Category&quot; in 1.0 Alpha-6"</title>
			<link>http://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-46306</link>
			<pubDate>Thu, 23 Jul 2009 11:41:50 +0000</pubDate>
			<dc:creator>KICKERMAN360</dc:creator>
			<guid isPermaLink="false">46306@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>_ck_, I think they mean when making a forum a category (no posts), when starting a new topic it shows up (which i think is fine to index things properly. e.g. you might have to 'General' Forums in 2 Categories. Anyway then it takes them to a page stating the topic is closed, since there is no posts allowed there.</p>
<p>With your second question, you could probably edit that out, messing with the theme.</p>
<p>Why don't you just update to version 1.0.1? Why stay on an unstable version where bugs are expected?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Problems with &quot;Forum Is Category&quot; in 1.0 Alpha-6"</title>
			<link>http://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-45527</link>
			<pubDate>Thu, 23 Jul 2009 04:12:05 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">45527@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You're not actually trying to use Forum Is Category plugin on 1.0 are you?<br />
 It's built in. Unless you mean you are having trouble with the built in feature.
</p>]]></description>
					</item>
		<item>
			<title>ggwarpig on "Problems with &quot;Forum Is Category&quot; in 1.0 Alpha-6"</title>
			<link>http://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-44589</link>
			<pubDate>Wed, 22 Jul 2009 19:17:29 +0000</pubDate>
			<dc:creator>ggwarpig</dc:creator>
			<guid isPermaLink="false">44589@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone gotten anywhere with this?
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "How to upgrade form 1.0-alpha-2"</title>
			<link>http://bbpress.org/forums/topic/how-to-upgrade-form-10-alpha-2#post-38580</link>
			<pubDate>Fri, 10 Jul 2009 14:33:07 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">38580@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just replace the old files with new files. That's it. And as a precaution, do take a backup before you do anything.
</p>]]></description>
					</item>
		<item>
			<title>sms1962 on "How to upgrade form 1.0-alpha-2"</title>
			<link>http://bbpress.org/forums/topic/how-to-upgrade-form-10-alpha-2#post-38579</link>
			<pubDate>Fri, 10 Jul 2009 14:28:37 +0000</pubDate>
			<dc:creator>sms1962</dc:creator>
			<guid isPermaLink="false">38579@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,<br />
I did not see information on how to upgrade from 1.0-alpha-x to 1.01.  Are there any problems? Someone already did this?<br />
I've bbPress 1.0-alpha-2 with WP integration (v. 2.8)<br />
SMS
</p>]]></description>
					</item>
		<item>
			<title>plop on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-38408</link>
			<pubDate>Wed, 08 Jul 2009 09:31:35 +0000</pubDate>
			<dc:creator>plop</dc:creator>
			<guid isPermaLink="false">38408@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ok just so you know, about the problem with the meta value :<br />
" if I add another topic to my favs, it doesn't add the id with the previous ones, but overrides the meta_value with the new one", found the bug :</p>
<p>in the functions.bb-users.php , <code>$user-&#62;favorites</code> is used instead of <code>$user-&#62;bb_favorites</code>.<br />
That solves the problem.</p>
<pre><code>&#60;br /&#62;
function bb_add_user_favorite( $user_id, $topic_id ) {&#60;br /&#62;
	global $bbdb;&#60;br /&#62;
	$user_id = (int) $user_id;&#60;br /&#62;
	$topic_id = (int) $topic_id;&#60;br /&#62;
	$user = bb_get_user( $user_id );&#60;br /&#62;
	$topic = get_topic( $topic_id );&#60;br /&#62;
	if ( !$user &#124;&#124; !$topic )&#60;br /&#62;
		return false;&#60;/p&#62;
&#60;p&#62;	$fav = $user-&#62;bb_favorites ? explode(&#39;,&#39;, $user-&#62;bb_favorites) : array();&#60;br /&#62;
	if ( ! in_array( $topic_id, $fav ) ) {&#60;br /&#62;
		$fav[] = $topic_id;&#60;br /&#62;
		$fav = implode(&#39;,&#39;, $fav);&#60;br /&#62;
		bb_update_usermeta( $user-&#62;ID, $bbdb-&#62;prefix . &#39;favorites&#39;, $fav);&#60;br /&#62;
	}&#60;br /&#62;
	do_action(&#39;bb_add_user_favorite&#39;, $user_id, $topic_id);&#60;br /&#62;
	return true;&#60;br /&#62;
}&#60;br /&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>plop on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-38277</link>
			<pubDate>Tue, 07 Jul 2009 10:35:03 +0000</pubDate>
			<dc:creator>plop</dc:creator>
			<guid isPermaLink="false">38277@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Done!
</p>]]></description>
					</item>
		<item>
			<title>Jason Giedymin on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-38200</link>
			<pubDate>Mon, 06 Jul 2009 18:18:36 +0000</pubDate>
			<dc:creator>Jason Giedymin</dc:creator>
			<guid isPermaLink="false">38200@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Flag this resolved plz.</p>
<p>Cleaning the house for V1 issues.
</p>]]></description>
					</item>
		<item>
			<title>plop on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-38170</link>
			<pubDate>Mon, 06 Jul 2009 10:08:22 +0000</pubDate>
			<dc:creator>plop</dc:creator>
			<guid isPermaLink="false">38170@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ok thanks.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-37979</link>
			<pubDate>Fri, 03 Jul 2009 19:08:37 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37979@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>At this point, I would suggest upgrading to bbPress 1.0 and troubleshoot from there.  No sense rehashing alpha bugs.
</p>]]></description>
					</item>
		<item>
			<title>plop on "bbPress 1.0-alpha-6 : Favorites problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-10-alpha-6-favorites-problem#post-37913</link>
			<pubDate>Fri, 03 Jul 2009 10:15:06 +0000</pubDate>
			<dc:creator>plop</dc:creator>
			<guid isPermaLink="false">37913@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi all,<br />
I have a bbPress 1.0-alpha-6 running, and I don't know why the favorites link on a topic doesn't entirely work. </p>
<p>When I click on the link "Add this topic to your favorites", it creates a meta on the database "bb_favorites" with the proper id, BUT, the link still shows "add this topic to your favorites" instead of a link to the favorite page.<br />
AND, if I add another topic to my favs, it doesn't add the id with the previous ones, but overrides the meta_value with the new one :/</p>
<p>Is it a known bug or is something wrong with my bbpress ..?
</p>]]></description>
					</item>
		<item>
			<title>frank107 on "WordPress cookie secret key - why don&#039;t I have one?"</title>
			<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-37549</link>
			<pubDate>Wed, 24 Jun 2009 21:32:17 +0000</pubDate>
			<dc:creator>frank107</dc:creator>
			<guid isPermaLink="false">37549@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Here's the secret (only if you haven't changed the login key settings):</p>
<p>Type: <code>put your unique phrase here</code></p>
<p>You don't need to do anything else!
</p>]]></description>
					</item>

	</channel>
</rss>

