• Resolved livingflame

    (@livingflame)


    Your plugin is good but… No working with BuddyPress Custom Fields ??

    qTranslate X is okey, work! but, is Outdate, and I want to use WpGlobus, so please, add support for BuddyPress Custom Fields.

    Here, I share with you this code (for qTranslate X) to make translatable BuddyPress Fields. I’m using the Theme SweetDate (by 7thqueen, kleo).


    Pastebin:

    https://pastebin.com/raw/zuE6E2EJ

    rute: /wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php

    functions.php

    /* Make xprofile fields translable fix */
    if (!function_exists('make_x_profile_fields_name_translable')):
    
        function make_x_profile_fields_name_translable($fieldname) {
            return __($fieldname, 'kleo_framework');
        }
    
        add_filter('bp_get_the_profile_field_name', 'make_x_profile_fields_name_translable');
    
    endif;
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • @livingflame

    The problem is not how to show the translated fields but how to let the users enter many languages at the front (BP members area). The profile fields are custom, you can create many of them and so far we do not have a stable solution. Working on that.

    Thread Starter livingflame

    (@livingflame)

    Hi @tivnet

    I’m using SweetDate Theme, but the plugin can’t translate for example this area: (PICTURE LINK) and THIS , buddypress custom fields.

    qTranslate X could translate, but is already a very outdated plugin. I like WPGlobus but, it lacks. And… wpglobus options does not work in this case.

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    Hi @livingflame,

    Unfortunately, we still do not have a good solution for BuddyPress. Made some specific filters for testing purposes, but it’s not ready for release, sorry.

    As for the home page part, I am not sure why the Translate Options won’t help. It should. Can you post the code fragment that displays that message?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No working with BuddyPress Custom Fields’ is closed to new replies.