bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Another integration question.

(8 posts)
  • Started 1 year ago by JzL
  • Latest reply from spencerp
  • This topic is resolved
  1. JzL
    Member

    I have an existent wordpress install. I successfully installed bbpress and have the db pulling from wp install for the users. Now I want to try and wrap my wp around bbpress utilizing my existent header and footer in wordpress.

    bbpress - v0.74
    wordpress - 2.0.6

    I have been searching everywhere looking where to start but alot say I need to set ('WP_BB', true); in the (bbpress) config.php. In this version of bbpress, it's not in there. Am I missing something?

    Posted 1 year ago #
  2. JzL
    Member

    I found where on the forums where someone suggested putting

    require_once( '/home/content/j/z/l/jzlharvey/html/wp-config.php');

    I did this and got the following error.:

    Fatal error: Cannot redeclare is_serialized() (previously declared in /home/content/j/z/l/jzlharvey/html/forums/bb-includes/wp-functions.php:914) in /home/content/j/z/l/jzlharvey/html/wp-includes/functions.php on line 281

    Posted 1 year ago #
  3. JzL
    Member

    Bueller... Bueller... Bueller... :\

    Posted 1 year ago #
  4. you have to include wp-config.php in config.php before the call to include bb-settings.php

    Posted 1 year ago #
  5. JzL
    Member

    so1o, thanks for the reply.

    when you say "include the wp-config.php in the config.php"... is that not what I did when I added the line of code:

    require_once( '/home/content/j/z/l/jzlharvey/html/wp-config.php');

    Posted 1 year ago #
  6. Yes, you add that line of code on the line directly before this line (I believe):
    require_once( BBPATH . 'bb-settings.php' );

    Make sure to change that piece of code to match the actual location of your file. When I put that code into my installation though, all I get are errors. I've found you can get away without it.

    Posted 1 year ago #
  7. JzL
    Member

    thank you bbolman.. I was placing the code after that line, not before. That did it... but I had to disable "Ultimate Tag Warrior" plugin to keep from getting any errors.

    Now, on to trying to customize the look of bbpress. Thanks again.

    Posted 1 year ago #
  8. For the UTW problem, do what this guy said here once, see if that helps. Good luck!

    spencerp

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.