This topic has 3 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #31120
     Elismor
    Participant

    Each time I edit a post in a group forum and save it, it appears in the Activity stream. Is there a way to avoid to have the same post reapeted so many times? Thank you

    #31133
     sharmstr
    Moderator

    bbpress controls that, not Kleo. You’d have better luck asking over there https://buddypress.org/support/

    I was curious about this, so I searched through the bbpress code and found two actions that fire when an edit is made to a topic or a reply. I tried using remove_action in my functions.php file, but that didn’t work. It still created a new activity.

    The only way I could get it to work is to comment out the action calls within bbpress core code. That’s not ideal. So again, I suggest you post this question over on the bbpress forum.

    If you want, you can tell them I tried

    COPY CODE
    
    
    global $BBP_BuddyPress_Activity;
    remove_action( 'edit_post', array( $BBP_BuddyPress_Activity , 'topic_update' ) );
    remove_action( 'edit_post', array( $BBP_BuddyPress_Activity , 'reply_update' ) );
    
    

    It could be that I’m just doing it wrong. Good luck.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #31901
     Elismor
    Participant

    Thank you sharmstr, I posted my problem in BP forum support.
    BP Support
    I’ll update here if they will find a solution.
    Thank you again 🙂

    #31910
     sharmstr
    Moderator

    I see that its a bug. Good to know. Thank you. Please mark resolved.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?