Info
- 4 posts
- 3 voices
- Started 5 years ago by suleiman
- Latest reply from pazcu
- This topic is not a support question
Cannot Add WPMU Header to BBpress
-
- Posted 5 years ago #
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 5 years ago #
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 5 years ago #
is there anywhere i could just copy and paste the code? maybe into a header.php file?
-
- Posted 4 years ago #
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 -
You must log in to post.