Search Results for 'bbpress'
-
Search Results
-
Topic: Problems with bbpress
I get this whenever a new user tries to register.
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/services/vux/lib/php’) in /data/20/1/161/72/1976724/user/2159081/htdocs/bbpress/bb-includes/functions.bb-template.php on line 45
Any help would be appreciated.
Has anyone got BBPress Polls working perfectly with version 1.02?
I tried it a few months back, and didnt turn out good.
Is there any other poll plugins that works?
Topic: atahualpa problems
Hello,
I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..
This is what I have done so far…
Copied and renamed kakumei to my-templates/newtheme/
Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.
I then added
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);
}
to the bb-config.php
& then added
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />
to the WP theme header.php
The forum shows up in the with what looks like the header and footer of my WP theme…
I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?
Thanks