Skip to:
Content
Pages
Categories
Search
Top
Bottom

integrate buddypress in a theme

  • @fwu

    Participant

    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

Viewing 1 replies (of 1 total)
  • @peter-hamilton

    Participant

    Sounds like hard recoding of that theme, you might be better of styling the twentyfifteen to look like that theme instead, css will not fix this.

    Also sounds like a massive functions.php with more then 370 lines of code

    Any link?

Viewing 1 replies (of 1 total)
  • The topic ‘integrate buddypress in a theme’ is closed to new replies.
Skip to toolbar