BuddyPress

Me

Bloggsbe

Avatar Image

Website:

Bloggsbe's

Friends

  • Avatar Image
Bloggsbe's

Groups

  • Group Avatar
  • Group Avatar
  • Bloggsbe posted a reply on the forum topic Problems with sprintf in translation:   9 months, 4 weeks ago

    The only solution as far as I know is to edit the DB via PHPMyAdmin (or something similar).
    I’ve also seen one more problem with the way BuddyPress stores the activity. If you edit, let’s say, a comment just after you’ve written it, it will show up as two comments in the same DB table, [...]

  • Bloggsbe and Kunal17 are now friends   10 months, 2 weeks ago

  • Bloggsbe posted a reply on the forum topic Can not post code to group forum:   10 months, 2 weeks ago

    Yes, that is right.
    The only thing left in the bbpress table bb_posts is the code and /code in < and > brackets.
    Regards,
    RuneG

  • Bloggsbe started a new topic Can not post code to group forum in the forum How-To and Troubleshooting:   10 months, 2 weeks ago

    I know there is a lot of stripping of stuff in the bb-forums-filter.php. And I just can’t figure out how to be able to post code snippets in group forums. things like <?php gets stripped out, and all that goes in the DB is and .
    Any suggestion on how to keep that when posting [...]

  • Bloggsbe posted a reply on the forum topic Forum Integration: HELPING HINTS:   10 months, 2 weeks ago

    @Kunal17
    You could have a look at this -> http://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt
    Regards,
    Runeg

  • Bloggsbe posted a reply on the forum topic Language translation problems:   10 months, 2 weeks ago

    The WordPress MU language file should be in /wp-includes/languages/ and you can change the language in your admin section of your wpmu install.
    The BuddyPress language file (buddypress-xx_XX.mo) should be in /wp-content/plugins/buddypress/bb-languages/ the xx_XX should be the same as on the file in /wp-includes/languages/ since BP gets the language setting from WPMU…
    HTH
    Regards,
    RuneG

  • Bloggsbe joined the group Sites Using BuddyPress   10 months, 2 weeks ago

  • Bloggsbe joined the group Code Snippet Solutions   10 months, 2 weeks ago

  • Bloggsbe posted a reply on the forum topic Language translation problems:   10 months, 2 weeks ago

    @Kogigr;
    AFAIK, you have to use the same language in WPMU as in BuddyPress. BuddyPress gets the language setting from WPMU. There is some info about the greek WPMU translation here, but I don’t read greek, so it’s not necessarily the info you need :-)
    But you’ve named the file(s) right, you only need the .mo file [...]

  • Bloggsbe updated the “Extras” information on their profile   10 months, 2 weeks ago

  • Bloggsbe updated the “Base” information on their profile   10 months, 2 weeks ago

  • Bloggsbe posted a reply on the forum topic Problems with sprintf in translation:   10 months, 2 weeks ago

    Ahhh, I found the error…
    Some of the things I’ve done on my installation was done before I translated and uploaded the .mo file.
    When you do an activity, let’s say you write on a group wire. The whole thing including the text wrote on the wire of the groupe is stored in the DB (in the [...]

  • Bloggsbe posted a reply on the forum topic Problems with sprintf in translation:   10 months, 2 weeks ago

    Yea, I know. It _should_ work. But noooo :-)
    It’s probably an easy answer to it. I just don’t see it…
    Hope someone can give me some hints on what’s causing this. Thanks for your suggestions DJPaul and Arturo!
    Regards,
    RuneG

  • Bloggsbe posted a reply on the forum topic Problems with sprintf in translation:   10 months, 2 weeks ago

    @DJPaul
    Yes, that’s the one, and 1019, 1043 in the same file and everywhere there is sprintf ( __(…….
    And yes, it’s the .pot from the 1.0 zip.
    Regards,
    RuneG

  • Bloggsbe started a new topic Problems with sprintf in translation in the forum How-To and Troubleshooting:   10 months, 2 weeks ago

    Hi all, and congrats on the 1.0 milestone!
    I’ve translated the 1.0 into Norwegian, but I have a problem with translation of text that starts in the code with sprintf( __(' created the group ', 'buddypress'), $u…….
    That text is not translated. The translation is there (in the .mo file) and everything else is translated just fine.
    Does [...]