Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPressMU + BBPress Theme

  • I’m trying to integrate the themes together, like I did before but now the same things I used to do doesn’t work.

    I used

    if (file_exists(‘../wp-blog-header.php’))

    require_once(‘../wp-blog-header.php’);

    in bb-config.php

    but when I insert that the frontpage disappears (blank screen).

    Anyone run into this?

    WPMU 2.8.3

    BP 1.0.3

    BB 1.0.2

    SQL 5

Viewing 7 replies - 1 through 7 (of 7 total)

  • Archie Webmaker
    Participant

    @weblogian

    Mine show show up the header and the footer but the page is displayed on the browser bar as “Page not found” and the page screen is darkened ( not as on my homepage http://nagapress.com) You will see what i am talking about when you see my page- http://nagapress.com/community/

    I followed this tutorial http://labs.b5media.com/

    THANK YOU, i was going insane trying to wait for someone to reply!


    Archie Webmaker
    Participant

    @weblogian

    Sorry, Everything is running fine. “the page not found” was simply because of the wordpress custom code in the title. I just type in title name and it run fine.

    When I do the:

    // Include WordPress functionality

    $currDir = dirname(getcwd());

    // Make sure this isn’t install or admin (go up if it is)

    if(!file_exists(“$currDir/wp-blog-header.php”))

    $currDir = dirname($currDir);

    if(!file_exists(“$currDir/wp-blog-header.php”))

    die(“Cannot find WordPress integration files.”);

    require_once(“$currDir/wp-blog-header.php”);

    my forum disappears…. This goes into the bb-config.php file right?

    Whatever variation of requiring wp-blog-header.php makes the whole screen blank.

    I guess no one here supports WPMU & BBpress theme integration?

    All the sites I seen that has the integration the top is just HTML, no login form/status etc etc.

    at WPMU told me to check the error log, how do I do that on BBpress?

    Okay I think I got it. Thanks to Kernpunt (https://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk#post-55915) I didn’t have access to the error logs.

    I deactivate both plugin from both sides (for now).

    I didn’t have clue what it was. I thought it was because my php memory was limited.

    Now I’m integrating BBpress theme into WP!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar