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: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44616
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44614

    Please check now. It is updated.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44612

    Thank you.
    It is back. Please wait for 5 mins. I will try to upload and get back to you.

    regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Iken,
    Please avoid bumping quickly. This is a free support question and depends on availability of free time.

    Here is a solution for your issue

    
    // auto accept friendship.
    add_action( 'friends_friendship_requested', function ( $friendship_id, $initiator_id, $user_id, $friendship ) {
    	$friendship->is_confirmed = 1;
    	$friendship->save();
    }, 10, 4 );
    
    

    This will auto accept the request but the way template packs have been created, The user will see they have been automatically added in next page reload.

    You should also modify the friendship request notification mail to say something more relevant for this use case.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44608

    Thank you.

    Please login to your Plesk server and try using FTP to access the wp-content/plugins directory. When you reach there, Please rename the plugin “bp-activity-plus-reloaded” to anything else such as “bp-activity-plus-reloaded-backup”. The fatal error will go as the plugin will be deactivated.

    If you are not comfortable with renaming, Please provide the plesk details, i will take care of it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Limit following #44607

    I am sorry, that plugin has not been updated for last 6 years and we won’t be able to invest time in it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44605

    Hi Giuseppe,
    If you are online, Please let me know. The site is down and I would like to get it back asap and fix the issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Anna,
    Thank you for the question.

    You can put this css in your Dashboard->Appearance-> Additional styles

    
    ul.main-nav.priority-ul.clearfix.d-md-inline-block li a:hover {
        color: #000 !important;
    }
    

    Please do note that we do not offer assistance with css for 3rd party plugins/themes unless it has some bearing on our plugin/theme. This is just a note for future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Cannot ACCEPT friendship requests #44602
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity plus reloaded #44601

    Once you rename the activity reloaded plugin, the site will be back. this is what I was fearing and it happened and there is no way for me to revert from here.