Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBpress integration issue


  • pbowman
    Participant

    @pbowman

    Versions:

    WPMU 2.8.2

    Buddypress 1.0.3

    BBpress 0.9.0.5

    I’m trying to fully integrate BBpress with Buddypress and am finding some issues. I can’t get the Forum button to appear in the Groups section of Buddypress. It appeared once then went away. Also, in my activity stream I get this error:

    Warning: cannot yet handle MBCS in html_entity_decode()! in /var/www/vhosts/calvarydover.org/subdomains/livedeep/httpdocs/wp-content/plugins/buddypress/bp-forums/bp-forums-filters.php on line 53

    Any help?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Greg
    Participant

    @rebootnow

    I think that warning may be associated with a php4 incompatibility. Is your server currently supporting php5? If not, you may want to try switching to php5 to see whether the message goes away.


    r-a-y
    Keymaster

    @r-a-y

    RebootNow is correct.

    You can temporarily fix this by swapping out the html_entity_decode() function for utf8_decode().

    Change

    $content = @html_entity_decode( $content, ENT_COMPAT, "UTF-8" );

    to:

    $content = utf8_decode( $content);


    pbowman
    Participant

    @pbowman

    Thanks that seems to fix the activity stream issue.

    I’m still having difficulty getting the Forums option in the Groups to work though. All I get is this message when I create a group:

    Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.

    As far as I can tell it’s all setup properly. Am I missing something here?

    Thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BBpress integration issue’ is closed to new replies.
Skip to toolbar