fwilson789 (@fwilson789)

Forum Replies Created

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

  • fwilson789
    Member

    @fwilson789

    Thanks for your reply!

    The post you linked to was talking about including bbPress into WordPress, which is the opposite of what I’m looking to do. I have the CSS and template files edited, and everything is in the correct spot and doesn’t work too slowly. The only problem is those few lines of CSS for my WordPress theme aren’t included on bbPress pages.

    If anyone could help me out with this, I’d be eternally grateful!

    Fred

    Come on, there has to be a way to do this!

    It worked fine for me with the current stable release, but the login was broken, so I installed the unstable. The login started working, but wp_head() stopped.

    bb-config.php:

    include('../wp-config.php');

    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for bbPress */
    define('BBDB_NAME', 'bbpress');

    bb-templateskakumeifront-page.php:

    <?php get_header(); ?>
    ... page ...
    <?php get_footer(); ?>

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