bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

bbPress Integrates Fine With WP 2.1

(5 posts)
  1. Now that Wordpress has released 2.1, just a quick note to all the current users and future users that bbPress integrates fine with Wordpress 2.1.

    Trent

    Posted 1 year ago #
  2. Yep, and, even though Michael Adams made the newer version of the bbPress Integration plugin. Ryan Boren added two stubs in the 2.1 wp-includes/ folder, holding the same name as the original two.

    So, these two calls:
    require_once( ABSPATH . WPINC . ‘/registration-functions.php’ );
    include_once (ABSPATH . WPINC . ‘/rss-functions.php’);

    In any WordPress or bbPress plugins, you'll still be safe! Inside those two stubs are:

    registration-functions.php file:
    <?php
    // Deprecated. Use registration.php.
    require_once(ABSPATH . WPINC . '/registration.php');
    ?>

    rss-functions.php file:
    <?php
    // Deprecated. Use rss.php instead.
    require_once (ABSPATH . WPINC . '/rss.php');
    ?>

    Happy 2.1 Upgrading and bbPress Integrating peoples.. :D ;)

    spencerp

    Posted 1 year ago #
  3. I wish I were a mod so I could nuke the spammers!

    Posted 1 year ago #
  4. I wish I were a mod so I could nuke the spammers!

    Lmao! I know what you mean.. Trent just isn't always here to do it sigh.

    spencerp

    Posted 1 year ago #
  5. Spammer gone.

    Trent

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.