Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problems in Spanish


  • pietro28
    Participant

    @pietro28

    I have installed wordpress MU 2.8.4, buddypress 1.0.3 & bbpress 1.0.2 integration without problems.

    But I have a problem when I insert accents in Spanish you can see it in…

    http://profesionales.net/groups/construccion/forum/topic/3

    If I insert an accent like “más” the forum show “m�s”

    This problem is only in the buddypress forum, in the blogs all is OK.

    ¿¿ can someone help me ??

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

  • nicolagreco
    Participant

    @nicolagreco

    How does it appear in the forum? (I mean in the forum not in the group side), to know if the bug is in xmlrpc requests or if it’s a bbpress bug


    pietro28
    Participant

    @pietro28

    Hi Nicola, bbPress XML-RPC is enabled

    if I write “más” in buddypress forum’s group the buddypress show “m�s” and the bbpress forum show “m/amp/aacute;s”

    http://www.profesionales.net/foro/topic/nuevos-profesionales-y-empresarios-de-la-construccion


    pietro28
    Participant

    @pietro28

    I think it is a bug becouse …

    If I write something with accents in bbpress works fine,

    If I write something with accents in other sites in buddypress (blog, groups, etc …) works fine,

    But if I write somethining in buddypress forums with accents I get this error but only in the content, not in the title topic …

    see this example http://profesionales.net/groups/profesionales-de-la-informatica/forum/topic/5


    pietro28
    Participant

    @pietro28

    I have found a partial solution …

    EDIT bp-forum-filters.php and comment all filters

    function bp_forums_filter_encode( $content ) {

    //$content = htmlentities( $content, ENT_COMPAT, “UTF-8” );

    //$content = str_replace( ‘&’, ‘/amp/’, $content );

    return $content;

    }

    function bp_forums_filter_decode( $content ) {

    //$content = str_replace( ‘/amp/’, ‘&’, $content );

    //$content = @html_entity_decode( $content, ENT_COMPAT, “UTF-8” );

    //$content = str_replace( ‘[‘, ‘<‘, $content );

    //$content = str_replace( ‘]’, ‘>’, $content );

    //$content = stripslashes( wp_filter_kses( $content ) );

    return $content;

    }


    nicolagreco
    Participant

    @nicolagreco

    you shoud open a ticket in the trac here:

    https://trac.buddypress.org/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems in Spanish’ is closed to new replies.
Skip to toolbar