Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Groups name change #13412

    Hi Shelley

    1. Please download the po file from here
    https://www.dropbox.com/s/63ynu93msh1i26g/buddypress-en_US.po?dl=0

    2. Open it in the poedit. Now, from View, please select order by Source as shown
    https://i.imgur.com/ZDaXruq.png

    It will list texts ordered by alphabet. Please scroll till you find groups.

    3. For translating the Groups in nav, you will need to translate 2 strings there
    Please see
    https://i.imgur.com/vxLwMcr.png

    Once you are done, please save and then move the generated mo file to your wp-content/languages/plugins directory. The generated mo file should be named buddypress-en_US.mo

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Groups name change #13411

    Hi Shelley,
    I will generate one and link to you in next reply.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] BuddyPress Ajax Registration #13410
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Current feed of ALL topics posted #13409

    Hi Shelley,
    You can put the following code in bp-custom.php

    
    /**
     * Redirect to activity page on login.
     */
    function buddydev_redirect_to_activity_dir() {
    	if ( ! function_exists( 'bp_is_active' ) || ! bp_is_active( 'activity' ) ) {
    		return ;
    	}
    
    	bp_core_redirect( bp_get_activity_directory_permalink() );
    }
    add_action( 'wp_login', 'buddydev_redirect_to_activity_dir' );
    
    

    That will redirect it for you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Cannot update cover image #13408

    Hi Nick,
    Can you please check if you have wp-content/uploads/buddypress directory on your local setup.

    Also, if it is present, is there “members” directory inside it.

    If they are not present, create it.

    Please make sure the uploads/buddypress is writable by the webserver and try again.

    Let me know if you already have these and if you can see the uploaded cover image there?

    Also, if it does work, please do let me know if you are on windows/linux ?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Problem with Plugin BP Non Editable Profile Fields #13407

    Hi Stefan,
    Welcome to BuddyDev.

    Before I assist you further, Can you please check this one more time.

    1. Do you have the default WordPress theme active?
    2. Are you checking the edit profile page from http://yoursitename.com/members_page_slug/username/profile/edit.

    There are some themes which hack around the editing experience and we do have conflict with them.

    3. You are not logged in as site admin.

    The plugin does not restrict site admins from editing the profile field. Also, It only restricts on profile/edit page the dashboard edit profile page.

    Please check and let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Groups name change #13396

    No problem.

    1. For the first, Please visit Appearance->Menu and you will see the option to change the label there. You can also change it from Dashboard->pages screen

    For 2,3 and others(there are many places).
    If you are running BuddyPress 2.9.2 or below, please copy the buddypress.pot file from plugins/buddypress to your wp-content/languages/plugins/ directory

    search for “Group” and trasnlate it.

    Now you can translate the plugin and name the generated file as “buddypress-en_US.mo” there.

    If you are on BuddyPress 2.9.3, the BuddyPress plugin does not have a valid pot file included with it.

    You will need to generate it(Or let me know, I can generate one and link).

    Thank you
    Brajesh