<?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 Tag: call</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: call</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 01:21:08 +0000</pubDate>

<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7530</link>
<pubDate>Sun, 20 May 2007 00:08:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7530@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I figured it out.&#60;/p&#62;
&#60;p&#62;I must have been missing some required hidden files. I deleted all my files from the server and then reuploaded them using my Windows machine,. Now it works like it should..&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7503</link>
<pubDate>Fri, 18 May 2007 18:42:42 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Help Please!&#60;/p&#62;
&#60;p&#62;-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7496</link>
<pubDate>Fri, 18 May 2007 03:15:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7496@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is what the config file looks like:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'turner_wrdp3');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '***********');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '*****************'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://forums.ppacp.org'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'Professional Photographers Againsts Copying Photographs';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = '*********@ppacp.org';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -4;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '*************'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7495</link>
<pubDate>Fri, 18 May 2007 03:09:34 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you supposed to install bbPress with the same or different Database information as Wordpress?&#60;br /&#62;
I want to integrate the two, so I used the same database information as wordpress.&#60;/p&#62;
&#60;p&#62;When I try to run the install, I get this error:&#60;br /&#62;
&#34;Fatal error: Call to undefined function: bb_install_header() in /home/turner/public_html/forums/bb-admin/install.php on line 11&#34;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "PHP call for bbPress root"</title>
<link>http://bbpress.org/forums/topic/php-call-for-bbpress-root#post-3379</link>
<pubDate>Sat, 20 Jan 2007 01:20:45 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmmm... I am going to have to dig into this a bit later. It looks like it is going to take some work. I am actually trying to integrate product advertisements  that I have set up in wordpress to be pulled into my forum template. Not exactly sure how to do it. At first I imagined that I would create another directory in the root that both WP and bbP could share from, but I will have to check into this later.&#60;/p&#62;
&#60;p&#62;It would be awesome if WP and bbPress could share includes seamlessly. &#60;/p&#62;
&#60;p&#62;Anyhow, I have to get back to building the actual forum before I get caught up and miss our goal.&#60;/p&#62;
&#60;p&#62;If any other ideas or etc. come up, please share.&#60;/p&#62;
&#60;p&#62;Thanks Trent!&#60;/p&#62;
&#60;p&#62;Orion
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "PHP call for bbPress root"</title>
<link>http://bbpress.org/forums/topic/php-call-for-bbpress-root#post-3375</link>
<pubDate>Sat, 20 Jan 2007 00:55:10 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3375@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would just use the full path on the server:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php include&#60;br /&#62;
(&#38;#39;var/usr/www/yourdirectory/whatever.file&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should work shouldn't it?&#60;/p&#62;
&#60;p&#62;Referencing &#60;a href=&#34;http://bbpress.org/forums/topic/509?replies=5#post-2891&#34;&#62;this post&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "PHP call for bbPress root"</title>
<link>http://bbpress.org/forums/topic/php-call-for-bbpress-root#post-3372</link>
<pubDate>Sat, 20 Jan 2007 00:35:55 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3372@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am trying to use a call to navigate to the root directory in order to call on an include that is located in a directory outside of the bbPress directory.&#60;/p&#62;
&#60;p&#62;Is there anyone out there who could help me with a BB PHP command that will bounce me back to the root directory. I tried...&#60;br /&#62;
&#60;code&#62;&#38;lt;?php include(&#38;#39;../../etc/etc&#38;#39;); ?&#38;gt;&#60;/code&#62; with out results. &#60;/p&#62;
&#60;p&#62;So, any suggestions or ideas would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;All the Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>

</channel>
</rss>
