bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Cannot Add WPMU Header to BBpress

(4 posts)
  • Started 1 year ago by suleiman
  • Latest reply from pazcu
  • This topic is not a support question
  1. My WPMU and BBpress setup is 99.99% complete. The *only* remaning issue is this:

    Across all the blogs in my WPMU install I have a header that uses the following code to hook into every wordpress blog on my site:

    add_action('wp_footer', 'wp_admin_bar'); /* part of hack to make this show at the top of each blog */
    add_action('wp_head','wp_admin_bar_style');

    I need this header to show up at the top of my bbpress install without having to load wordpress on top of bbpress.

    In short, I like my bbpress the way it looks on its own, I just want the header at the top. Is this possible?

    Posted 1 year ago #
  2. I would make a copy of your functions (wp_admin_bar and wp_admin_bar_style) and put them in a bbPress plugin.

    I you want to make sure the code is always the same, you could use a symlink or instead make a bbPress plugin that just includes the one needed mu plugin.

    Posted 1 year ago #
  3. is there anywhere i could just copy and paste the code? maybe into a header.php file?

    Posted 1 year ago #
  4. Suleiman,

    since you were successful integrating wpmu and bbpress, could you tell me what they mean in the installation instructions (http://bbpress.org/blog/2006/09/simpler-integration-with-wordpress)
    by "setting bb->wp_table_prefix"?

    when i open config.php i see in the botton the following:
    $bb->wp_table_prefix = ''; // WordPress table prefix. Example: 'wp_';

    so, again the question is what exactly do i need to change in config.php

    thanks!
    _pablo

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.