BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Media › Media Plugin creates doubles in site wide activity!
- This topic has 15 replies, 4 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
February 18, 2016 at 3:10 am #59577@vneck1986Hi,
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
February 19, 2016 at 11:14 am #59698@
AnonymousHi @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 DubeyFebruary 21, 2016 at 11:10 am #59844@
AnonymousI had the same issue today, what caching solution are you using? any minification? Concatenation of css and js files?
March 12, 2016 at 6:15 am #62672@vneck1986I did not really tested it again yet because I have no test system running at the moment.
@jerseypeeps did you resolve it?
March 14, 2016 at 3:36 am #62879@
AnonymousHi all, Latest version of BuddyBoss Media has been launched please update your plugins..
Regards
March 18, 2016 at 3:36 am #63753@vneck1986Hi @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)
March 20, 2016 at 3:05 am #64112@
AnonymousHi @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 DubeyMarch 20, 2016 at 3:30 am #64115@
AnonymousHi @vneck1986,
bp_get_activity_comment_content filter is added inside the Bp Media plugin to re enable it
Regards
Varun DubeyMarch 20, 2016 at 3:46 am #64118@vneck1986Hi @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.March 22, 2016 at 5:32 am #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. 🙁
March 22, 2016 at 8:49 am #64602@
AnonymousHi @vneck1986
You can use following codes inside child theme functions.phpadd_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
March 22, 2016 at 9:04 am #64603@vneck1986Still 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?
March 22, 2016 at 12:46 pm #64651@
AnonymousHi @vneck1986
Please let me know your active plugins
Regards
Varun DubeyMarch 23, 2016 at 3:42 am #64778@
AnonymousHi @vneck1986
Inside attached linked the activity are not media activity
http://cdn.buddyboss.com/wp-content/uploads/2016/03/doubles.pngYou 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 DubeyMarch 23, 2016 at 9:27 am #64839@vneck1986Hi @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.
- The question ‘Media Plugin creates doubles in site wide activity!’ is closed to new replies.