Skip to:
Content
Pages
Categories
Search
Top
Bottom

buddypress and bbpress


  • MJ
    Participant

    @selcyis

    Hello ALL,

    Three days ago I setup bbpress towards my community on my domain website.

    I wanted to setup the bp tool bar in the bbpress page but doesnt seem to work.

    bbpress and bp is integrated prefect and works great but when I place the if statement in the bb-config.php to show the tool bar it makes my theme disappear in bbpress and crashes.

    http://theaub.com/bbpress.

    This is what I placed in the bb-config.php and activated the plugin after.>>>

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    //

    // You will need to get the ABSOLUTE path to this file |

    // \|/

    include_once( ‘/your/absolute/path/to/wordpress/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    Can anyone help me please?

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

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Looks like you’re not following instructions. :)

    You need to put the absolute path to YOUR file in the include_once area. The plugin comes with a file to help you get that if you’re unsure how.


    MJ
    Participant

    @selcyis

    Oh, I did that!

    I follow all the directions perfect and added some other variables as well, but did not seem to work.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Hmm… Can you check your server logs to see what’s causing the white screens? Might be a memory or PHP version issue next.


    MJ
    Participant

    @selcyis

    ????????????? Lost on that one?


    Jason Giedymin
    Participant

    @jason_jm

    He’s saying that it could be a PHP error causing the issue and to check your error logs. Usually at this point it could be anything.

    I think your next task is do a search on here and mu.wordpress to find out how to enable error logs, logging in general for your particular setup.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘buddypress and bbpress’ is closed to new replies.
Skip to toolbar