<?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: Wordpress access to bbPress Functions</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Wordpress access to bbPress Functions</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 00:20:38 +0000</pubDate>

<item>
<title>chrishajer on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-17675</link>
<pubDate>Sat, 26 Jul 2008 06:18:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17675@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you add that to wp-config.php as the &#60;strong&#62;first&#60;/strong&#62; line, right after the &#60;code&#62;&#38;lt;?php&#60;/code&#62;?&#60;/p&#62;
&#60;p&#62;The error &#60;code&#62;cannot redeclare&#60;/code&#62; means something has already been included that it's trying to include again.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com/search?q=Cannot+redeclare+_http_build_query&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=Cannot+redeclare+_http_build_query&#60;/a&#62;()&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/having-trouble-integrating-wp-functions&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/having-trouble-integrating-wp-functions&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-17673</link>
<pubDate>Sat, 26 Jul 2008 06:09:12 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17673@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi - I'm also trying to add access to bbpress functions inside Wordpress. I took the advice above and added&#60;/p&#62;
&#60;p&#62;require_once('path/to/bb-load.php');&#60;/p&#62;
&#60;p&#62;to my wp config file. &#60;/p&#62;
&#60;p&#62;Now I get the following error:&#60;/p&#62;
&#60;p&#62;Fatal error: Cannot redeclare _http_build_query() (previously declared in /path_to_bbpress/bb-includes/wp-functions.php:768) in /path_to_wordpress/wp-includes/compat.php on line 45&#60;/p&#62;
&#60;p&#62;Any ideas on why I'm seeing this and how to fix?
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13481</link>
<pubDate>Wed, 30 Jan 2008 12:52:15 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13481@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can live without integration but it would be nice to have shared header and sidebar code. I just wanted to log my observation in case someone else had the same problem.&#60;/p&#62;
&#60;p&#62;I imagine with all the new focus on forum software these issues will eventually get mowed down.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13479</link>
<pubDate>Wed, 30 Jan 2008 03:24:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13479@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It sounds vaguely to me like a timeout issue, where something in the ajax is waiting for a response from the server.&#60;/p&#62;
&#60;p&#62;It would probably take more debugging time that it's worth, you'd have to watch requests in realtime either from your side through a firewall or from the server side logs (ie. tail).&#60;/p&#62;
&#60;p&#62;I haven't kept up with the ajax changes in wordpress since 2.1 so I have no idea what's going on there - wish I could be more help. Ajax is usually the first thing I gut out of wordpress (and bbpress).
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13473</link>
<pubDate>Tue, 29 Jan 2008 20:14:46 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13473@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have reverted to straight BBpress. Topic page loads went from 4-6s back to 200ms. The js components, for reasons I do not understand, load much more slowly with a full wp include.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13470</link>
<pubDate>Tue, 29 Jan 2008 16:58:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13470@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You should always evaluate the &#34;need&#34; to run WP with BB at the same time. I don't mean shared login and common cookies which is simple integration,  but instead having bbpress load all of wordpress for every page page. That's a HUGE number of files and mysql calls being generated for every page, multiplied by the number of plugins you have with their own mysql stored settings.&#60;/p&#62;
&#60;p&#62;Many times there are ways around loading both at the same time with a few tricks and plugins. If you are on a shared/vps host that's giving you limited resources you may find streamlining absolutely necessary to deal with any bursts in traffic.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13468</link>
<pubDate>Tue, 29 Jan 2008 15:58:56 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13468@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just completed a WP/BB integration and have noticed a speed decrease.&#60;/p&#62;
&#60;p&#62;According to Firebug, most of the delay is in the downloading of the .js ajax components.&#60;/p&#62;
&#60;p&#62;The other thing I noticed is gmt_offset no longer seems to work- the time displayed is always GMT.
&#60;/p&#62;</description>
</item>
<item>
<title>austink on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13459</link>
<pubDate>Tue, 29 Jan 2008 04:11:47 +0000</pubDate>
<dc:creator>austink</dc:creator>
<guid isPermaLink="false">13459@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Does this have any effect on the speed wp pages are loaded?  When I include this line the pages take about four times as long to load.  When I remove it, they go back to normal.  Anyway to avoid this drastic slowdown?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-11304</link>
<pubDate>Sat, 06 Oct 2007 01:02:33 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">11304@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yup.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require_once(&#38;#39;path/to/bb-load.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in your wp config file.
&#60;/p&#62;</description>
</item>
<item>
<title>pwdrskier4 on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-11160</link>
<pubDate>Fri, 28 Sep 2007 22:09:12 +0000</pubDate>
<dc:creator>pwdrskier4</dc:creator>
<guid isPermaLink="false">11160@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have added:&#60;/p&#62;
&#60;p&#62;require_once('path/to/wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;to my bbPress config file to allow bbPress to have access to wordpress functions.  Now I want to do the reverse and add access to bbPress functions in Wordpress.   Is there a similar easy way to do this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
