-
Author
-
July 31, 2014 at 04:38 #24177KieranParticipant
Hi,
This is a long shot.. but, as activity-loop.php is a theme file I was wondering if you could help me. I am trying to hide forum posts from the activity stream for all streams (All Members, Friends etc) as this is really clogging up the feed.
Any thoughts?
I tried something like this but had no luck
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=groups,profile,status,blogs' ) ) : ?>
July 31, 2014 at 04:39 #24178KieranParticipantPosting it removed the end of it, I shall try again
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=groups,profile,status,blogs' ) ) : ?>
July 31, 2014 at 18:10 #24248KieranParticipantNevermind I sorted it with the ‘BuddyPress Block Activity Stream Types’ plugin, which oddly works even after 2 years.
August 4, 2014 at 16:44 #24611KieranParticipantActually scrap that – my solution breaks forum notifications, any suggestions on how to strip topic replies from buddypress would be greatly appreciated
August 6, 2014 at 19:09 #24886AbeKeymasterHi,
If you have the child theme activated you should copy the activity-loop.php template in your child theme in the same folder structure and try to change bp_has_activities( bp_ajax_querystring( ‘activity’ ) exactly how you did above. Adding those parameters don’t work?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 6, 2014 at 19:10 #24890AbeKeymasterAlso @Kieran try to update your email address since we get undelivered reports to your email address
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.