integrate buddypress in a theme
-
hello,
I have a wordpress theme that currently doesnt support buddypress. I say it doesnt support because buddypress doesnt comes in the theme compatibility list. I installed buddypress with that theme and Im trying to give this theme support for buddypress.
if I open mysite/activity or mysite/members Im not able to see nothing, only my site header and footer. I only get these warnings:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/test/public_html/testingsite/wp-includes/functions.php on line 3547
Warning: Cannot modify header information – headers already sent by (output started at /home/test/public_html/testingsite/wp-includes/functions.php:3547) in /home/test/public_html/testingsite/wp-includes/pluggable.php on line 1178
If I switch theme to twenty forteen for instance, buddypress works, fine.
I was expecting to make some styling work to integrate buddypress, but it seems there is something more to be done. Is this a normal situation? What can be done?
thank you
- The topic ‘integrate buddypress in a theme’ is closed to new replies.