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: 25336
    Brajesh Singh on in reply to: MS Thread #23958
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: Automated Cover Images per Member Type #23957

    Thank you 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: Automated Cover Images per Member Type #23954

    Hi Mike,
    Good to see that you are available today(I did not reply to other thread thinking you were away on the business visit).

    I have checked it and it is a bug in the plugin when used on multisite. We need to switch blog before we are accessing the meta. Since switching blog often is not a very good idea(we already do that to fetch member type). I am going to look at some other way to fetch the url.

    Will push a release by tomorrow or day after tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Vivek,
    Hope you are doing well.

    I will be trying this today and assisting you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Nik,
    Thank you for the kind words.

    The updated PO file is available here

    https://github.com/buddydev/bp-xprofile-custom-field-types/tree/master/languages

    I will push a release on wp.org today(planning to add some more option in the plugin before release) and link you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: Automated Cover Images per Member Type #23941

    Hi Mike,
    Thank you for the patience. We have released the update.

    https://buddydev.com/plugins/buddypress-member-types-pro/

    You can set default cover image based on member type. I have also put a filter in case you want to randomize for multi member types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: FB like activity list + BP Reshare plugin #23939

    Hi Vivek,

    1. It is not a bug of FB Like Share. The Reshare plugin is broken currently. Try that without the FB Like. The reshare shows shared on sitewide activity stream(with a new tab) but the profile and other places are not working(I am using the 7th June update of reshare plugin).

    2. It is a bug in reshare.

    3. I did not test it. I will suggest avoiding the reshare plugin in its current state(Hopefully a future update will fix it), so you may keep using the other plugin for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Vivek,
    Hope you are doing well.

    1. Redirect all logged users except admin, to their profile activity from the sitewide activity

    
    add_action( 'bp_template_redirect', function () {
    
    	if ( is_user_logged_in() && bp_is_activity_directory() && ! is_super_admin() ) {
    		bp_core_redirect( bp_loggedin_user_domain() . bp_get_activity_slug() . '/' );
    	}
    } );
    
    

    3. I tested the BP Reshare(imath’s github repo) and the last update was from June 7.
    It is broken currently. The profile reshare tab does not work. The sitewide activity stream reshare tab is the only thing that works.

    Also, It is not generating a new activity for reshare. I will not suggest using it in its current state.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Nik,
    It is a bug in BP XProfile Custom Field types Plugin. I will push a release today and write back.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Marking it resolved due to the age of replies.

    Will be closed in next 2 days if not reopened.

    Regards
    Brajesh