Tagged: Activity Plus Reloaded, Community-Builder, rtmedia
Hi Janet,
Thank you for the patience.I have tested the theme with WordPress 5.7, BuddyPress 7.3.0, RT media 4.6.6 and the
rtMedia Activity URL Preview 2.3.0 and the url preview in activity stream(sitewide, group’s and user’s) are working as expected.If you are using BuddyPress 7.x, you can safely upgrade to 7.3, there are minor changes and will have no impact on the site.
Can you please provide me a guest account on your live site or staging site to allow me check what could be causing the issue.
Regards
BrajeshThanks Brajesh. Yes, there is a filter is functions.php to restrict the activity to updates only, to suppress distracting messages about people joining groups, etc.
Removing it fixes the problem, but I’m not sure why, since posts with rtMedia in them are still “updates”.
Janet
Hello,
I was able to accomplish this with a small change that allows selection of multiple activity types:
add_filter( 'bp_after_has_activities_parse_args', function ( $args ) { $args['action'] = array( 'activity_update', 'rtmedia_update', 'activity_comment', 'new_blog_post', 'new_blog_comment' //'friendship_created' //'created_group' //'joined_group' ); return $args; } );
Hi Janet,
Thank you.
Adding ‘rtmedia_update to the list was important.I am marking this topic resolved. In future, Please open a new topic.
Regards
Brajesh
The topic ‘ [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme?’ is closed to new replies.