BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media Media Plugin creates doubles in site wide activity!

Viewing 15 posts - 1 through 15 (of 16 total)
  • Question

    #59577
    @vneck1986

    Hi,
    I have brought the media plugin for some days and was happy with it. Now I noticed that comments are doubled as a stand alone post in the site wide activity stream when the media plugin is enabled.

    I tested it a lot and deactivated it then, because it was the only change. After deactivation all is fine again.
    Can you please fix?

    Like this I can not use it, because it creates chaos into my activity streams.
    It doesnt matter if the post is with or without image.

    Answers

    #59698
    @vapvarun

    Hi @vneck1986, I have tried to replicate it, but it seems working fine
    https://drive.google.com/file/d/0B3JP4B8e-iV8cWZGbnJ3Wi1RblU/view?usp=drivesdk
    Please share screenshot or site url to debug it.

    Regards
    Varun Dubey

    #59844

    Anonymous
    @

    I had the same issue today, what caching solution are you using? any minification? Concatenation of css and js files?

    #62672
    @vneck1986

    I did not really tested it again yet because I have no test system running at the moment.

    @jerseypeeps did you resolve it?

    #62879

    Anonymous
    @

    Hi all, Latest version of BuddyBoss Media has been launched please update your plugins..

    Regards

    #63753
    @vneck1986

    Hi @pallavi @vapvarun its still not resolved with the update.

    Please find attached the screenshot which describes the error:

    First when plugin is activated. You see on bottom the right place of that comment. If Plugin is activated, the comment appears always doubled on the top! (Screenshot 1)

    #64112
    @vapvarun

    Hi @vneck1986, It’s default nature of BuddPress
    Each reply is also saved as new activity.
    You can also try with a regular post and make a response on it.
    Regards
    Varun Dubey

    #64115
    @vapvarun

    Hi @vneck1986,
    bp_get_activity_comment_content filter is added inside the Bp Media plugin to re enable it
    Regards
    Varun Dubey

    #64118
    @vneck1986

    Hi @vapvarun,
    without activating the plugin it does not happen.
    With activating the plugin my wide site activity is screwed up.

    So how can I resolve?
    I don’t understand your last answer at all.

    #64530
    @vneck1986

    @vapvarun,

    thats not right what you are saying. With my set up right now only comments appears only below each post not as new activity.

    When I activate the media plugin all is screwed up..
    Can you now please come up with a solution?

    Otherwise I really would like to claim my money back. I am waiting a long time for good feedback here. 🙁

    #64602
    @vapvarun

    Hi @vneck1986
    You can use following codes inside child theme functions.php

    
    add_filter( 'bp_activity_set_just-me_scope_args', 'bboss_remove_activity_comments_override', 11, 2 );
    function bboss_remove_activity_comments_override( $retval = array(), $filter = array() ){
     	$retval['override']['display_comments'] = 'threaded';
    return $retval;
    }
    

    Be sure, activity comment is BuddyPress core feature.

    Regards

    #64603
    @vneck1986

    Still the same result unfortunately.

    I have put in the code into the functions.php of my child theme but when activated the plugin, all comments are created as new posts.

    Can you please advise?

    #64651
    @vapvarun

    Hi @vneck1986
    Please let me know your active plugins
    Regards
    Varun Dubey

    #64778
    @vapvarun

    Hi @vneck1986
    Inside attached linked the activity are not media activity
    http://cdn.buddyboss.com/wp-content/uploads/2016/03/doubles.png

    You can try the same with only BuddyPress, Be sure It’s not media plugin issue.
    In fact, global activity page has default display_comment = threaded, we don’t have to add any filter for that seems like You have also added some custom stuff.
    Regards
    Varun Dubey

    #64839
    @vneck1986

    Hi @vapvarun,

    I know that its not a media activity post,
    but when I activate your media plugin, then all comments appears as a new post in the activity stream. It doesnt matter which kind of comments.

    When I deactivate it again => you see it structured again. Only posts and below these posts are the comments.

    So there is no way that another plugin is causing this issue. As well I am almost using only your plugins and when I deactivate all, its the same.

    So please believe me that this happens when I activate the media plugin and on the two screenshot on top you can see that it has directly changed.

Viewing 15 posts - 1 through 15 (of 16 total)
  • The question ‘Media Plugin creates doubles in site wide activity!’ is closed to new replies.