<?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: posts - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/posts</link>
		<description>bbPress Support Forums &#187; Tag: posts - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 21:35:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/posts" rel="self" type="application/rss+xml" />

		<item>
			<title>ben_allison on "Showing topics and posts by a given user"</title>
			<link>http://bbpress.org/forums/topic/showing-topics-and-posts-by-a-given-user#post-97567</link>
			<pubDate>Fri, 27 Jan 2012 16:39:31 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97567@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It's returning "This user has not created any topics."</p>
<p>Is there anything I can do in the mean time to get those functions to work (apart from a manual query)?</p>
<p>:)</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Showing topics and posts by a given user"</title>
			<link>http://bbpress.org/forums/topic/showing-topics-and-posts-by-a-given-user#post-97546</link>
			<pubDate>Fri, 27 Jan 2012 05:01:33 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97546@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This will happen automatically in the next release of both. If your code above literally returns "nothing" then it isn't even being executed, since you should at least see feedback about there being no topics. If you do at least see that feedback, then the problem lies in bbp_get_user_topics_started(). Check out how it works and see if there is anything broken.</p>
<p>Worst case scenario, you can call your own WP_Query loop and display them yourself.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Showing topics and posts by a given user"</title>
			<link>http://bbpress.org/forums/topic/showing-topics-and-posts-by-a-given-user#post-97513</link>
			<pubDate>Wed, 25 Jan 2012 14:05:35 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97513@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Running bbPress with Buddypress.</p>
<p>Whilst viewing a user's profile, I'd like to simply display topics and posts by a given user. I tried lifting this bit of code, but it returns nothing.</p>
<p>Idears?</p>
<pre><code>&#60;?php bbp_set_query_name( &#039;bbp_user_profile_topics_created&#039; ); ?&#62;
&#60;div id=&#34;bbp-author-topics-started&#34; class=&#34;bbp-author-topics-started&#34;&#62;
	&#60;div class=&#34;entry-content&#34;&#62;
		&#60;?php if ( bbp_get_user_topics_started() ) :
			bbp_get_template_part( &#039;bbpress/pagination&#039;, &#039;topics&#039; );
			bbp_get_template_part( &#039;bbpress/loop&#039;,       &#039;topics&#039; );
			bbp_get_template_part( &#039;bbpress/pagination&#039;, &#039;topics&#039; );
		else : ?&#62;
			&#60;p&#62;&#60;?php bbp_is_user_home() ? _e( &#039;You have not created any topics.&#039;, &#039;bbpress&#039; ) : _e( &#039;This user has not created any topics.&#039;, &#039;bbpress&#039; ); ?&#62;&#60;/p&#62;
		&#60;?php endif; ?&#62;
	&#60;/div&#62;
&#60;/div&#62;&#60;!-- #bbp-author-topics-started --&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>Anointed on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97325</link>
			<pubDate>Wed, 18 Jan 2012 21:05:14 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">97325@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah I would try the 2.1 beta and also you HAVE to be running WordPress 3.3 as that is where the new editor function was introduced.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97295</link>
			<pubDate>Tue, 17 Jan 2012 21:18:17 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97295@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Weird! I don't have that option.</p>
<p>I'm on bbPress 2.0.2 Do you mean the 2.1 beta?
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97293</link>
			<pubDate>Tue, 17 Jan 2012 21:08:54 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">97293@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sure, in settings -&#62; forums check the last option.<br />
<a href="http://screensnapr.com/v/FinWe0.png" rel="nofollow">http://screensnapr.com/v/FinWe0.png</a></p>
<p>Does require WordPress 3.3 and latest bbPress for this option to show up.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97290</link>
			<pubDate>Tue, 17 Jan 2012 20:33:04 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97290@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks!</p>
<p>It's a closed forum so I'm ok with people uploading what they want.</p>
<p>I just can't seem to find the option to turn on tinymce for replies! It's some php magic or is there an actual option in the admin somewhere?
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97285</link>
			<pubDate>Tue, 17 Jan 2012 20:06:37 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">97285@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you are using WordPress 3.3 and the latest bbPress (I use the nightly download), then you can turn on the tinymce editor instead of the standard textfield input for creating topics and replies. </p>
<p>You would then need to grant permission to the different roles that you want to allow to insert images, either via links or the upload system. </p>
<p>There are user role plugins that can help with this which are actually built for WordPress, but work for bbPress just fine.</p>
<p>Keep in mind that it's not usually good practice to allow regular users to upload whatever they want into your media system.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Allowing inline images uploads in posts?"</title>
			<link>http://bbpress.org/forums/topic/allowing-inline-images-uploads-in-posts#post-97279</link>
			<pubDate>Tue, 17 Jan 2012 16:33:32 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97279@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The bb-attachments plugin doesn't work any more with current version of bbPress.</p>
<p>Is there are reasonable solution to allow users to insert images (upload, not just add tag) into their posts?
</p>]]></description>
					</item>
		<item>
			<title>ones on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-95275</link>
			<pubDate>Tue, 06 Dec 2011 20:59:18 +0000</pubDate>
			<dc:creator>ones</dc:creator>
			<guid isPermaLink="false">95275@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Someone resolve that problem?
</p>]]></description>
					</item>
		<item>
			<title>OAEErra on "New paragraph when user hits return twice?"</title>
			<link>http://bbpress.org/forums/topic/new-paragraph-when-user-hits-return-twice#post-94429</link>
			<pubDate>Mon, 21 Nov 2011 00:10:51 +0000</pubDate>
			<dc:creator>OAEErra</dc:creator>
			<guid isPermaLink="false">94429@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>One thing i've noticed is the formatting of posts.  On all other forums (or even blog comments, or similar), when you type a post, and hit enter twice you get a new paragraph (like you would in Word, notepad or virtually anything else you use online or otherwise).</p>
<p>On BBPress (im using v2.0), that doesn't seem to be the case.</p>
<p>Is it possible to make an adjustment to allow for this?  I really don't want to ask my users to use html paragraph tags just to make their posts look tidier.  It looks messy with all lines of text with no spaces between them.</p>
<p>And in saying that it seems to work fine on this forum yet not on mines, so it's possible?  Can anyone tell me how to do it?
</p>]]></description>
					</item>
		<item>
			<title>ohmydarling on "Can&#039;t &quot;See&quot; or View Posts"</title>
			<link>http://bbpress.org/forums/topic/cant-see-or-view-posts#post-94178</link>
			<pubDate>Fri, 11 Nov 2011 20:26:34 +0000</pubDate>
			<dc:creator>ohmydarling</dc:creator>
			<guid isPermaLink="false">94178@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've just installed bbpress and I can't view posts.  The post topic appears, but not the posted discussion comment/question.  After the listed topic, I see "This topic has 1 voice, contains 0 replies, and was last updated" followed by the reply to box.  But the discussion comment/question isn't anywhere in sight!  </p>
<p>Help truly appreciated!  Thx.
</p>]]></description>
					</item>
		<item>
			<title>TheDryTwist on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93940</link>
			<pubDate>Fri, 04 Nov 2011 06:23:35 +0000</pubDate>
			<dc:creator>TheDryTwist</dc:creator>
			<guid isPermaLink="false">93940@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Quick follow up. I managed to implement what i was talking about in my previous post. It seems to be working fine for now.</p>
<p>Within the file loop-single-reply.php i changed &#60;?php bbp_reply_content(); ?&#62; to &#60;?php echo get_field('intro'); ?&#62; and it displayed the custom field. The other custom fields also worked (main, links).</p>
<p>I'm not sure i'll be able to work out the next step though!</p>
<p>EDIT: I just realised this doesn't work, because replies to the topic wouldn't work. It would use this loop also so replies won't show. I think i'll leave it to the experts.
</p>]]></description>
					</item>
		<item>
			<title>TheDryTwist on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93938</link>
			<pubDate>Fri, 04 Nov 2011 05:58:53 +0000</pubDate>
			<dc:creator>TheDryTwist</dc:creator>
			<guid isPermaLink="false">93938@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Good to see the discussion going. I've slightly got my head around it but i'm going to need a helping hand.</p>
<p>I'm using a plugin called 'Advanced Custom Fields'.  I've created a new group of Custom Fields named 'Articles'. Within this group i have 3 custom fields (intro, main, links). I then use a rule where this Custom Field Group is related to the edit screen of a Post Type equal to Topic.</p>
<p>So now when i go to Topics &#62; New these 3 custom fields appear (i've made it so the default fields do not appear). I then select the forum "Articles" and post. The next problem is inserting these custom fields into the forum template so they actually appear. I have not looked into this step yet, what files need to be edited etc, but i'm sure it is possible.</p>
<p>I also have the forums "Reviews", "Previews", etc, and these posts will require an entirely different set of Custom Fields. The problem is i cannot use the Post Type equal to Topic because it is already used for the Articles Custom Fields.</p>
<p>Basically, how would i go about creating Post Types of Topic-Article, Topic-Review, Topic-Preview etc and have the forums functioning correctly? I'm kinda new at all of this so sorry if i don't explain myself correctly.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>RN to BSN Online Programs on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93936</link>
			<pubDate>Fri, 04 Nov 2011 04:08:05 +0000</pubDate>
			<dc:creator>RN to BSN Online Programs</dc:creator>
			<guid isPermaLink="false">93936@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Actually I totally got it :)<br />
I think bbPress is getting easier to use in later iterations or something (I wouldn't want to attribute it to my skillful coding). </p>
<p>It's in a dev environment or I would shoot you guy the URL to check it out....</p>
<p>Glad I went this route from the onset versus other choices to persue. </p>
<p>RTBOP
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93925</link>
			<pubDate>Thu, 03 Nov 2011 18:19:23 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">93925@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@RN..</p>
<p>Yes you are correct. bbPress uses custom post types for 'forum/topic/reply' so there is a separation of data types. </p>
<p>Mixing the output of posts, topics, and replies would require a straightforward custom WordPress loop. It would also probably need a bit of template love to make it look right.</p>
<p>The idea of having a topic automatically created when a new post is created, or vice versa is another topic. Yes it is possible although I am not sure the best way to go about it.
</p>]]></description>
					</item>
		<item>
			<title>mouratidis on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93923</link>
			<pubDate>Thu, 03 Nov 2011 11:47:43 +0000</pubDate>
			<dc:creator>mouratidis</dc:creator>
			<guid isPermaLink="false">93923@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is a very useful feature, available in the old bbPress. Hope to see it on bbPress 2.
</p>]]></description>
					</item>
		<item>
			<title>RN to BSN Online Programs on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93920</link>
			<pubDate>Thu, 03 Nov 2011 09:42:35 +0000</pubDate>
			<dc:creator>RN to BSN Online Programs</dc:creator>
			<guid isPermaLink="false">93920@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I want in on this discussion too.<br />
I haven't used bbPress before but I am ramping up fast on it as I have a big project with it.</p>
<p>I am gathering the the only way to combine posts and the forum is through forum topics is this correct?</p>
<p>So then (if it is correct) I can assume that forum topics are a custom post type and that I can then display forum topics alongside other posts in the blog yeah ?</p>
<p>The essential idea is to have a registered user be able to create a topic.. which becomes a regular post in the blog (I know I will have to do a little tweaking to get the topics to appear as posts) but that is no the main idea, the main idea is for the reg user to create this topic then other members of the forum discuss this topic. </p>
<p>Conversely, the system admin might create a post .. that the admin wants discussed in the forum .. so I am hoping that these two can intermingle like this .. </p>
<p>RTBOP
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93788</link>
			<pubDate>Sun, 30 Oct 2011 05:33:24 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">93788@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Short answer, no.</p>
<p>The new bbPress plugin uses custom post-types 'topics/replies' so technically topics and replies are already posts.</p>
<p>It's easiest to think of forum topics as simply WordPress posts that are simply styled as forum topics by using special templates.</p>
<p>Of course anything is possible to build.
</p>]]></description>
					</item>
		<item>
			<title>TheDryTwist on "bbPress 2.0 Post Sync?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-post-sync#post-93785</link>
			<pubDate>Sun, 30 Oct 2011 04:42:10 +0000</pubDate>
			<dc:creator>TheDryTwist</dc:creator>
			<guid isPermaLink="false">93785@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Are there any plugins available for bbPress/WP post synchronisation? By this, i mean that any new posts created in WP are automatically created in the bbPress forums.</p>
<p>I know there are plugins available for older stand-alone version of bbPress which won't work. Basically what i'm trying to achieve is, when a new post is posted in the category "reviews", it appears in the forum "reviews" and so forth.</p>
<p>Any help would be appreciated.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>bleh on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-89868</link>
			<pubDate>Sun, 17 Jul 2011 18:36:23 +0000</pubDate>
			<dc:creator>bleh</dc:creator>
			<guid isPermaLink="false">89868@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks. That will really help make this plugin workable for a lot more people, I'm sure.
</p>]]></description>
					</item>
		<item>
			<title>pimarts on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-89864</link>
			<pubDate>Sun, 17 Jul 2011 17:31:27 +0000</pubDate>
			<dc:creator>pimarts</dc:creator>
			<guid isPermaLink="false">89864@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That documentation etc will be made once the plugin has had a stable release.
</p>]]></description>
					</item>
		<item>
			<title>bleh on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-89862</link>
			<pubDate>Sun, 17 Jul 2011 17:26:48 +0000</pubDate>
			<dc:creator>bleh</dc:creator>
			<guid isPermaLink="false">89862@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm trying to do the same thing and I see others are too. Someday some nice person will probably write up a great step-by-step guide as to how to use this plugin (bbPress) after it's installed and activated. :-) If you guys ever see anything like this, come back and post a link, will you? I will, too. Right now I'm scouring the internet.
</p>]]></description>
					</item>
		<item>
			<title>dpwolfe on "after install, user registration, new posts and viewing themes are not working"</title>
			<link>http://bbpress.org/forums/topic/after-install-user-registration-new-posts-and-viewing-themes-are-not-working#post-88578</link>
			<pubDate>Wed, 08 Jun 2011 17:26:42 +0000</pubDate>
			<dc:creator>dpwolfe</dc:creator>
			<guid isPermaLink="false">88578@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,<br />
Today, I installed bbPress on my WordPress blog site and most things are working. The install log said "&#62;&#62;&#62; Key master email not sent!" but all else went fine including WordPress integration as I can see my forum user names (I created two) replicate in my WordPress Dashboard Users area.</p>
<p>As the Key Master of bbPress, I have also successfully created two forum categories and several sub-forums (children) where members can post messages...theoretically.</p>
<p>But, I'm experiencing the following issues that I have no clue how to resolve:<br />
1. Signed in as the Key Master, I don't see where I can create a new post<br />
2. As part of registering as a forum user using a different user name, I did not receive an e-mail containing my password. So, I signed into my WordPress Dashboard Users area and assigned my second user name one so I could access my forum with my non-Key Master user name. Not having this forum registration process work without having to sign into WordPress is a problem.<br />
3. No matter which user name I sign into the forum with, when I click on any listing in the Forum Main Theme's area, I get the "The page cannot be found" error message. See: <a href="http://wolfetracksproductions.com/fresh_tracks/forum/" rel="nofollow">http://wolfetracksproductions.com/fresh_tracks/forum/</a><br />
4. When I get the "The page cannot be found" error message, the URL repeats the directory where I installed the bbPress software and I'm not clear as to why this is happening: <a href="http://wolfetracksproductions.com/fresh_tracks/forum/forum/production" rel="nofollow">http://wolfetracksproductions.com/fresh_tracks/forum/forum/production</a><br />
I did install the bbPress software in a folder called "forum" which is a subfolder of my WordPress.org blogging software.</p>
<p>Please help!</p>
<p>Thank you in advance for your kindness.</p>
<p>Deb
</p>]]></description>
					</item>
		<item>
			<title>cdecar1 on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-88575</link>
			<pubDate>Wed, 08 Jun 2011 16:04:34 +0000</pubDate>
			<dc:creator>cdecar1</dc:creator>
			<guid isPermaLink="false">88575@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I also have a wordpress blog site. I'd like to put a "message board"-style Forums page on the site. Is this possible with bbPress? If so, how do I do it? I'm unclear how you get from the Installation to use on a WordPress page.</p>
<p>Thanks in advance for your help with this!</p>
<p>Cara
</p>]]></description>
					</item>
		<item>
			<title>zaerl on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-88574</link>
			<pubDate>Wed, 08 Jun 2011 14:37:10 +0000</pubDate>
			<dc:creator>zaerl</dc:creator>
			<guid isPermaLink="false">88574@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Check the doc page:</p>
<p><a href="http://bbpress.org/documentation/installation/" rel="nofollow">http://bbpress.org/documentation/installation/</a></p>
<p>have a nice day.
</p>]]></description>
					</item>
		<item>
			<title>aloxa1 on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-88541</link>
			<pubDate>Tue, 07 Jun 2011 17:08:58 +0000</pubDate>
			<dc:creator>aloxa1</dc:creator>
			<guid isPermaLink="false">88541@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi a have wordpress website <a href="http://www.smile.mk/" rel="nofollow">http://www.smile.mk/</a> and i need to install bbpress, is there any step by step guide for this.<br />
Thanks
</p>]]></description>
					</item>
		<item>
			<title>YungLion on "DB Posts Table Not Installing"</title>
			<link>http://bbpress.org/forums/topic/db-posts-table-not-installing#post-86225</link>
			<pubDate>Fri, 08 Apr 2011 11:27:36 +0000</pubDate>
			<dc:creator>YungLion</dc:creator>
			<guid isPermaLink="false">86225@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thank you a lot man it worked for me.
</p>]]></description>
					</item>
		<item>
			<title>YungLion on "DB Posts Table Not Installing"</title>
			<link>http://bbpress.org/forums/topic/db-posts-table-not-installing#post-86069</link>
			<pubDate>Sat, 02 Apr 2011 18:09:08 +0000</pubDate>
			<dc:creator>YungLion</dc:creator>
			<guid isPermaLink="false">86069@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>what file exactly do i change that in?
</p>]]></description>
					</item>
		<item>
			<title>Super Artsy on "DB Posts Table Not Installing"</title>
			<link>http://bbpress.org/forums/topic/db-posts-table-not-installing#post-84680</link>
			<pubDate>Sun, 13 Mar 2011 08:32:17 +0000</pubDate>
			<dc:creator>Super Artsy</dc:creator>
			<guid isPermaLink="false">84680@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Alright, well I find a solution to my problem with a bit of SQL language tweaking. Apparently the issue deals with my MySQL version, but all I had to do was make a simple edit changing 'TYPE' to 'ENGINE'.</p>
<p>So the line:</p>
<p><code>) TYPE = MYISAM DEFAULT CHARACTER SET &#039;utf8&#039;;</code></p>
<p>becomes:</p>
<p><code>) ENGINE = MYISAM DEFAULT CHARACTER SET &#039;utf8&#039;;</code></p>
<p>I hope this helps those who encounter the same problem.</p>
<p>Cheers.
</p>]]></description>
					</item>

	</channel>
</rss>

