BuddyDev

Search

[Resolved] Feeds needed for Member Activities to function.

  • Participant
    Level: Enlightened
    Posts: 64
    David on #42953

    Which feeds are necessary for BuddyPress member activities to function. I want to keep the bare minimum for it to function.

  • Keymaster
    (BuddyDev Team)
    Posts: 24231
    Brajesh Singh on #42954

    Hi David,
    Please clarify the question.

    Do you want to allow users to create activity post? If yes, you will need to enable activity component, otherwise, you don’t need to.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 64
    David on #42985

    I have but, if I remove WordPress RSS feeds does that also remove the BuddyPress feed too or are they separate?

  • Participant
    Level: Enlightened
    Posts: 64
    David on #42988

    Also, how do I update the frequency of the feed?

  • Keymaster
    (BuddyDev Team)
    Posts: 24231
    Brajesh Singh on #43008

    Hi David,
    1. You can update the activity frequency by using a code like this

    
    // change BP Activity refresh interval to 30 seconds.
    add_filter( 'bp_activity_heartbeat_pulse', function ( $interval ) {
    	return 30;
    } );
    

    2. Removing WordPress RSS feed will have no effect on BuddyPress.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 64
    David on #43020

    Thanks for the response. In response to your first post, I only want an activity feed for each user on their profile. I want to remove the one for all members.

    • This reply was modified 2 years, 2 months ago by David.
  • Participant
    Level: Enlightened
    Posts: 64
    David on #43022

    I was able to get my feed to load up but nothing shows comments, posts nothing. I have tried checking and unchecking both boxes under the activity settings but that did not work.

    I use a plugin called asset cleanup to deactivate anything I don need or want running. I noticed BuddyPress has several blocks and wanted to ask if I could disable those without it affecting the feed also.

  • Keymaster
    (BuddyDev Team)
    Posts: 24231
    Brajesh Singh on #43060

    Hi David,
    Thank you.
    If the feed is not loading, Please disable the asset cleanup temporarily and test.

    You may disable some part of BuddyPress assets but I won’t suggest it. saving a few Kb is not going to make much of a difference in today’s world where for most of the part, speed is a lot better than what it used to be in 2010(That’s a general assumption, your actual choice should depend on the demography of your users).

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 64
    David on #43076

    I did disable it and there has been no change.

  • Participant
    Level: Enlightened
    Posts: 64
    David on #43077

    Would any kind of template override cause any problems?

You must be logged in to reply to this topic.

This topic is: resolved