<?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 User Favorites: victorcastelan</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums User Favorites: victorcastelan</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 12:41:02 +0000</pubDate>

<item>
<title>cayoba on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-19854</link>
<pubDate>Sun, 12 Oct 2008 14:13:40 +0000</pubDate>
<dc:creator>cayoba</dc:creator>
<guid isPermaLink="false">19854@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;really the only functions I need is in my header the &#38;lt;?php wp_list_pages('title_li='); ?&#38;gt; for my nav bar, and in my sidebar &#38;lt;?php wp_list_categories('title_li='); ?&#38;gt; is there a way to do these functions in bbpress without loading the entire wp functions this way it may not be breaking. because its the require once wp functions that is breaking my login stuff
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-19852</link>
<pubDate>Sun, 12 Oct 2008 11:09:10 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">19852@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think it was pointed out by Sam that deep integration is still partially broken in Alpha2.&#60;br /&#62;
Personally I think that this will always be a source for potential  problems and decided to just emulate my wp scheme in bbpress.
&#60;/p&#62;</description>
</item>
<item>
<title>cayoba on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-19849</link>
<pubDate>Sun, 12 Oct 2008 03:23:17 +0000</pubDate>
<dc:creator>cayoba</dc:creator>
<guid isPermaLink="false">19849@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok I changed the require once to this code&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;WP_BB = true;&#60;br /&#62;
if (file_exists('../wp-blog-header.php'))&#60;br /&#62;
require_once('../wp-blog-header.php');&#60;br /&#62;
else&#60;br /&#62;
if (file_exists('../../wp-blog-header.php'))&#60;br /&#62;
require_once('../../wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;it got rid of the errors, however, now when i click on the admin link, after logging in, it just refreshes the page and does not bring me to the admin so now im exactly where victor is with his problem
&#60;/p&#62;</description>
</item>
<item>
<title>cayoba on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-19848</link>
<pubDate>Sun, 12 Oct 2008 03:01:27 +0000</pubDate>
<dc:creator>cayoba</dc:creator>
<guid isPermaLink="false">19848@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok I have removed alpha 1 and tried alpha 2, now it will log in however, when I click admin this is what I get Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/rosebud1/public_html/forums/bb-config.php on line 2&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rosebud1/public_html/forums/bb-config.php on line 2&#60;/p&#62;
&#60;p&#62;im confused because it does the wp functions in the header before I login so im lost.
&#60;/p&#62;</description>
</item>
<item>
<title>cayoba on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-19834</link>
<pubDate>Sat, 11 Oct 2008 18:20:14 +0000</pubDate>
<dc:creator>cayoba</dc:creator>
<guid isPermaLink="false">19834@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having the same problem and I do have the &#38;lt;?php if ( is_bb_profile() ) profile_menu(); ?&#38;gt; in the header, it just resets, if i remove the require_once('../wp-blog-header.php'); it will log me in, other wise it just refreshes as if im not logged in.
&#60;/p&#62;</description>
</item>
<item>
<title>thetooth on "bbpress on flat-file"</title>
<link>http://bbpress.org/forums/topic/bbpress-on-flat-file#post-13633</link>
<pubDate>Tue, 05 Feb 2008 11:33:53 +0000</pubDate>
<dc:creator>thetooth</dc:creator>
<guid isPermaLink="false">13633@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;awsome t hanks for your help i just hate db's so much
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbpress on flat-file"</title>
<link>http://bbpress.org/forums/topic/bbpress-on-flat-file#post-13609</link>
<pubDate>Sun, 03 Feb 2008 13:44:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13609@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you are installing on a home pc, try installing XAMPP to get an instant (like 1 minute tops) install of apache+mysql+php&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sourceforge.net/project/showfiles.php?group_id=61776&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/project/showfiles.php?group_id=61776&#60;/a&#62;&#60;br /&#62;
It's absolutely wonderful.&#60;/p&#62;
&#60;p&#62;this is the one for windows specifically if that's what you have:&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/project/showfiles.php?group_id=61776&#38;#38;package_id=89552&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/project/showfiles.php?group_id=61776&#38;#38;package_id=89552&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbpress on flat-file"</title>
<link>http://bbpress.org/forums/topic/bbpress-on-flat-file#post-13602</link>
<pubDate>Sun, 03 Feb 2008 10:21:52 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13602@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think installing PHP and MySQL on localhost is beyond the scope of the bbPress support forums.  Looks like you already found this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://us2.php.net/mysql&#34; rel=&#34;nofollow&#34;&#62;http://us2.php.net/mysql&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It would be less stressful to just get a hosting account that already supports those PHP and MySQL, then install bbPress there.  Then the site can be Internet accessible as well.&#60;/p&#62;
&#60;p&#62;Regarding flat file forum software:&#60;br /&#62;
&#60;a href=&#34;http://myupb.com/&#34;&#62;myUPB&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/projects/pblang/&#34;&#62;PBLang&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't have experience with any of those, just found them at &#60;a href=&#34;http://www.opensourcecms.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.opensourcecms.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could also use a hosted solution like Yahoo! Groups or something like that.
&#60;/p&#62;</description>
</item>
<item>
<title>thetooth on "bbpress on flat-file"</title>
<link>http://bbpress.org/forums/topic/bbpress-on-flat-file#post-13598</link>
<pubDate>Sun, 03 Feb 2008 08:05:00 +0000</pubDate>
<dc:creator>thetooth</dc:creator>
<guid isPermaLink="false">13598@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok ok i've try to set it up on my pc again, i installed mysql but how do i compile it with php&#60;/p&#62;
&#60;p&#62;ok all i can get is: For compiling, simply use the --with-mysql[=DIR] configuration option where the optional [DIR] points to the MySQL installation directory. &#60;/p&#62;
&#60;p&#62;wtf dose that mean can someone tell me what to do. :'(
&#60;/p&#62;</description>
</item>
<item>
<title>thetooth on "bbpress on flat-file"</title>
<link>http://bbpress.org/forums/topic/bbpress-on-flat-file#post-13597</link>
<pubDate>Sun, 03 Feb 2008 07:25:13 +0000</pubDate>
<dc:creator>thetooth</dc:creator>
<guid isPermaLink="false">13597@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi i was wondering if there is a way to get bbpress to run on a flat-file insted of my sql &#60;/p&#62;
&#60;p&#62;i really need this so if you can write something i'd like that too
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-5635</link>
<pubDate>Mon, 19 Mar 2007 22:56:23 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">5635@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you specify to load the admin interface? Make sure this line is inside your bbpress header somewhere: &#60;code&#62;&#38;lt;?php if ( is_bb_profile() ) profile_menu(); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>victorcastelan on "same header in bbpress - wordpress"</title>
<link>http://bbpress.org/forums/topic/same-header-in-bbpress-wordpress#post-5610</link>
<pubDate>Sat, 17 Mar 2007 07:10:04 +0000</pubDate>
<dc:creator>victorcastelan</dc:creator>
<guid isPermaLink="false">5610@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have integrated bbpress with wordpress without problems.&#60;br /&#62;
To have the same header in bbpress and word press I include&#60;br /&#62;
require_once('../wp-blog-header.php');&#60;br /&#62;
in the config.php in bbpress, then I edit the header.php (bbpress) with some wordpress functions.&#60;br /&#62;
It's runs ok, but the bbpress admin interfase can't load.&#60;br /&#62;
There are some comments about?
&#60;/p&#62;</description>
</item>
<item>
<title>klasen on "Login Errors"</title>
<link>http://bbpress.org/forums/topic/login-errors#post-29</link>
<pubDate>Sat, 14 Oct 2006 10:43:26 +0000</pubDate>
<dc:creator>klasen</dc:creator>
<guid isPermaLink="false">29@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the feedback...  as luck would have it, heading on the road this morning, so it will be a week before I can get back to this...&#60;/p&#62;
&#60;p&#62;Mr Papa
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Login Errors"</title>
<link>http://bbpress.org/forums/topic/login-errors#post-16</link>
<pubDate>Sat, 14 Oct 2006 06:06:03 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">16@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;klasen,&#60;/p&#62;
&#60;p&#62;Users with spaces:&#60;br /&#62;
You way be able to get away with creating a plugin that overrides &#60;code&#62;bb_check_login&#60;/code&#62; and &#60;code&#62;bb_set_current_user&#60;/code&#62; with your own functions of the same name.  If not, you'll probablp have to edit the &#60;code&#62;user_sanitize&#60;/code&#62; function.  That function should probably be made pluggable.&#60;/p&#62;
&#60;p&#62;I'll try to get more details about this soon.&#60;/p&#62;
&#60;p&#62;Fatal Error:&#60;br /&#62;
I assume you are talking about defining the constant &#60;code&#62;WP_BB&#60;/code&#62;.  All this does is tell bbPress not to load certain functions.  It does not include the wp-config file for you (haw would it know where to look?).  You need to do that yourself.  I'd suggest &#60;code&#62;require_once(&#38;#39;../wp-config.php&#38;#39;);&#60;/code&#62; (or where ever it is) in bbPress' &#60;code&#62;config.php&#60;/code&#62; file.&#60;/p&#62;
&#60;p&#62;mod_rewrite:&#60;br /&#62;
bbPress can generate a sample .htaccess file for you if you log in and browse to bb-admin/rewrite-rules.php.  Copy the output and save it into your .htaccess file.  Alternatively, you might be able to forgo the rewrite rules and instead set &#60;code&#62;Options +MultiViews&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>klasen on "Login Errors"</title>
<link>http://bbpress.org/forums/topic/login-errors#post-13</link>
<pubDate>Sat, 14 Oct 2006 05:38:23 +0000</pubDate>
<dc:creator>klasen</dc:creator>
<guid isPermaLink="false">13@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, installed the recent 0.72 version and having some issues.  Trying to use it integrated with Wordpress install.  BBPress doesnt seem to recognize any wordpress users that have a space in their name.  I have some wordpress users with spaces in their names (which function just fine in wordpress) and they are unable to log into bbpress.  Users without spaces in their names log in just fine.&#60;/p&#62;
&#60;p&#62;A couple of other issues which I havent dug into yet:&#60;/p&#62;
&#60;p&#62;- If I try to activate the option for loading wp every time, I always get this error:  &#34;Fatal error: Call to undefined function: __() in /home2/klasenus/public_html/forums/bb-includes/capabilities.php on line 27&#34;  Works fine without it.  Not sure if I really need it, but want to have full integration of bbpress into wp&#60;/p&#62;
&#60;p&#62;-  With mod_rewrite set to true, if I try to navigate within bbpress I get redirected to my wp 404 page as the bbpress page cannot be found.  About the only link that works in bbpress is the new topic link&#60;/p&#62;
&#60;p&#62;Any help would be appreciated...  I will keep chugging...&#60;/p&#62;
&#60;p&#62;Mr Papa
&#60;/p&#62;</description>
</item>

</channel>
</rss>
