<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 22:01:21 +0000</pubDate>

<item>
<title>Jolaedana on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11247</link>
<pubDate>Tue, 02 Oct 2007 05:24:33 +0000</pubDate>
<dc:creator>Jolaedana</dc:creator>
<guid isPermaLink="false">11247@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've been working with &#60;a href=&#34;http://bbpress.org/forums/profile/chrishajer&#34;&#62;chrishajer&#60;/a&#62; from the forums here on this one, and thanks to his help the problem was discovered and solved.&#60;/p&#62;
&#60;p&#62;Somehow, the &#34;parent&#34; value of each forum was set to 1 instead of 0, but because there was no parent with an id of 1, they weren't showing up. We went in via PHPmyAdmin, and changed that parent value in the tables from 1 to 0, and they showed up just fine. I never had these under a parent forum.&#60;/p&#62;
&#60;p&#62;Guessing this may have been caused somehow during the database changes during the update? Unsure, but many thanks to Chris for his great help. :)
&#60;/p&#62;</description>
</item>
<item>
<title>Jolaedana on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11244</link>
<pubDate>Mon, 01 Oct 2007 23:19:31 +0000</pubDate>
<dc:creator>Jolaedana</dc:creator>
<guid isPermaLink="false">11244@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I didn't have any parent children forums- stayed away from that and kept it all top level. &#60;/p&#62;
&#60;p&#62;I basically just modified the basic theme that comes with the forums- the only thing I changed was the CSS, so the index.php file should be the same, aside from the few things I added in to call the &#34;who's online&#34; list and the like.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;require('./bb-load.php');&#60;/p&#62;
&#60;p&#62;$bb_db_override = false;&#60;br /&#62;
do_action( 'bb_index.php_pre_db', '' );&#60;/p&#62;
&#60;p&#62;if ( isset($_GET['new']) &#38;#38;&#38;#38; '1' == $_GET['new'] ) :&#60;br /&#62;
	$forums = false;&#60;br /&#62;
elseif ( !$bb_db_override ) :&#60;br /&#62;
	$forums = get_forums(); // Comment to hide forums&#60;br /&#62;
	$topics = get_latest_topics();&#60;br /&#62;
	$super_stickies = get_sticky_topics();&#60;br /&#62;
endif;&#60;/p&#62;
&#60;p&#62;do_action( 'bb_index.php', '' );&#60;/p&#62;
&#60;p&#62;bb_load_template( 'front-page.php', array('bb_db_override', 'super_stickies') );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11243</link>
<pubDate>Mon, 01 Oct 2007 22:57:13 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">11243@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On second thought, I'm not sure how much that will help.  Prior to upgrading, did you have hierarchical forums (parents and children)?
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11242</link>
<pubDate>Mon, 01 Oct 2007 22:55:33 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">11242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Strange indeed.  Can you open up your theme's index.php and paste the code that displays the forum table?  (If you need help finding that code, just let me know).
&#60;/p&#62;</description>
</item>
<item>
<title>Jolaedana on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11241</link>
<pubDate>Mon, 01 Oct 2007 20:27:16 +0000</pubDate>
<dc:creator>Jolaedana</dc:creator>
<guid isPermaLink="false">11241@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm getting the vibe this is a mystery. :( I haven't been able to find anything similar so far, and looking through the source hasn't helped out at all either.
&#60;/p&#62;</description>
</item>
<item>
<title>Jolaedana on "Forums not displaying after an upgrade to WP 2.3 and BBPress 8.3?"</title>
<link>http://bbpress.org/forums/topic/forums-not-displaying-after-an-upgrade-to-wp-23-and-bbpress-83#post-11224</link>
<pubDate>Sun, 30 Sep 2007 21:32:09 +0000</pubDate>
<dc:creator>Jolaedana</dc:creator>
<guid isPermaLink="false">11224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;Very odd issue!&#60;/p&#62;
&#60;p&#62;I seem to be missing some forums:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.audreysargent.com/&#34; rel=&#34;nofollow&#34;&#62;http://forums.audreysargent.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There should be three additional forums, &#34;The Cafe&#34;, &#34;The Design Divan&#34; and &#34;Written Role Play&#34;. &#60;/p&#62;
&#60;p&#62;They're still there, is the odd thing. You just can't see them in the forum listing on the index page, and they're not showing up in my admin control panel either. &#60;/p&#62;
&#60;p&#62;To prove it, here are links to each of the forums:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.audreysargent.com/forum/written-role-play&#34; rel=&#34;nofollow&#34;&#62;http://forums.audreysargent.com/forum/written-role-play&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.audreysargent.com/forum/the-cafe&#34; rel=&#34;nofollow&#34;&#62;http://forums.audreysargent.com/forum/the-cafe&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.audreysargent.com/forum/the-design-divan&#34; rel=&#34;nofollow&#34;&#62;http://forums.audreysargent.com/forum/the-design-divan&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In addition, this problem seems to happen with or without plugins- so it doesn't seem to be a plugin issue. Though I could be wrong.&#60;/p&#62;
&#60;p&#62;I'm not seeing any PHP errors, so I'm not sure how to diagnose the issue. It's obvious all the content is still there, and even still accessible.&#60;/p&#62;
&#60;p&#62;I upgraded the forum BEFORE I upgraded Wordpress. Also, it is a fully integrated installation, they share the same database.&#60;/p&#62;
&#60;p&#62;Any thoughts? Big thanks in advance to anyone willing to help me troubleshoot.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
