Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: The buddybar is showing on the forums page onfthis site; how do we do it?


Jeff Sayre
Participant

@jeffsayre

Jessica-

I’ve thought about this some more and I only have one suggestion which might do the trick. Normally I would say this wouldn’t matter. But, I have seen this make a difference is some cases. Since it seems like you’ve tried everything and have deep integration setup and working, it is worth a try.

If it does not work, then please contact Burt or jjj and ask for their advice. I am not a bbPress-integration expert.

Try changing these two lines in their appropriate places:

<?php wp_head() ?>

<?php wp_footer() ?>

to this:

<?php wp_head(); ?>

<?php wp_footer(); ?>

Notice the change? It is the inclusion of the semicolon. It could be important to use these here as they indicate the end of a PHP statement. I’ve had theming issues in the past when I’ve left these off on certain PHP statements. It will probably not make a difference, but it is worth a shot.

Try making those two changes and let me know what happens.

Skip to toolbar