November 26, 2006
UPDATED: bbPress integrated…
Posted by nitestrike in : Blogging, Dev, Hacks, UPDATE , trackback
As I said in my previous post I have the picture gallery integrated sufficiently that it will works nicely. Now I’ve been working off and on with getting the theme to play nice with bbPress over the last couple of weeks. It keeps spitting back an error.
Fatal error: Call to undefined function: get_header() in /…/forums/my-templates/header.php on line 27
This is the line where it calls WordPress which I have set in the config file.
require_once(’/…/wp-blog-header.php’);
define(’WP_BB’, true);
This is how I have it setup in my bbPress test site, using the default theme for WordPress. But that is where I stand at the moment. I’ll make sure to keep you all updated.
Comments»
no comments yet - be the first?