Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 751 through 775 (of 1,141 total)
  • Author
    Search Results
  • #95573
    Roger Coathup
    Participant

    Have you made your changes in the wp-config.php file?

    As I said, post your header.php file

    #95571
    Mark
    Participant
    #95570
    Mark
    Participant

    Backticks isnt working.

    #95569
    Mark
    Participant

    WHoops `<?php

    /*

    Template Name: Activity Index

    */

    ?>

    <div class="post" id="post-“>

    <?php the_content( __( '

    Read the rest of this page →

    ‘, ‘buddypress’ ) ); ?>

    __( ‘

    Pages: ‘, ‘buddypress’ ), ‘after’ => ‘

    ‘, ‘next_or_number’ => ‘number’)); ?>

    Ostatnio na S3.0?

    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””><?php printf( __( 'My Favorites (%s)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
    • <a href="” title=””>


    `

    #95568
    Mark
    Participant

    Not as far as I know. Its odd. Users also cannot change their profile pic!

    If you go to http://www.pl.science3point0.com you will see that it is english whereas logged in it is Polish.
    This is the template

    ‘<?php

    /*

    Template Name: Activity Index

    */

    ?>

    <div class="post" id="post-“>

    <?php the_content( __( '

    Read the rest of this page →

    ‘, ‘buddypress’ ) ); ?>

    __( ‘

    Pages: ‘, ‘buddypress’ ), ‘after’ => ‘

    ‘, ‘next_or_number’ => ‘number’)); ?>

    Ostatnio na S3.0?

    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””><?php printf( __( 'My Favorites (%s)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
    • <a href="” title=””>


    #95473
    Roger Coathup
    Participant

    No… that line goes in your wp-config.php (as I said above). It doesn’t go in your template.

    Are you using a different set of templates when someone is logged in?

    Post the code used to create your header.php, and a screenshot of logged in vs. non-logged in. Without that, it is hard to give further support on this.

    Paul Wong-Gibbs
    Keymaster

    Close topic, use previous post as linked above please.

    Roger Coathup
    Participant
    #95463
    Mark
    Participant

    Thanks @roger_coathup

    I followed that. The site is http://www.pl.science3point0.com – as you can see its in english but when I log in its polish?

    I have a template on the homepage, should I be adding define (‘WPLANG’, ‘Pl-pl’); to the template?

    #95462
    Roger Coathup
    Participant

    Did you follow the instructions on this page: https://pl.buddypress.org/home/ ?

    You may also want to make sure you have the language specified in your wp-config:

    `
    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ‘fr_FR’);
    `

    change to Polish in your case, of course!

    #95208
    Pascal Birchler
    Participant

    *bump* since I edited the topic a bit. Translation still doesn’t work. I already deactiveted all plugins, activated BuddyPress with the default theme. Result: Not working!

    #95038
    guigoz
    Member

    @travel-junkie

    I’ve just send FR translation by email found on this website : http://shabushabu.eu/imprint/

    #95031

    In reply to: Multi-language edition

    Philip Tyrer
    Participant

    Any news on multi lingual buddypress installations?

    Two installations can work but it means that users cannot wonder between languages unless they register/log into two separate sites.

    No need for any sort of translation just a way to have segregation without complete isolation.

    #94967
    sven52
    Participant

    Hi, Paul, many thanks for your replay. It´s not a custom item, that i added by myself. I used a german translation (https://de.buddypress.org/home/) but this part seems not to be translatetd. I can´t find an item called “Group Forums” in buddypress-de_DE.po. Many thanks in advance.

    #94936
    guigoz
    Member

    French translation should be ready tomorow.

    #94930
    Paul Wong-Gibbs
    Keymaster

    Is that a custom menu item? How did you add it?

    #94918
    sven52
    Participant

    Is anybody able to help me? Many thanks in advance.

    #94783
    phos flip
    Participant

    The error was just because I’d deleted a string for one of the translations. Have added the string back in and now saves with no errors but still doesn’t update the changes on the site.

    #94339
    Bowe
    Participant

    @skolbloggense: BP-Slick uses the same BuddyPress translation strings so the theme should just work fine with your Translation. The only thing that is not yet translated is the menu navigation. But that can all be found in one file, which is organized and very easy to edit. I think it will take you about 10 mins to translate it!

    I will add po/mo files to the theme pretty soon (to make upgrading easier, so you won’t lose changes) but right now it’s yet added :) The Theme is now for sale btw.. It can be purchased with 20% discount until the end of the week: http://bp-tricks.com/purchase-bp-slick/.

    Here’s the sales page with it’s features: http://bp-tricks.com/pre-order-bp-slick/. And a short video on how to get it running: http://www.youtube.com/watch?v=gMb7tXXV6Rw&feature=player_embedded

    #94335
    skolbloggense
    Participant

    @Bowe: Does your theme has the possabillity for translation in a .po file? Its pretty important for me to have the site in Swedish….

    Miko
    Participant

    Never mind, I figured it out. I re-read the intro and it says that the new .po and .mo files should have the format buddypress-mysite.po so I now changed that and placed all 3 files (.po .mo and bp-custom.php) into the root /plugins/ folder and all is working like a charm.

    measure twice, cut once as they say!

    Miko
    Participant

    I followed those instructions but it’s not clear to me what to put in the bp-custom.php file. Let’s say I name my translation buddypress2.po (and I have the corresponding buddypress2.mo). Where do I put “buddypress2” in the code:
    `define( ‘BPLANG’, ‘mysite’ );
    if ( file_exists( WP_PLUGIN_DIR . ‘/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
    load_textdomain( ‘buddypress’, WP_PLUGIN_DIR . ‘/buddypress-‘ . BPLANG . ‘.mo’ );
    }
    `
    Also, am I meant to put buddypres2.po and .mo into the folder /plugins/ or the folder /plugins/buddypress/ ? The article is unclear about that.

    #93420
    jdawn
    Member

    Hi Paul,

    I just tried this fix, but it didn’t work: http://premium.wpmudev.org/forums/topic/ie8-compatibility-mode.

    Below is a list of my active plugins. But I’m not sure if it’s a plugin issue because the cropping works in Firefox. Is it an IE8 compatibilty issue? If so, how can I get around it?

    Here are my active plugins:
    * Advanced Permalinks
    * AJAX Login Widget++
    * BP-NotificationWidget
    * BP Disable Activation
    * BP Hide Widgets
    * BP Member Filter
    * BuddyPress
    * BuddyPress Album+
    * Buddypress Widget Pack
    * Capability Manager
    * Dean’s Permalinks Migration
    * Enhanced BuddyPress Widgets
    * Fast Secure Contact Form
    * Fluency Admin
    * IE7 Compatibility
    * Invite Anyone
    * Media Library Gallery
    * My Comments Manager
    * NextGEN Gallery
    * NextGEN Gallery Sidebar Widget
    * Nicer permalinks for Vietnamese
    * oEmbed for BuddyPress
    * ourSTATS Widget
    * Peter’s Login Redirect
    * Plugin Central
    * SI CAPTCHA Anti-Spam
    * Simple Trackback Validation
    * TDLC Birthdays
    * Theme Switcher Reloaded
    * Top 10
    * Transposh Translation Filter
    * User Permissions
    * Visitor Maps and Who’s Online
    * Welcome Pack
    * WordPress Admin Bar
    * WordPress Database Backup

    Thanks for your help!
    Jdawn

    #93206

    In reply to: BP Xtra Signup

    stilalbum
    Participant

    Hi, I have a laguage problem with your plug-in.
    Whatever I tried (PoEdit, or the codestyling-localization-Plug-in, building a bpxs-de_DE.mo, buildiing a bpxs-de_DE.po) nothing works. It seems that your plugin ignores all translations.
    Is this an known issue?

    Thanks in advance.

    #93142

    In reply to: .po file is too big?

    Mikael Boldt
    Member

    Now I have changed all fuzzy translations to real
    and now the files are only half size and every thing is working

Viewing 25 results - 751 through 775 (of 1,141 total)
Skip to toolbar